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

This commit is contained in:
Michael (XIAO Xufeng) 2020-04-26 16:29:49 +08:00
parent 017f07cda7
commit ac63760ded

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: