From: Michael Captain Date: Thu, 16 Sep 2021 07:02:36 +0000 (+0300) Subject: Start master feature test jobs 4 hours earlier X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=7ce68786ee08d949ff197d64292037cc6ff32579;p=infra%2Fcicd.git 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 --- diff --git a/jjb/airship/job_master_feature_tests_centos.yml b/jjb/airship/job_master_feature_tests_centos.yml index 80eacced2..d2e5fd189 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 77092a2a4..bbfcc94a8 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: