Merge branch 'test/ci_disable_ut_s2_wo_label' into 'master'

ci: disable the UT for S2 when label is not used

See merge request espressif/esp-idf!8480
This commit is contained in:
Anton Maklakov 2020-04-27 16:35:45 +08:00
commit 3029ab343b

View file

@ -495,7 +495,8 @@ UT_034:
- triggers
- schedules
variables:
- $BOT_TRIGGER_WITH_LABEL == null
# Due to lack of runners, S2 tests will only be triggered with label (@bot test will not trigger)
# - $BOT_TRIGGER_WITH_LABEL == null
- $BOT_LABEL_UNIT_TEST_S2
UT_035: