Skip to content

Commit 3228b1c

Browse files
tlauriongaspar-ilom
authored andcommitted
t440p/w541 : move back to tested
Repro (order important because hotp includes the other variant) ./docker_repro.sh make BOARD=UNTESTED_t440p-hotp-maximized board.move_untested_to_tested ./docker_repro.sh make BOARD=UNTESTED_t440p-maximized board.move_untested_to_tested ./docker_repro.sh make BOARD=UNTESTED_w541-hotp-maximized board.move_untested_to_tested ./docker_repro.sh make BOARD=UNTESTED_w541-maximized board.move_untested_to_tested Signed-off-by: Thierry Laurion <[email protected]>
1 parent b4af52f commit 3228b1c

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -412,29 +412,29 @@ workflows:
412412
- t480-hotp-maximized
413413

414414
- build:
415-
name: UNTESTED_t440p-maximized
416-
target: UNTESTED_t440p-maximized
415+
name: t440p-maximized
416+
target: t440p-maximized
417417
subcommand: ""
418418
requires:
419419
- t480-hotp-maximized
420420

421421
- build:
422-
name: UNTESTED_t440p-hotp-maximized
423-
target: UNTESTED_t440p-hotp-maximized
422+
name: t440p-hotp-maximized
423+
target: t440p-hotp-maximized
424424
subcommand: ""
425425
requires:
426426
- t480-hotp-maximized
427427

428428
- build:
429-
name: UNTESTED_w541-maximized
430-
target: UNTESTED_w541-maximized
429+
name: w541-maximized
430+
target: w541-maximized
431431
subcommand: ""
432432
requires:
433433
- t480-hotp-maximized
434434

435435
- build:
436-
name: UNTESTED_w541-hotp-maximized
437-
target: UNTESTED_w541-hotp-maximized
436+
name: w541-hotp-maximized
437+
target: w541-hotp-maximized
438438
subcommand: ""
439439
requires:
440440
- t480-hotp-maximized

boards/UNTESTED_t440p-hotp-maximized/UNTESTED_t440p-hotp-maximized.config renamed to boards/t440p-hotp-maximized/t440p-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 T440p config.
2-
include $(pwd)/boards/UNTESTED_t440p-maximized/UNTESTED_t440p-maximized.config
2+
include $(pwd)/boards/t440p-maximized/t440p-maximized.config
33

44
CONFIG_HOTPKEY=y
55
export CONFIG_AUTO_BOOT_TIMEOUT=5

boards/UNTESTED_w541-hotp-maximized/UNTESTED_w541-hotp-maximized.config renamed to boards/w541-hotp-maximized/w541-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 W541 config.
2-
include $(pwd)/boards/UNTESTED_w541-maximized/UNTESTED_w541-maximized.config
2+
include $(pwd)/boards/w541-maximized/w541-maximized.config
33

44
CONFIG_HOTPKEY=y
55
export CONFIG_AUTO_BOOT_TIMEOUT=5

0 commit comments

Comments
 (0)