cloud-infra-jjb: Adjust configuration to make it work 84/484/2
authorFatih Degirmenci <fdegir@gmail.com>
Tue, 26 Feb 2019 10:02:36 +0000 (11:02 +0100)
committerFatih Degirmenci <fdegir@gmail.com>
Tue, 26 Feb 2019 10:37:31 +0000 (11:37 +0100)
This change attempts to fix build blocker, throttling and openstack slave
parameters.

Change-Id: I6277996d341f474681098e959da0a9583d7425eb

jjb/cloud-infra/cloud-infra-verify-jobs.yaml

index d1575094d85ef470f44f0b8cc82055d22ae13d7f..901ceb6b0e77450fd59041425dff6b5cff605023 100644 (file)
@@ -56,9 +56,6 @@
           project: '{project}'
           branch: '{branch}'
       - nordix-gerrit-parameters
-      - label:
-          name: SLAVE_LABEL
-          default: 'cloud-infra-vpod'
       - string:
           name: DISTRO
           default: '{distro}'
             - '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: