diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-12-21 09:23:56 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-12-21 09:23:56 +0100 |
commit | 72f6fd79fac2f13c3cc08572f056b0f847916cdd (patch) | |
tree | 53f9e04638232f8ae806c6a3e0b5e942b295ec78 /jjb/functest | |
parent | 94b57551c02f1cb1e4b7d0f0aef7ac67b4b27fe3 (diff) |
Force Xtesting docker build on lf-virtual1
Xtesting pusblished on OPNFV Dockerhub organizarion.
Change-Id: I0909065001f41afe804fdd553f5b39bb5af99510
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/xtesting-ci-docker.yaml | 4 | ||||
-rw-r--r-- | jjb/functest/xtesting-pi.yaml | 30 | ||||
-rw-r--r-- | jjb/functest/xtesting.yaml | 10 |
3 files changed, 22 insertions, 22 deletions
diff --git a/jjb/functest/xtesting-ci-docker.yaml b/jjb/functest/xtesting-ci-docker.yaml index 0025e2786..422d7b8ed 100644 --- a/jjb/functest/xtesting-ci-docker.yaml +++ b/jjb/functest/xtesting-ci-docker.yaml @@ -55,7 +55,7 @@ parameters: - label: name: node - default: 'opnfv-build' + default: 'lf-virtual1' - job-template: name: xtesting-ci-docker-{stream} @@ -146,7 +146,7 @@ parameters: - label: name: node - default: 'opnfv-build' + default: 'lf-virtual1' - job-template: name: 'xtesting-ci-docker-trivy-{stream}' diff --git a/jjb/functest/xtesting-pi.yaml b/jjb/functest/xtesting-pi.yaml index 5e5438be6..223321274 100644 --- a/jjb/functest/xtesting-pi.yaml +++ b/jjb/functest/xtesting-pi.yaml @@ -12,35 +12,35 @@ port: tag: - latest: - node: opnfv-build + node: lf-virtual1 - zed: - node: opnfv-build + node: lf-virtual1 - yoga: - node: opnfv-build + node: lf-virtual1 - xena: - node: opnfv-build + node: lf-virtual1 - wallaby: - node: opnfv-build + node: lf-virtual1 - arm-latest: - node: opnfv-build + node: lf-virtual1 - arm-zed: - node: opnfv-build + node: lf-virtual1 - arm-yoga: - node: opnfv-build + node: lf-virtual1 - arm-xena: - node: opnfv-build + node: lf-virtual1 - arm-wallaby: - node: opnfv-build + node: lf-virtual1 - arm64-latest: - node: opnfv-build + node: lf-virtual1 - arm64-zed: - node: opnfv-build + node: lf-virtual1 - arm64-yoga: - node: opnfv-build + node: lf-virtual1 - arm64-xena: - node: opnfv-build + node: lf-virtual1 - arm64-wallaby: - node: opnfv-build + node: lf-virtual1 - xtesting-pi-jobs: &xtesting-pi-jobs name: 'xtesting-pi-jobs' diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 9f38a867a..a9f1d75c8 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -15,31 +15,31 @@ from: build_args: branch: master - node: opnfv-build + node: lf-virtual1 dependency: 3.16 - zed: from: build_args: branch: stable/zed - node: opnfv-build + node: lf-virtual1 dependency: 3.16 - yoga: from: build_args: branch: stable/yoga - node: opnfv-build + node: lf-virtual1 dependency: 3.16 - xena: from: build_args: branch: stable/xena - node: opnfv-build + node: lf-virtual1 dependency: 3.14 - wallaby: from: build_args: branch: stable/wallaby - node: opnfv-build + node: lf-virtual1 dependency: 3.13 - xtesting-jobs: &xtesting-jobs |