diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-12-02 12:31:35 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-12-02 12:31:35 +0100 |
commit | e3e6e3a5e00484299e508b4fd34ff03095d56b75 (patch) | |
tree | d90ec63ceb0f8c0663a3ea289cbf68ad5417c711 /jjb | |
parent | 1ca7b55423fe27db97ee626f621bd5d996cb3506 (diff) |
Update all jenkins agents
Change-Id: I9e772da7e4e5c48db0af2b2a9dd30b4983f78aaa
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/xtesting-ci-docker.yaml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/jjb/functest/xtesting-ci-docker.yaml b/jjb/functest/xtesting-ci-docker.yaml index 5dec53996..f9978b338 100644 --- a/jjb/functest/xtesting-ci-docker.yaml +++ b/jjb/functest/xtesting-ci-docker.yaml @@ -108,24 +108,24 @@ - jenkins-agent-buster: dir: jenkins-agent image: opnfv/xtesting-jenkins-agent - tag: 3.36-buster - from_amd64: debian:buster - to_arm64: arm64v8/debian:buster - to_arm: arm32v7/debian:buster + tag: 4.9-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: 3.36-bionic - from_amd64: ubuntu:bionic - to_arm64: arm64v8/ubuntu:bionic - to_arm: arm32v7/ubuntu:bionic + tag: 4.9-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: 3.36-buster - from_amd64: opnfv/xtesting-jenkins-agent:3.36-buster - to_arm64: opnfv/xtesting-jenkins-agent:arm64-3.36-buster - to_arm: opnfv/xtesting-jenkins-agent:arm-3.36-buster + 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 jobs: - xtesting-ci-docker-multitarch-{stream} @@ -168,11 +168,11 @@ - s3www-v0.5.3: image: opnfv/xtesting-s3www:v0.5.3 - xtesting-jenkins-agent-3.36-buster: - image: opnfv/xtesting-jenkins-agent:3.36-buster + image: opnfv/xtesting-jenkins-agent:4.9-bullseye - xtesting-jenkins-agent-3.36-bionic: - image: opnfv/xtesting-jenkins-agent:3.36-bionic + image: opnfv/xtesting-jenkins-agent:4.9-jammy - xtesting-jenkins-agent-auto-3.36-buster: - image: opnfv/xtesting-jenkins-agent-auto:3.36-buster + image: opnfv/xtesting-jenkins-agent-auto:4.9-bullseye jobs: - 'xtesting-ci-docker-trivy-{stream}' |