Update all jenkins agents 61/73661/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 2 Dec 2022 11:31:35 +0000 (12:31 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 2 Dec 2022 11:31:35 +0000 (12:31 +0100)
Change-Id: I9e772da7e4e5c48db0af2b2a9dd30b4983f78aaa
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/xtesting-ci-docker.yaml

index 5dec539..f9978b3 100644 (file)
       - 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}
 
       - 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}'