diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-02 22:25:36 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-02 22:25:36 +0200 |
commit | 2c2babc8b92352fe13b54ba473a920da60f0d9f1 (patch) | |
tree | e5133d05f8b6c84e5702ff2bd47ea22617a5f88e | |
parent | 236ef4dffcd337a77e9ac8f400e13dc7e480d4f5 (diff) |
use lf-virtual1 instead of lf-build2 which is failing
Change-Id: I9f6b6823886a1b0dd473757bb2c0f957d4beff53
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 69c994d36..d778f417c 100644 --- a/jjb/functest/functest-docker.yaml +++ b/jjb/functest/functest-docker.yaml @@ -24,7 +24,7 @@ arch_tag: - 'amd64': - slave_label: 'lf-build2' + slave_label: 'lf-virtual1' - 'arm64': slave_label: 'opnfv-build-ubuntu-arm' @@ -94,7 +94,7 @@ - functest-job-parameters: project: '{project}' branch: '{branch}' - slave_label: 'lf-build2' + slave_label: 'lf-virtual1' arch_tag: 'amd64' properties: diff --git a/jjb/functest/functest-kubernetes-docker.yaml b/jjb/functest/functest-kubernetes-docker.yaml index 6d8846b5c..9de2ad007 100644 --- a/jjb/functest/functest-kubernetes-docker.yaml +++ b/jjb/functest/functest-kubernetes-docker.yaml @@ -24,7 +24,7 @@ arch_tag: - 'amd64': - slave_label: 'lf-build2' + slave_label: 'lf-virtual1' - 'arm64': slave_label: 'opnfv-build-ubuntu-arm' @@ -92,7 +92,7 @@ - functest-kubernetes-job-parameters: project: '{project}' branch: '{branch}' - slave_label: 'lf-build2' + slave_label: 'lf-virtual1' arch_tag: 'amd64' properties: diff --git a/jjb/functest/xtesting-docker.yaml b/jjb/functest/xtesting-docker.yaml index 246ceef9e..c834fabd1 100644 --- a/jjb/functest/xtesting-docker.yaml +++ b/jjb/functest/xtesting-docker.yaml @@ -24,7 +24,7 @@ arch_tag: - 'amd64': - slave_label: 'lf-build2' + slave_label: 'lf-virtual1' - 'arm64': slave_label: 'opnfv-build-ubuntu-arm' @@ -70,7 +70,7 @@ - xtesting-job-parameters: project: '{project}' branch: '{branch}' - slave_label: 'lf-build2' + slave_label: 'lf-virtual1' arch_tag: 'amd64' properties: |