Skip to content

Commit 382949d

Browse files
committed
z220-cmt boards: move to untested with board.move_tested_to_untested helper, per notice at #1908 (comment)
Unfortunately the helper doesn't deal well with board inclusion: sed call is imperfect, and board config needs to be manually edited. TODO: fix the helper when it will be the time to move back to tested/untested Signed-off-by: Thierry Laurion <[email protected]>
1 parent 876e37e commit 382949d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -447,15 +447,15 @@ workflows:
447447
- t480-hotp-maximized
448448

449449
- build:
450-
name: z220-cmt-maximized
451-
target: z220-cmt-maximized
450+
name: UNTESTED_z220-cmt-maximized
451+
target: UNTESTED_z220-cmt-maximized
452452
subcommand: ""
453453
requires:
454454
- t480-hotp-maximized
455455

456456
- build:
457-
name: z220-cmt-hotp-maximized
458-
target: z220-cmt-hotp-maximized
457+
name: UNTESTED_z220-cmt-hotp-maximized
458+
target: UNTESTED_z220-cmt-hotp-maximized
459459
subcommand: ""
460460
requires:
461461
- t480-hotp-maximized
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Inherit the rest from the base Z220 CMT config.
2-
include $(pwd)/boards/z220-cmt-maximized/z220-cmt-maximized.config
2+
include $(pwd)/boards/UNTESTED_z220-cmt-maximized/UNTESTED_z220-cmt-maximized.config
33

44
CONFIG_HOTPKEY=y
55
export CONFIG_AUTO_BOOT_TIMEOUT=5
66

7-
export CONFIG_BOARD_NAME="Hewlett-Packard Z220 Convertible Minitower (HOTP)"
7+
export CONFIG_BOARD_NAME="Hewlett-Packard Z220 Convertible Minitower (HOTP)"

0 commit comments

Comments
 (0)