mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: add unit test job
This commit is contained in:
parent
41b6811f45
commit
56e3f2780d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user