From e3e6e3a5e00484299e508b4fd34ff03095d56b75 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 2 Dec 2022 12:31:35 +0100 Subject: Update all jenkins agents MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9e772da7e4e5c48db0af2b2a9dd30b4983f78aaa Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-ci-docker.yaml | 30 +++++++++++++++--------------- 1 file 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}' -- cgit 1.2.3-korg