Skip to content

Commit

Permalink
Move t530, p8z77 and t420 boards to be prefixed with UNTESTED as per #…
Browse files Browse the repository at this point in the history
…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]>
  • Loading branch information
tlaurion committed Dec 11, 2023
1 parent a7fe284 commit eb9d7e2
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ workflows:
- x230-hotp-maximized

- build:
name: t420-hotp-maximized
target: t420-hotp-maximized
name: UNTESTED_t420-hotp-maximized
target: UNTESTED_t420-hotp-maximized
subcommand: ""
requires:
- x230-hotp-maximized
Expand All @@ -293,8 +293,8 @@ workflows:
- x230-hotp-maximized

- build:
name: t420-maximized
target: t420-maximized
name: UNTESTED_t420-maximized
target: UNTESTED_t420-maximized
subcommand: ""
requires:
- x230-hotp-maximized
Expand Down Expand Up @@ -384,8 +384,8 @@ workflows:
- x230-hotp-maximized

- build:
name: t530-hotp-maximized
target: t530-hotp-maximized
name: UNTESTED_t530-hotp-maximized
target: UNTESTED_t530-hotp-maximized
subcommand: ""
requires:
- x230-hotp-maximized
Expand Down Expand Up @@ -426,8 +426,8 @@ workflows:
- x230-hotp-maximized

- build:
name: t530-maximized
target: t530-maximized
name: UNTESTED_t530-maximized
target: UNTESTED_t530-maximized
subcommand: ""
requires:
- x230-hotp-maximized
Expand Down Expand Up @@ -510,15 +510,15 @@ workflows:
- x230-hotp-maximized

- build:
name: p8z77-m_pro-tpm1-maximized
target: p8z77-m_pro-tpm1-maximized
name: UNTESTED_p8z77-m_pro-tpm1-maximized
target: UNTESTED_p8z77-m_pro-tpm1-maximized
subcommand: ""
requires:
- x230-hotp-maximized

- build:
name: p8z77-m_pro-tpm1-hotp-maximized
target: p8z77-m_pro-tpm1-hotp-maximized
name: UNTESTED_p8z77-m_pro-tpm1-hotp-maximized
target: UNTESTED_p8z77-m_pro-tpm1-hotp-maximized
subcommand: ""
requires:
- x230-hotp-maximized
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Inherit the rest from the base Asus P8Z77-M Pro config.
include $(pwd)/boards/p8z77-m_pro-tpm1-maximized/p8z77-m_pro-tpm1-maximized.config
include $(pwd)/boards/UNTESTED_p8z77-m_pro-tpm1-maximized/p8z77-m_pro-tpm1-maximized.config

CONFIG_HOTPKEY=y

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit eb9d7e2

Please sign in to comment.