From b840a09900abd08d23512669a52e45311323860d Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Fri, 11 May 2018 16:42:52 +0800 Subject: [PATCH] ci: increase number of unit test jobs --- .gitlab-ci.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b013c847d4..d5491a64d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -701,6 +701,13 @@ UT_001_09: - UT_T1_1 - UT_default +UT_001_10: + <<: *unit_test_template + tags: + - ESP32_IDF + - UT_T1_1 + - UT_default + UT_002_01: <<: *unit_test_template tags: @@ -764,6 +771,13 @@ UT_002_09: - UT_T1_1 - UT_release +UT_002_10: + <<: *unit_test_template + tags: + - ESP32_IDF + - UT_T1_1 + - UT_release + UT_003_01: <<: *unit_test_template tags: @@ -827,6 +841,13 @@ UT_003_09: - UT_T1_1 - UT_single_core +UT_003_10: + <<: *unit_test_template + tags: + - ESP32_IDF + - UT_T1_1 + - UT_single_core + UT_004_01: <<: *unit_test_template tags: @@ -897,6 +918,13 @@ UT_004_10: - UT_T1_1 - UT_psram +UT_004_11: + <<: *unit_test_template + tags: + - ESP32_IDF + - UT_T1_1 + - UT_psram + IT_001_01: <<: *test_template tags: -- 2.40.0