From 56e3f2780d997b78844a7b3ccc5ea45d6fa7dcad Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Wed, 10 Jul 2019 14:19:13 +0200 Subject: [PATCH] ci: add unit test job --- tools/ci/config/target-test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/ci/config/target-test.yml b/tools/ci/config/target-test.yml index c8c12a321e..6aa25316ea 100644 --- a/tools/ci/config/target-test.yml +++ b/tools/ci/config/target-test.yml @@ -203,6 +203,9 @@ UT_001: - ESP32_IDF - UT_T1_1 +# Max. allowed value of 'parallel' is 50. +# See UT_030 below if you want to add more unit test jobs. + UT_002: extends: .unit_test_template parallel: 18 @@ -404,7 +407,7 @@ UT_029: # Gitlab parallel max value is 50. We need to create another UT job if parallel is larger than 50. UT_030: extends: .unit_test_template - parallel: 5 + parallel: 6 tags: - ESP32_IDF - UT_T1_1 -- 2.40.0