From 66204948925be8c6f27289f35b567fa8919e72fd Mon Sep 17 00:00:00 2001 From: Michael Captain Date: Mon, 25 Oct 2021 10:35:29 +0300 Subject: [PATCH] Stagger airship integration tests If airship integration tests run at the same time, there can be a race condition with OpenStack where the same IP address is gathered for two instances. This leads to strange things happening, such as one job logging into the VM for a different job and shutting it down. Change-Id: I377a0c8b90b58062cfa7b86807e380436eb806e4 --- .../job_capi_bm_v1a4_master_integration_tests_centos.yml | 2 +- .../job_capi_bm_v1a4_master_integration_tests_ubuntu.yml | 2 +- .../job_capi_bm_v1a5_master_integration_tests_centos.yml | 2 +- .../job_capi_bm_v1a5_master_integration_tests_ubuntu.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jjb/airship/job_capi_bm_v1a4_master_integration_tests_centos.yml b/jjb/airship/job_capi_bm_v1a4_master_integration_tests_centos.yml index 619ad0657..424f1e67e 100644 --- a/jjb/airship/job_capi_bm_v1a4_master_integration_tests_centos.yml +++ b/jjb/airship/job_capi_bm_v1a4_master_integration_tests_centos.yml @@ -82,7 +82,7 @@ artifact-num-to-keep: -1 triggers: - - timed: "H 4 * * *" + - timed: "0 4 * * *" pipeline-scm: scm: diff --git a/jjb/airship/job_capi_bm_v1a4_master_integration_tests_ubuntu.yml b/jjb/airship/job_capi_bm_v1a4_master_integration_tests_ubuntu.yml index f6cf7f939..8fb68ae6a 100644 --- a/jjb/airship/job_capi_bm_v1a4_master_integration_tests_ubuntu.yml +++ b/jjb/airship/job_capi_bm_v1a4_master_integration_tests_ubuntu.yml @@ -82,7 +82,7 @@ artifact-num-to-keep: -1 triggers: - - timed: "H 4 * * *" + - timed: "15 4 * * *" pipeline-scm: scm: diff --git a/jjb/airship/job_capi_bm_v1a5_master_integration_tests_centos.yml b/jjb/airship/job_capi_bm_v1a5_master_integration_tests_centos.yml index 04dbddff7..9189cbe08 100644 --- a/jjb/airship/job_capi_bm_v1a5_master_integration_tests_centos.yml +++ b/jjb/airship/job_capi_bm_v1a5_master_integration_tests_centos.yml @@ -82,7 +82,7 @@ artifact-num-to-keep: -1 triggers: - - timed: "H 4 * * *" + - timed: "30 4 * * *" pipeline-scm: scm: diff --git a/jjb/airship/job_capi_bm_v1a5_master_integration_tests_ubuntu.yml b/jjb/airship/job_capi_bm_v1a5_master_integration_tests_ubuntu.yml index 922938aea..3f96a17a8 100644 --- a/jjb/airship/job_capi_bm_v1a5_master_integration_tests_ubuntu.yml +++ b/jjb/airship/job_capi_bm_v1a5_master_integration_tests_ubuntu.yml @@ -82,7 +82,7 @@ artifact-num-to-keep: -1 triggers: - - timed: "H 4 * * *" + - timed: "45 4 * * *" pipeline-scm: scm: -- 2.25.1