]> granicus.if.org Git - esp-idf/commitdiff
ci: add unit test job
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 10 Jul 2019 12:19:13 +0000 (14:19 +0200)
committerHe Yin Ling <heyinling@espressif.com>
Wed, 10 Jul 2019 14:44:11 +0000 (22:44 +0800)
tools/ci/config/target-test.yml

index c8c12a321ea138e25ce8a9cc4f992e65a3ef8a38..6aa25316ea927ef5f33e6c1988652f71a9b638d5 100644 (file)
@@ -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