diff options
-rw-r--r-- | jjb/functest/xtesting-ci-docker.yaml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/jjb/functest/xtesting-ci-docker.yaml b/jjb/functest/xtesting-ci-docker.yaml index a170aeda6..a5015f859 100644 --- a/jjb/functest/xtesting-ci-docker.yaml +++ b/jjb/functest/xtesting-ci-docker.yaml @@ -108,24 +108,24 @@ - jenkins-agent-debian: dir: jenkins-agent image: opnfv/xtesting-jenkins-agent - tag: 4.9-bullseye + tag: 3283-bullseye from_amd64: debian:bullseye to_arm64: arm64v8/debian:bullseye to_arm: arm32v7/debian:bullseye - jenkins-agent-ubuntu: dir: jenkins-agent-ubuntu image: opnfv/xtesting-jenkins-agent - tag: 4.9-jammy + tag: 3283-jammy from_amd64: ubuntu:jammy to_arm64: arm64v8/ubuntu:jammy to_arm: arm32v7/ubuntu:jammy - jenkins-agent-auto: dir: jenkins-agent-auto image: opnfv/xtesting-jenkins-agent-auto - tag: 4.9-bullseye - from_amd64: opnfv/xtesting-jenkins-agent:4.9-bullseye - to_arm64: opnfv/xtesting-jenkins-agent:arm64-4.9-bullseye - to_arm: opnfv/xtesting-jenkins-agent:arm-4.9-bullseye + tag: 3283-bullseye + from_amd64: opnfv/xtesting-jenkins-agent:3283-bullseye + to_arm64: opnfv/xtesting-jenkins-agent:arm64-3283-bullseye + to_arm: opnfv/xtesting-jenkins-agent:arm-3283-bullseye jobs: - xtesting-ci-docker-multitarch-{stream} @@ -167,12 +167,12 @@ image: opnfv/xtesting-jenkins:lts-alpine - s3www-v0.5.3: image: opnfv/xtesting-s3www:v0.5.3 - - xtesting-jenkins-agent-4.9-bullseye: - image: opnfv/xtesting-jenkins-agent:4.9-bullseye - - xtesting-jenkins-agent-4.9-jammy: - image: opnfv/xtesting-jenkins-agent:4.9-jammy - - xtesting-jenkins-agent-auto-4.9-bullseye: - image: opnfv/xtesting-jenkins-agent-auto:4.9-bullseye + - xtesting-jenkins-agent-3283-bullseye: + image: opnfv/xtesting-jenkins-agent:3283-bullseye + - xtesting-jenkins-agent-3283-jammy: + image: opnfv/xtesting-jenkins-agent:3283-jammy + - xtesting-jenkins-agent-auto-3283-bullseye: + image: opnfv/xtesting-jenkins-agent-auto:3283-bullseye jobs: - 'xtesting-ci-docker-trivy-{stream}' |