From 067678bdf90e761da43ee41f0c6843e2eee90c34 Mon Sep 17 00:00:00 2001 From: "Michael (XIAO Xufeng)" Date: Fri, 11 Feb 2022 04:09:17 +0000 Subject: [PATCH] ci: enable unit test for S2 by default --- tools/ci/config/target-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci/config/target-test.yml b/tools/ci/config/target-test.yml index f3b22b68e9..390d412f67 100644 --- a/tools/ci/config/target-test.yml +++ b/tools/ci/config/target-test.yml @@ -542,8 +542,8 @@ UT_034: - triggers - schedules variables: - # Due to lack of runners, S2 tests will only be triggered with label (@bot test will not trigger) - # - $BOT_TRIGGER_WITH_LABEL == null + - $BOT_TRIGGER_WITH_LABEL == null + - $BOT_LABEL_UNIT_TEST - $BOT_LABEL_UNIT_TEST_S2 UT_035: