From d89b9f7728cc72e71161dc0b707fce12b5d0006f Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Fri, 18 Oct 2019 16:28:56 +0200 Subject: [PATCH 1/1] onap: Run ONAP master deployments in Frankfurt region Due to the issues we are having in City Karlskrona region, we are giving a try to Frankfurt region to see if it is more stable. In order to evaluate stability of Frankfurt region, there will be more frequent runs during the weekend so we have sufficient data to decide whether to move to Frankfurt region permanently or not. Concurrent runs of master deployments is also disabled since it will be more costly and potention to result in quota issues. Change-Id: Ic16ba0c98928c1bdaf930ef97de4e3b1d50fb4c4 --- jjb/cloud-infra/cloud-infra-periodic-onap.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jjb/cloud-infra/cloud-infra-periodic-onap.yaml b/jjb/cloud-infra/cloud-infra-periodic-onap.yaml index a3101599..85b04858 100644 --- a/jjb/cloud-infra/cloud-infra-periodic-onap.yaml +++ b/jjb/cloud-infra/cloud-infra-periodic-onap.yaml @@ -31,8 +31,8 @@ cloud: - city: slave-label: 'city-jumphost-ubuntu1804' - openrc-credentials-file: 'est-jenkins-openrcfile-city-karlskrona-onap' - daily-trigger: '@midnight' + openrc-credentials-file: 'est-jenkins-openrcfile-city-frankfurt-onap' + daily-trigger: 'H */4 * * 6-7' - xerces: slave-label: 'xerces-jumphost-ubuntu1804' openrc-credentials-file: 'est-estinfra-openrcfile-xerces-lund-onap' @@ -112,7 +112,7 @@ disabled: '{obj:disabled}' - concurrent: true + concurrent: false parameters: - project-parameters: @@ -183,7 +183,7 @@ block-level: 'NODE' - throttle: max-per-node: 1 - max-total: 3 + max-total: 1 option: project wrappers: -- 2.25.1