From de99b412ba0c1535ffdae3e00ca05355a761fcfb Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Tue, 10 Sep 2024 11:04:47 -0400 Subject: [PATCH] move w541 boards back to tested to dodge drama. Still this board has no known testers Repro docker run -e DISPLAY=$DISPLAY --network host --rm -ti -v $(pwd):$(pwd) -w $(pwd) tlaurion/heads-dev-env:latest -- make BOARD=UNTESTED_w541-hotp-maximized board.move_untested_to_tested docker run -e DISPLAY=$DISPLAY --network host --rm -ti -v $(pwd):$(pwd) -w $(pwd) tlaurion/heads-dev-env:latest -- make BOARD=UNTESTED_w541-maximized board.move_untested_to_tested git status git add .circleci/config.yml boards/UNTESTED_w541-hotp-maximized/UNTESTED_w541-hotp-maximized.config boards/UNTESTED_w541-maximized/UNTESTED_w541-maximized.config boards/w541-hotp-maximized/ boards/w541-maximized/ git commit --signoff -m Signed-off-by: Thierry Laurion --- .circleci/config.yml | 8 ++++---- .../w541-hotp-maximized.config} | 2 +- .../w541-maximized.config} | 0 3 files changed, 5 insertions(+), 5 deletions(-) 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 b41ad31c..02095919 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -425,15 +425,15 @@ workflows: - x230-hotp-maximized - build: - name: UNTESTED_w541-maximized - target: UNTESTED_w541-maximized + name: w541-maximized + target: w541-maximized subcommand: "" requires: - x230-hotp-maximized - build: - name: UNTESTED_w541-hotp-maximized - target: UNTESTED_w541-hotp-maximized + name: w541-hotp-maximized + target: w541-hotp-maximized subcommand: "" requires: - x230-hotp-maximized 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