From 22442a0ccc5ea88452886c9c30981de6e36b7bdb Mon Sep 17 00:00:00 2001 From: smoshiur1237 Date: Mon, 9 May 2022 13:22:49 +0300 Subject: [PATCH] Enable main feature test trigger to run twice (Monday, Thursday) a week Change-Id: I6e2d90b8a0a34c78a5ebab24cf35324054d05839 --- jjb/metal3/job_main_feature_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jjb/metal3/job_main_feature_tests.yml b/jjb/metal3/job_main_feature_tests.yml index 213c65a4b..82056784a 100644 --- a/jjb/metal3/job_main_feature_tests.yml +++ b/jjb/metal3/job_main_feature_tests.yml @@ -86,7 +86,8 @@ artifact-days-to-keep: -1 artifact-num-to-keep: -1 - triggers: [] + triggers: + - timed: "H 20 * * 1,4" pipeline-scm: scm: -- 2.25.1