From 037b70c253ca1eee8980f38f01039c6f3849d849 Mon Sep 17 00:00:00 2001 From: KonstantinKondrashov Date: Mon, 1 May 2023 15:08:23 +0800 Subject: [PATCH] ci: Increase parallel count for Example_GENERIC and ESP32S3 --- .gitlab/ci/target-test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab/ci/target-test.yml b/.gitlab/ci/target-test.yml index cb8533a04b..06b4e3d263 100644 --- a/.gitlab/ci/target-test.yml +++ b/.gitlab/ci/target-test.yml @@ -368,6 +368,12 @@ test_app_test_005: - ESP32C3 - Example_GENERIC +test_app_test_006: + extends: .test_app_esp32s3_template + tags: + - ESP32S3 + - Example_GENERIC + test_app_test_esp32_generic: extends: .test_app_esp32_template parallel: 5