ci: add unit test job

This commit is contained in:
Ivan Grokhotkov 2019-07-10 14:19:13 +02:00 committed by He Yin Ling
parent 41b6811f45
commit 56e3f2780d

View 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