From ea0dea3733a4a6630ca58c78478d00173dffe2ab Mon Sep 17 00:00:00 2001 From: Michael Captain Date: Mon, 4 Oct 2021 11:24:46 +0300 Subject: [PATCH] Reschedule airship feature builds 1 hour earlier Reschedule the airship master feature tests build to be one hour earlier. Overnight in the Kna1 region in CityCloud, we see webhook failures caused by poor performance of the instances. This build has been rescheduled a couple of times, but we're still hitting this on the overnight and not in the daytime, so let's push the start time back one hour to 1700 UTC, which is 2000 Finnish summer time. Change-Id: Idff5ebb521b6f1484a5244e474edd291a1348be1 --- jjb/airship/job_master_feature_tests_centos.yml | 2 +- jjb/airship/job_master_feature_tests_ubuntu.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/airship/job_master_feature_tests_centos.yml b/jjb/airship/job_master_feature_tests_centos.yml index 670197ed..a5d91846 100644 --- a/jjb/airship/job_master_feature_tests_centos.yml +++ b/jjb/airship/job_master_feature_tests_centos.yml @@ -90,7 +90,7 @@ artifact-num-to-keep: -1 triggers: - - timed: "H 18 * * *" + - timed: "H 17 * * *" pipeline-scm: scm: diff --git a/jjb/airship/job_master_feature_tests_ubuntu.yml b/jjb/airship/job_master_feature_tests_ubuntu.yml index 830b1fa9..c2dbbf4c 100644 --- a/jjb/airship/job_master_feature_tests_ubuntu.yml +++ b/jjb/airship/job_master_feature_tests_ubuntu.yml @@ -90,7 +90,7 @@ artifact-num-to-keep: -1 triggers: - - timed: "H 18 * * *" + - timed: "H 17 * * *" pipeline-scm: scm: -- 2.25.1