From 885498a2b0ee7f058e23eb0533b096af7ec8d785 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Tue, 26 Feb 2019 11:02:36 +0100 Subject: [PATCH] cloud-infra-jjb: Adjust configuration to make it work This change attempts to fix build blocker, throttling and openstack slave parameters. Change-Id: I6277996d341f474681098e959da0a9583d7425eb --- jjb/cloud-infra/cloud-infra-verify-jobs.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/jjb/cloud-infra/cloud-infra-verify-jobs.yaml b/jjb/cloud-infra/cloud-infra-verify-jobs.yaml index d1575094..901ceb6b 100644 --- a/jjb/cloud-infra/cloud-infra-verify-jobs.yaml +++ b/jjb/cloud-infra/cloud-infra-verify-jobs.yaml @@ -56,9 +56,6 @@ project: '{project}' branch: '{branch}' - nordix-gerrit-parameters - - label: - name: SLAVE_LABEL - default: 'cloud-infra-vpod' - string: name: DISTRO default: '{distro}' @@ -74,16 +71,22 @@ - 'cloud-infra-verify-{distro}-.*' - 'cloud-infra-os-.*' - 'cloud-infra-k8-.*' - blocking-level: 'NODE' + block-level: 'NODE' - throttle: max-per-node: 1 - max-total: 2 + max-total: 3 option: project wrappers: - build-timeout: timeout: 120 - fix-workspace-permissions + - openstack: + instances: + - cloud-name: Xerces_EST_ONAP + template-name: cloud-infra-vpod + count: 1 + single-use: True scm: - git-scm-gerrit: -- 2.25.1