From 21b1a83629249db48eaf345595cc2cc3fddafc1f Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Tue, 17 Dec 2019 10:24:57 +0100 Subject: [PATCH] cloud-infra: Reduce the frequency of heat based jobs to minimum Due to stability issues with CityCloud heat stack creation, we need to limit running heat based jobs to minimum since there is no reason anymore to run jobs automatically without hearing from City Support first. Here is what is done for the jobs per stack: - ONAP Pipelines: nightly triggers for ONAP Master and ElAlto branches have been disabled. This means that they can still be triggered manually if needed. [0][1] - Engine Verification Heat Jobs: voting for these jobs have been disabled. This means that they will still be triggered when a new patch is sent for review but their vote will not be used when calculating the verdict. [2] - Spinnaker Pipelines: nightly triggers for Spinnaker 1.16 pipelines have been disabled. This means that they can still be triggered manually if needed. [3] [0] https://jenkins.nordix.org/job/onap-online-full-ubuntu1804-kubespray-city-cloud-daily-master/ [1] https://jenkins.nordix.org/job/onap-online-full-ubuntu1804-kubespray-city-cloud-daily-elalto/ [2] https://jenkins.nordix.org/job/cloud-infra-verify-engine-ubuntu1804-city-cloud-master/ [3] https://jenkins.nordix.org/job/k8-calico-spinnaker-ubuntu1804-kubespray-city-cloud-daily-1.16/ Change-Id: I070a38194fcf6eff17fe114c29493af2323073fc --- .../cloud-infra-engine-verify-deploy.yaml | 16 ++++++++-------- jjb/cloud-infra/cloud-infra-periodic-onap.yaml | 2 +- .../cloud-infra-periodic-spinnaker.yaml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/jjb/cloud-infra/cloud-infra-engine-verify-deploy.yaml b/jjb/cloud-infra/cloud-infra-engine-verify-deploy.yaml index e46dd73cd..54209ad80 100644 --- a/jjb/cloud-infra/cloud-infra-engine-verify-deploy.yaml +++ b/jjb/cloud-infra/cloud-infra-engine-verify-deploy.yaml @@ -54,16 +54,8 @@ distro: - ubuntu1804: disabled: false - successful: false - failed: false - unstable: false - notbuilt: false - centos7: disabled: true - successful: true - failed: true - unstable: true - notbuilt: true cloud: - city: openrc-credentials-file: 'est-jenkins-openrcfile-city-frankfurt-onap' @@ -72,9 +64,17 @@ - virtual: provisioner-type: 'bifrost' slave-type: 'vpod' + successful: false + failed: false + unstable: false + notbuilt: false - cloud: provisioner-type: 'heat' slave-type: 'jumphost' + successful: true + failed: true + unstable: true + notbuilt: true phase: - deploy: diff --git a/jjb/cloud-infra/cloud-infra-periodic-onap.yaml b/jjb/cloud-infra/cloud-infra-periodic-onap.yaml index 878e00d5b..6badee1cb 100644 --- a/jjb/cloud-infra/cloud-infra-periodic-onap.yaml +++ b/jjb/cloud-infra/cloud-infra-periodic-onap.yaml @@ -32,7 +32,7 @@ - city: slave-label: 'city-jumphost-ubuntu1804' openrc-credentials-file: 'est-jenkins-openrcfile-city-frankfurt-onap' - daily-trigger: '@midnight' + daily-trigger: '#@midnight' - xerces: slave-label: 'xerces-jumphost-ubuntu1804' openrc-credentials-file: 'est-estinfra-openrcfile-xerces-lund-onap' diff --git a/jjb/cloud-infra/cloud-infra-periodic-spinnaker.yaml b/jjb/cloud-infra/cloud-infra-periodic-spinnaker.yaml index f7c4b1b0c..9991f1174 100644 --- a/jjb/cloud-infra/cloud-infra-periodic-spinnaker.yaml +++ b/jjb/cloud-infra/cloud-infra-periodic-spinnaker.yaml @@ -32,7 +32,7 @@ - city: slave-label: 'city-jumphost-ubuntu1804' openrc-credentials-file: 'est-jenkins-openrcfile-city-frankfurt-onap' - daily-trigger: '@daily' + daily-trigger: '#@daily' spinnaker-branch: - '1.16': -- 2.25.1