From 5db4165652777a41229d859fbb86f278065b55a7 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Wed, 5 Jul 2023 10:37:09 -0400 Subject: [PATCH] Rename UNTESTED_t420-maximized and UNTESTED_t420-hotp-maximized back to maximized board names. --- .circleci/config.yml | 8 ++++---- .../t420-hotp-maximized.config} | 0 .../t420-maximized.config} | 0 3 files changed, 4 insertions(+), 4 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%) diff --git a/.circleci/config.yml b/.circleci/config.yml index d40ec720..b78f6960 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -267,8 +267,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 @@ -281,8 +281,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 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