From 73445e82324afca772669040cb394fa3884ee086 Mon Sep 17 00:00:00 2001 From: Jaakko Kuuskoski Date: Mon, 14 Sep 2020 08:15:09 +0300 Subject: [PATCH] CI: trigger upgrade test nightly run earlier The 'midnight' trigger triggers the test run sometime between 0-3am. From the jenkins run statistics it is visible that this means on UTC+3 timezone 3-6am. The test are usually still running when it's office hours at UTC+3. This commit changes the test triggering time to 21-23pm, i.e 0-2am UTC+3. Change-Id: Ic64aa9f5ac8183c3d5082b44d4589b135edb2edc --- jjb/airship/job_master_feature_tests_upgrade_ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/airship/job_master_feature_tests_upgrade_ubuntu.yml b/jjb/airship/job_master_feature_tests_upgrade_ubuntu.yml index b4bc4e57f..173c061f9 100644 --- a/jjb/airship/job_master_feature_tests_upgrade_ubuntu.yml +++ b/jjb/airship/job_master_feature_tests_upgrade_ubuntu.yml @@ -90,7 +90,7 @@ artifact-num-to-keep: -1 triggers: - - timed: "@midnight" + - timed: "H H(21-23) * * *" pipeline-scm: scm: -- 2.25.1