From: Cédric Ollivier Date: Fri, 2 Dec 2022 11:31:35 +0000 (+0100) Subject: Update all jenkins agents X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F61%2F73661%2F1;p=releng.git Update all jenkins agents Change-Id: I9e772da7e4e5c48db0af2b2a9dd30b4983f78aaa Signed-off-by: Cédric Ollivier --- 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}'