From 447f8addc70daac713cce2df6e70c8d52fdfb5d5 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Wed, 2 Aug 2023 14:37:02 -0400 Subject: [PATCH] Rename UNTESTED_x230-maximized-fhd_edp and UNTESTED_x230-hotp-maximized-fhd_edp to normal names --- .circleci/config.yml | 8 ++++---- .../x230-hotp-maximized-fhd_edp.config} | 0 .../x230-maximized-fhd_edp.config} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename boards/{UNTESTED_x230-hotp-maximized-fhd_edp/UNTESTED_x230-hotp-maximized-fhd_edp.config => x230-hotp-maximized-fhd_edp/x230-hotp-maximized-fhd_edp.config} (100%) rename boards/{UNTESTED_x230-maximized-fhd_edp/UNTESTED_x230-maximized-fhd_edp.config => x230-maximized-fhd_edp/x230-maximized-fhd_edp.config} (100%) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ee464fe..21fdb50b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -359,15 +359,15 @@ workflows: - x230-hotp-maximized - build: - name: UNTESTED_x230-maximized-fhd_edp - target: UNTESTED_x230-maximized-fhd_edp + name: x230-maximized-fhd_edp + target: x230-maximized-fhd_edp subcommand: "" requires: - x230-hotp-maximized - build: - name: UNTESTED_x230-hotp-maximized-fhd_edp - target: UNTESTED_x230-hotp-maximized-fhd_edp + name: x230-hotp-maximized-fhd_edp + target: x230-hotp-maximized-fhd_edp subcommand: "" requires: - x230-hotp-maximized diff --git a/boards/UNTESTED_x230-hotp-maximized-fhd_edp/UNTESTED_x230-hotp-maximized-fhd_edp.config b/boards/x230-hotp-maximized-fhd_edp/x230-hotp-maximized-fhd_edp.config similarity index 100% rename from boards/UNTESTED_x230-hotp-maximized-fhd_edp/UNTESTED_x230-hotp-maximized-fhd_edp.config rename to boards/x230-hotp-maximized-fhd_edp/x230-hotp-maximized-fhd_edp.config diff --git a/boards/UNTESTED_x230-maximized-fhd_edp/UNTESTED_x230-maximized-fhd_edp.config b/boards/x230-maximized-fhd_edp/x230-maximized-fhd_edp.config similarity index 100% rename from boards/UNTESTED_x230-maximized-fhd_edp/UNTESTED_x230-maximized-fhd_edp.config rename to boards/x230-maximized-fhd_edp/x230-maximized-fhd_edp.config