Skip to content

Commit 0dbbae5

Browse files
committed
Move t530, p8z77 and t420 boards to be prefixed with UNTESTED as per #1522 (comment). Note that w530 was already marked as UNTESTED, look for commit having moved this board as untested.
Signed-off-by: Thierry Laurion <[email protected]>
1 parent a7fe284 commit 0dbbae5

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

.circleci/config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ workflows:
279279
- x230-hotp-maximized
280280

281281
- build:
282-
name: t420-hotp-maximized
283-
target: t420-hotp-maximized
282+
name: UNTESTED_t420-hotp-maximized
283+
target: UNTESTED_t420-hotp-maximized
284284
subcommand: ""
285285
requires:
286286
- x230-hotp-maximized
@@ -293,8 +293,8 @@ workflows:
293293
- x230-hotp-maximized
294294

295295
- build:
296-
name: t420-maximized
297-
target: t420-maximized
296+
name: UNTESTED_t420-maximized
297+
target: UNTESTED_t420-maximized
298298
subcommand: ""
299299
requires:
300300
- x230-hotp-maximized
@@ -384,8 +384,8 @@ workflows:
384384
- x230-hotp-maximized
385385

386386
- build:
387-
name: t530-hotp-maximized
388-
target: t530-hotp-maximized
387+
name: UNTESTED_t530-hotp-maximized
388+
target: UNTESTED_t530-hotp-maximized
389389
subcommand: ""
390390
requires:
391391
- x230-hotp-maximized
@@ -426,8 +426,8 @@ workflows:
426426
- x230-hotp-maximized
427427

428428
- build:
429-
name: t530-maximized
430-
target: t530-maximized
429+
name: UNTESTED_t530-maximized
430+
target: UNTESTED_t530-maximized
431431
subcommand: ""
432432
requires:
433433
- x230-hotp-maximized
@@ -510,15 +510,15 @@ workflows:
510510
- x230-hotp-maximized
511511

512512
- build:
513-
name: p8z77-m_pro-tpm1-maximized
514-
target: p8z77-m_pro-tpm1-maximized
513+
name: UNTESTED_p8z77-m_pro-tpm1-maximized
514+
target: UNTESTED_p8z77-m_pro-tpm1-maximized
515515
subcommand: ""
516516
requires:
517517
- x230-hotp-maximized
518518

519519
- build:
520-
name: p8z77-m_pro-tpm1-hotp-maximized
521-
target: p8z77-m_pro-tpm1-hotp-maximized
520+
name: UNTESTED_p8z77-m_pro-tpm1-hotp-maximized
521+
target: UNTESTED_p8z77-m_pro-tpm1-hotp-maximized
522522
subcommand: ""
523523
requires:
524524
- x230-hotp-maximized

boards/p8z77-m_pro-tpm1-hotp-maximized/p8z77-m_pro-tpm1-hotp-maximized.config renamed to boards/UNTESTED_p8z77-m_pro-tpm1-hotp-maximized/UNTESTED_p8z77-m_pro-tpm1-hotp-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Inherit the rest from the base Asus P8Z77-M Pro config.
2-
include $(pwd)/boards/p8z77-m_pro-tpm1-maximized/p8z77-m_pro-tpm1-maximized.config
2+
include $(pwd)/boards/UNTESTED_p8z77-m_pro-tpm1-maximized/UNTESTED_p8z77-m_pro-tpm1-maximized.config
33

44
CONFIG_HOTPKEY=y
55

0 commit comments

Comments
 (0)