diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-12-12 09:13:08 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-12-12 09:13:08 +0100 |
commit | 005ee12976a365950bdb4ee11279436d84dda026 (patch) | |
tree | 9397d69f2652d683646fb695272c9c7250df9bec /jjb | |
parent | 67c61ad12ee8a306d253eb80ff026f279584ae08 (diff) |
Fix Jenkins docker agent tags
Change-Id: Id229eeabd332314feef043bad94a559c1bc8bac2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/xtesting-ci-docker.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/functest/xtesting-ci-docker.yaml b/jjb/functest/xtesting-ci-docker.yaml index f9978b338..d745209a2 100644 --- a/jjb/functest/xtesting-ci-docker.yaml +++ b/jjb/functest/xtesting-ci-docker.yaml @@ -167,9 +167,9 @@ image: opnfv/xtesting-jenkins:lts-alpine - s3www-v0.5.3: image: opnfv/xtesting-s3www:v0.5.3 - - xtesting-jenkins-agent-3.36-buster: + - xtesting-jenkins-agent-4.9-bullseye: image: opnfv/xtesting-jenkins-agent:4.9-bullseye - - xtesting-jenkins-agent-3.36-bionic: + - xtesting-jenkins-agent-4.9-jammy: image: opnfv/xtesting-jenkins-agent:4.9-jammy - xtesting-jenkins-agent-auto-3.36-buster: image: opnfv/xtesting-jenkins-agent-auto:4.9-bullseye |