From 97f39a8b1fa7e7957c257007fcbbecd371fff715 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Wed, 16 Aug 2023 14:54:12 -0400 Subject: [PATCH] t430-maximized/t430-hotp-maximized: move from untested to tested boards, other t430 boards still untested --- .circleci/config.yml | 8 ++++---- .../t430-hotp-maximized.config} | 0 .../t430-maximized.config} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename boards/{UNTESTED_t430-hotp-maximized/UNTESTED_t430-hotp-maximized.config => t430-hotp-maximized/t430-hotp-maximized.config} (100%) rename boards/{UNTESTED_t430-maximized/UNTESTED_t430-maximized.config => t430-maximized/t430-maximized.config} (100%) diff --git a/.circleci/config.yml b/.circleci/config.yml index bef43469d..dd36a6490 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -345,8 +345,8 @@ workflows: - x230-hotp-maximized - build: - name: UNTESTED_t430-hotp-maximized - target: UNTESTED_t430-hotp-maximized + name: t430-hotp-maximized + target: t430-hotp-maximized subcommand: "" requires: - x230-hotp-maximized @@ -408,8 +408,8 @@ workflows: - x230-hotp-maximized - build: - name: UNTESTED_t430-maximized - target: UNTESTED_t430-maximized + name: t430-maximized + target: t430-maximized subcommand: "" requires: - x230-hotp-maximized diff --git a/boards/UNTESTED_t430-hotp-maximized/UNTESTED_t430-hotp-maximized.config b/boards/t430-hotp-maximized/t430-hotp-maximized.config similarity index 100% rename from boards/UNTESTED_t430-hotp-maximized/UNTESTED_t430-hotp-maximized.config rename to boards/t430-hotp-maximized/t430-hotp-maximized.config diff --git a/boards/UNTESTED_t430-maximized/UNTESTED_t430-maximized.config b/boards/t430-maximized/t430-maximized.config similarity index 100% rename from boards/UNTESTED_t430-maximized/UNTESTED_t430-maximized.config rename to boards/t430-maximized/t430-maximized.config