diff options
Diffstat (limited to 'jjb/functest')
-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}' |