From: Michael Captain Date: Mon, 25 Oct 2021 07:35:29 +0000 (+0300) Subject: Stagger airship integration tests X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F10955%2F1;p=infra%2Fcicd.git 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 --- 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 619ad065..424f1e67 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 f6cf7f93..8fb68ae6 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 04dbddff..9189cbe0 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 922938ae..3f96a17a 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: