From 0801a80f0aea9299f11596956280e43c6380c5ee Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Mon, 10 Mar 2025 14:36:39 -0400 Subject: [PATCH] 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 --- .circleci/config.yml | 16 ++++++++-------- .../t440p-hotp-maximized.config} | 2 +- .../t440p-maximized.config} | 0 .../w541-hotp-maximized.config} | 2 +- .../w541-maximized.config} | 0 5 files changed, 10 insertions(+), 10 deletions(-) rename boards/{UNTESTED_t440p-hotp-maximized/UNTESTED_t440p-hotp-maximized.config => t440p-hotp-maximized/t440p-hotp-maximized.config} (66%) rename boards/{UNTESTED_t440p-maximized/UNTESTED_t440p-maximized.config => t440p-maximized/t440p-maximized.config} (100%) rename boards/{UNTESTED_w541-hotp-maximized/UNTESTED_w541-hotp-maximized.config => w541-hotp-maximized/w541-hotp-maximized.config} (66%) rename boards/{UNTESTED_w541-maximized/UNTESTED_w541-maximized.config => w541-maximized/w541-maximized.config} (100%) diff --git a/.circleci/config.yml b/.circleci/config.yml index f271c62e..f16fdd0e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/boards/UNTESTED_t440p-hotp-maximized/UNTESTED_t440p-hotp-maximized.config b/boards/t440p-hotp-maximized/t440p-hotp-maximized.config similarity index 66% rename from boards/UNTESTED_t440p-hotp-maximized/UNTESTED_t440p-hotp-maximized.config rename to boards/t440p-hotp-maximized/t440p-hotp-maximized.config index a787f131..da0cd510 100644 --- a/boards/UNTESTED_t440p-hotp-maximized/UNTESTED_t440p-hotp-maximized.config +++ b/boards/t440p-hotp-maximized/t440p-hotp-maximized.config @@ -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 diff --git a/boards/UNTESTED_t440p-maximized/UNTESTED_t440p-maximized.config b/boards/t440p-maximized/t440p-maximized.config similarity index 100% rename from boards/UNTESTED_t440p-maximized/UNTESTED_t440p-maximized.config rename to boards/t440p-maximized/t440p-maximized.config diff --git a/boards/UNTESTED_w541-hotp-maximized/UNTESTED_w541-hotp-maximized.config b/boards/w541-hotp-maximized/w541-hotp-maximized.config similarity index 66% rename from boards/UNTESTED_w541-hotp-maximized/UNTESTED_w541-hotp-maximized.config rename to boards/w541-hotp-maximized/w541-hotp-maximized.config index 585ecd73..204f1252 100644 --- a/boards/UNTESTED_w541-hotp-maximized/UNTESTED_w541-hotp-maximized.config +++ b/boards/w541-hotp-maximized/w541-hotp-maximized.config @@ -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 diff --git a/boards/UNTESTED_w541-maximized/UNTESTED_w541-maximized.config b/boards/w541-maximized/w541-maximized.config similarity index 100% rename from boards/UNTESTED_w541-maximized/UNTESTED_w541-maximized.config rename to boards/w541-maximized/w541-maximized.config