From f4a8ae925fe7d1abcf37228583cb2817ac6ef40d Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Mon, 17 Jul 2023 12:49:32 -0400 Subject: [PATCH] non-dgpu t530 was reported working (t530-hotp-maximized-v0.2.0-1705-gedf200e.rom) --- .circleci/config.yml | 8 ++++---- .../t530-hotp-maximized.config} | 0 .../t530-maximized.config} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename boards/{UNTESTED_t530-hotp-maximized/UNTESTED_t530-hotp-maximized.config => t530-hotp-maximized/t530-hotp-maximized.config} (100%) rename boards/{UNTESTED_t530-maximized/UNTESTED_t530-maximized.config => t530-maximized/t530-maximized.config} (100%) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1e7572b9..fcc969ba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -373,8 +373,8 @@ workflows: - x230-hotp-maximized - build: - name: UNTESTED_t530-hotp-maximized - target: UNTESTED_t530-hotp-maximized + name: t530-hotp-maximized + target: t530-hotp-maximized subcommand: "" requires: - x230-hotp-maximized @@ -415,8 +415,8 @@ workflows: - x230-hotp-maximized - build: - name: UNTESTED_t530-maximized - target: UNTESTED_t530-maximized + name: t530-maximized + target: t530-maximized subcommand: "" requires: - x230-hotp-maximized diff --git a/boards/UNTESTED_t530-hotp-maximized/UNTESTED_t530-hotp-maximized.config b/boards/t530-hotp-maximized/t530-hotp-maximized.config similarity index 100% rename from boards/UNTESTED_t530-hotp-maximized/UNTESTED_t530-hotp-maximized.config rename to boards/t530-hotp-maximized/t530-hotp-maximized.config diff --git a/boards/UNTESTED_t530-maximized/UNTESTED_t530-maximized.config b/boards/t530-maximized/t530-maximized.config similarity index 100% rename from boards/UNTESTED_t530-maximized/UNTESTED_t530-maximized.config rename to boards/t530-maximized/t530-maximized.config