From 7ce68786ee08d949ff197d64292037cc6ff32579 Mon Sep 17 00:00:00 2001 From: Michael Captain Date: Thu, 16 Sep 2021 10:02:36 +0300 Subject: [PATCH] Start master feature test jobs 4 hours earlier Start the airship master feature tests jobs 4 hours earlier. Jobs sometimes fail overnight due to webhook failures, which seem related to high I/O latency in the environment. We're guessing that the high I/O latency may be caused by CityCloud's disaster recovery snapshots and hope to avoid the period of their higher latency by starting the jobs earlier in the evening. Change-Id: I9e41e862d88742060f13cea6e83eb90ca368c1ea --- 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 80eacced..d2e5fd18 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: "@midnight" + - timed: "H 20 * * *" pipeline-scm: scm: diff --git a/jjb/airship/job_master_feature_tests_ubuntu.yml b/jjb/airship/job_master_feature_tests_ubuntu.yml index 77092a2a..bbfcc94a 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: "@midnight" + - timed: "H 20 * * *" pipeline-scm: scm: -- 2.25.1