From 182a33878f78dd10ac1cabcb6939a04a7e061cc4 Mon Sep 17 00:00:00 2001 From: Michael Captain Date: Mon, 27 Sep 2021 10:56:48 +0300 Subject: [PATCH] Reschedule feature test builds 2 hours earlier Reschedule airship master feature test builds 2 hours earlier (for the metal3 project.) We hit webhook failures caused by transitory poor performance in the CityCloud overnight 3 hours into the run, so hopefully moving the build back another 2 hours will improve reliability. Change-Id: I9ab9c9e3c9d15920fccc7ef1f627d12c5331d3b4 --- 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 d2e5fd189..670197edc 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 20 * * *" + - timed: "H 18 * * *" pipeline-scm: scm: diff --git a/jjb/airship/job_master_feature_tests_ubuntu.yml b/jjb/airship/job_master_feature_tests_ubuntu.yml index bbfcc94a8..830b1fa9e 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 20 * * *" + - timed: "H 18 * * *" pipeline-scm: scm: -- 2.25.1