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 <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2025-03-10 14:36:39 -04:00 committed by gaspar-ilom
parent 5fceacb816
commit 0801a80f0a
No known key found for this signature in database
5 changed files with 10 additions and 10 deletions

View File

@ -414,29 +414,29 @@ workflows:
- t480-hotp-maximized
- build:
name: UNTESTED_t440p-maximized
target: UNTESTED_t440p-maximized
name: t440p-maximized
target: t440p-maximized
subcommand: ""
requires:
- t480-hotp-maximized
- build:
name: UNTESTED_t440p-hotp-maximized
target: UNTESTED_t440p-hotp-maximized
name: t440p-hotp-maximized
target: t440p-hotp-maximized
subcommand: ""
requires:
- t480-hotp-maximized
- build:
name: UNTESTED_w541-maximized
target: UNTESTED_w541-maximized
name: w541-maximized
target: w541-maximized
subcommand: ""
requires:
- t480-hotp-maximized
- build:
name: UNTESTED_w541-hotp-maximized
target: UNTESTED_w541-hotp-maximized
name: w541-hotp-maximized
target: w541-hotp-maximized
subcommand: ""
requires:
- t480-hotp-maximized

View File

@ -1,5 +1,5 @@
# Inherit the rest from the base T440p config.
include $(pwd)/boards/UNTESTED_t440p-maximized/UNTESTED_t440p-maximized.config
include $(pwd)/boards/t440p-maximized/t440p-maximized.config
CONFIG_HOTPKEY=y
export CONFIG_AUTO_BOOT_TIMEOUT=5

View File

@ -1,5 +1,5 @@
# Inherit the rest from the base W541 config.
include $(pwd)/boards/UNTESTED_w541-maximized/UNTESTED_w541-maximized.config
include $(pwd)/boards/w541-maximized/w541-maximized.config
CONFIG_HOTPKEY=y
export CONFIG_AUTO_BOOT_TIMEOUT=5