From 718a8314817cd45f6446979f66c36d9f79fbe035 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Sat, 30 Dec 2023 13:33:50 -0500 Subject: [PATCH] Board configs: move t420-hotp-maximized t420-maximized w530-maximized w530-hotp-maximized away from UNTESTED_ boards Signed-off-by: Thierry Laurion --- .circleci/config.yml | 16 ++++++++-------- .../t420-hotp-maximized.config} | 0 .../t420-maximized.config} | 0 .../w530-hotp-maximized.config} | 0 .../w530-maximized.config} | 0 5 files changed, 8 insertions(+), 8 deletions(-) rename boards/{UNTESTED_t420-hotp-maximized/UNTESTED_t420-hotp-maximized.config => t420-hotp-maximized/t420-hotp-maximized.config} (100%) rename boards/{UNTESTED_t420-maximized/UNTESTED_t420-maximized.config => t420-maximized/t420-maximized.config} (100%) rename boards/{UNTESTED_w530-hotp-maximized/UNTESTED_w530-hotp-maximized.config => w530-hotp-maximized/w530-hotp-maximized.config} (100%) rename boards/{UNTESTED_w530-maximized/UNTESTED_w530-maximized.config => w530-maximized/w530-maximized.config} (100%) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9de6de68..2b75dfe1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -279,8 +279,8 @@ workflows: - x230-hotp-maximized - build: - name: UNTESTED_t420-hotp-maximized - target: UNTESTED_t420-hotp-maximized + name: t420-hotp-maximized + target: t420-hotp-maximized subcommand: "" requires: - x230-hotp-maximized @@ -293,8 +293,8 @@ workflows: - x230-hotp-maximized - build: - name: UNTESTED_t420-maximized - target: UNTESTED_t420-maximized + name: t420-maximized + target: t420-maximized subcommand: "" requires: - x230-hotp-maximized @@ -398,8 +398,8 @@ workflows: - x230-hotp-maximized - build: - name: UNTESTED_w530-hotp-maximized - target: UNTESTED_w530-hotp-maximized + name: w530-hotp-maximized + target: w530-hotp-maximized subcommand: "" requires: - x230-hotp-maximized @@ -440,8 +440,8 @@ workflows: - x230-hotp-maximized - build: - name: UNTESTED_w530-maximized - target: UNTESTED_w530-maximized + name: w530-maximized + target: w530-maximized subcommand: "" requires: - x230-hotp-maximized diff --git a/boards/UNTESTED_t420-hotp-maximized/UNTESTED_t420-hotp-maximized.config b/boards/t420-hotp-maximized/t420-hotp-maximized.config similarity index 100% rename from boards/UNTESTED_t420-hotp-maximized/UNTESTED_t420-hotp-maximized.config rename to boards/t420-hotp-maximized/t420-hotp-maximized.config diff --git a/boards/UNTESTED_t420-maximized/UNTESTED_t420-maximized.config b/boards/t420-maximized/t420-maximized.config similarity index 100% rename from boards/UNTESTED_t420-maximized/UNTESTED_t420-maximized.config rename to boards/t420-maximized/t420-maximized.config diff --git a/boards/UNTESTED_w530-hotp-maximized/UNTESTED_w530-hotp-maximized.config b/boards/w530-hotp-maximized/w530-hotp-maximized.config similarity index 100% rename from boards/UNTESTED_w530-hotp-maximized/UNTESTED_w530-hotp-maximized.config rename to boards/w530-hotp-maximized/w530-hotp-maximized.config diff --git a/boards/UNTESTED_w530-maximized/UNTESTED_w530-maximized.config b/boards/w530-maximized/w530-maximized.config similarity index 100% rename from boards/UNTESTED_w530-maximized/UNTESTED_w530-maximized.config rename to boards/w530-maximized/w530-maximized.config