diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-02-18 18:15:58 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-02-18 18:15:58 +0100 |
commit | c2a94c860717f7d57e8f17fab12aac4b05d65356 (patch) | |
tree | b915edd0f8b316fa267708e4cf27cdc793b16180 | |
parent | ea0d87c0ecd4daf814968cef9d2236f866163fe7 (diff) |
Build docker container on lf-build2 (2/2)
ericsson-build4 seems in a bad shape
Change-Id: Ia7868f656f0c1a363074bd8e4e739b4f2f568cf8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-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' |