diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest-docker.yaml | 4 | ||||
-rw-r--r-- | jjb/functest/functest-kubernetes-docker.yaml | 4 | ||||
-rw-r--r-- | jjb/functest/xtesting-docker.yaml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/jjb/functest/functest-docker.yaml b/jjb/functest/functest-docker.yaml index 4b3d04401..69c994d36 100644 --- a/jjb/functest/functest-docker.yaml +++ b/jjb/functest/functest-docker.yaml @@ -94,7 +94,7 @@ - functest-job-parameters: project: '{project}' branch: '{branch}' - slave_label: 'opnfv-build-ubuntu' + slave_label: 'lf-build2' arch_tag: 'amd64' properties: @@ -238,7 +238,7 @@ branch: '{branch}' - label: name: SLAVE_LABEL - default: 'opnfv-build-ubuntu' + default: 'lf-build2' description: 'Slave label on Jenkins' all-nodes: false node-eligibility: 'ignore-offline' diff --git a/jjb/functest/functest-kubernetes-docker.yaml b/jjb/functest/functest-kubernetes-docker.yaml index baeaa1953..21fbdb4ec 100644 --- a/jjb/functest/functest-kubernetes-docker.yaml +++ b/jjb/functest/functest-kubernetes-docker.yaml @@ -76,7 +76,7 @@ - functest-kubernetes-job-parameters: project: '{project}' branch: '{branch}' - slave_label: 'opnfv-build-ubuntu' + slave_label: 'lf-build2' arch_tag: 'amd64' properties: @@ -174,7 +174,7 @@ branch: '{branch}' - label: name: SLAVE_LABEL - default: 'opnfv-build-ubuntu' + default: 'lf-build2' description: 'Slave label on Jenkins' all-nodes: false node-eligibility: 'ignore-offline' diff --git a/jjb/functest/xtesting-docker.yaml b/jjb/functest/xtesting-docker.yaml index 32689498c..246ceef9e 100644 --- a/jjb/functest/xtesting-docker.yaml +++ b/jjb/functest/xtesting-docker.yaml @@ -70,7 +70,7 @@ - xtesting-job-parameters: project: '{project}' branch: '{branch}' - slave_label: 'opnfv-build-ubuntu' + slave_label: 'lf-build2' arch_tag: 'amd64' properties: @@ -133,7 +133,7 @@ branch: '{branch}' - label: name: SLAVE_LABEL - default: 'opnfv-build-ubuntu' + default: 'lf-build2' description: 'Slave label on Jenkins' all-nodes: false node-eligibility: 'ignore-offline' |