From 382949d8f41acaed6187c4d14e90fc9ba59e3d01 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Mon, 10 Mar 2025 15:31:03 -0400 Subject: [PATCH] z220-cmt boards: move to untested with board.move_tested_to_untested helper, per notice at https://github.com/linuxboot/heads/pull/1908#issuecomment-2711603241 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 --- .circleci/config.yml | 8 ++++---- .../UNTESTED_z220-cmt-hotp-maximized.config} | 4 ++-- .../UNTESTED_z220-cmt-maximized.config} | 0 3 files changed, 6 insertions(+), 6 deletions(-) rename boards/{z220-cmt-hotp-maximized/z220-cmt-hotp-maximized.config => UNTESTED_z220-cmt-hotp-maximized/UNTESTED_z220-cmt-hotp-maximized.config} (63%) rename boards/{z220-cmt-maximized/z220-cmt-maximized.config => UNTESTED_z220-cmt-maximized/UNTESTED_z220-cmt-maximized.config} (100%) diff --git a/.circleci/config.yml b/.circleci/config.yml index dc5faa27..95ee78fe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -447,15 +447,15 @@ workflows: - t480-hotp-maximized - build: - name: z220-cmt-maximized - target: z220-cmt-maximized + name: UNTESTED_z220-cmt-maximized + target: UNTESTED_z220-cmt-maximized subcommand: "" requires: - t480-hotp-maximized - build: - name: z220-cmt-hotp-maximized - target: z220-cmt-hotp-maximized + name: UNTESTED_z220-cmt-hotp-maximized + target: UNTESTED_z220-cmt-hotp-maximized subcommand: "" requires: - t480-hotp-maximized diff --git a/boards/z220-cmt-hotp-maximized/z220-cmt-hotp-maximized.config b/boards/UNTESTED_z220-cmt-hotp-maximized/UNTESTED_z220-cmt-hotp-maximized.config similarity index 63% rename from boards/z220-cmt-hotp-maximized/z220-cmt-hotp-maximized.config rename to boards/UNTESTED_z220-cmt-hotp-maximized/UNTESTED_z220-cmt-hotp-maximized.config index 6155c83d..84f67066 100644 --- a/boards/z220-cmt-hotp-maximized/z220-cmt-hotp-maximized.config +++ b/boards/UNTESTED_z220-cmt-hotp-maximized/UNTESTED_z220-cmt-hotp-maximized.config @@ -1,7 +1,7 @@ # Inherit the rest from the base Z220 CMT config. -include $(pwd)/boards/z220-cmt-maximized/z220-cmt-maximized.config +include $(pwd)/boards/UNTESTED_z220-cmt-maximized/UNTESTED_z220-cmt-maximized.config CONFIG_HOTPKEY=y export CONFIG_AUTO_BOOT_TIMEOUT=5 -export CONFIG_BOARD_NAME="Hewlett-Packard Z220 Convertible Minitower (HOTP)" \ No newline at end of file +export CONFIG_BOARD_NAME="Hewlett-Packard Z220 Convertible Minitower (HOTP)" diff --git a/boards/z220-cmt-maximized/z220-cmt-maximized.config b/boards/UNTESTED_z220-cmt-maximized/UNTESTED_z220-cmt-maximized.config similarity index 100% rename from boards/z220-cmt-maximized/z220-cmt-maximized.config rename to boards/UNTESTED_z220-cmt-maximized/UNTESTED_z220-cmt-maximized.config