diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2025-01-29 17:24:01 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2025-01-29 18:18:53 +0100 |
commit | b69688936e28487ff72adedbe55181cb5d105223 (patch) | |
tree | 320dccbec789ca767fd87a584c76c60dea1a2456 /jjb | |
parent | cf8eb1fc02d4c7fdf74813c55ab466481f3ddf23 (diff) |
Update Jenkins agent to 3283
Change-Id: Ia06b2435371ae74d93bb66f53dd1d5ea5d931b23
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/xtesting-ci-docker.yaml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/jjb/functest/xtesting-ci-docker.yaml b/jjb/functest/xtesting-ci-docker.yaml index a170aeda6..a5015f859 100644 --- a/jjb/functest/xtesting-ci-docker.yaml +++ b/jjb/functest/xtesting-ci-docker.yaml @@ -108,24 +108,24 @@ - jenkins-agent-debian: dir: jenkins-agent image: opnfv/xtesting-jenkins-agent - tag: 4.9-bullseye + tag: 3283-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: 4.9-jammy + tag: 3283-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: 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 + tag: 3283-bullseye + from_amd64: opnfv/xtesting-jenkins-agent:3283-bullseye + to_arm64: opnfv/xtesting-jenkins-agent:arm64-3283-bullseye + to_arm: opnfv/xtesting-jenkins-agent:arm-3283-bullseye jobs: - xtesting-ci-docker-multitarch-{stream} @@ -167,12 +167,12 @@ image: opnfv/xtesting-jenkins:lts-alpine - s3www-v0.5.3: image: opnfv/xtesting-s3www:v0.5.3 - - xtesting-jenkins-agent-4.9-bullseye: - image: opnfv/xtesting-jenkins-agent:4.9-bullseye - - xtesting-jenkins-agent-4.9-jammy: - image: opnfv/xtesting-jenkins-agent:4.9-jammy - - xtesting-jenkins-agent-auto-4.9-bullseye: - image: opnfv/xtesting-jenkins-agent-auto:4.9-bullseye + - xtesting-jenkins-agent-3283-bullseye: + image: opnfv/xtesting-jenkins-agent:3283-bullseye + - xtesting-jenkins-agent-3283-jammy: + image: opnfv/xtesting-jenkins-agent:3283-jammy + - xtesting-jenkins-agent-auto-3283-bullseye: + image: opnfv/xtesting-jenkins-agent-auto:3283-bullseye jobs: - 'xtesting-ci-docker-trivy-{stream}' |