diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-05-12 17:16:04 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-05-12 17:23:32 +0200 |
commit | 26fd48d4c446b4fae90dfa20ed675b8441748aab (patch) | |
tree | accf7c8084bc7a69f992a7f97e77cd3cadcd9dbb /jjb/functest | |
parent | fbe3476573a6662864d2e3e8f3c97087e899a816 (diff) |
Fix incorrect parent image
Change-Id: I418e3c13c88c11e930c07c936d3e34cadfc5fb35
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/xtesting-ci-docker.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/functest/xtesting-ci-docker.yaml b/jjb/functest/xtesting-ci-docker.yaml index 559394055..dd9947026 100644 --- a/jjb/functest/xtesting-ci-docker.yaml +++ b/jjb/functest/xtesting-ci-docker.yaml @@ -123,9 +123,9 @@ dir: jenkins-agent-auto image: opnfv/xtesting-jenkins-agent-auto tag: 3.36-buster - from_amd64: opnfv/xtesting-jenkins-agent - to_arm64: opnfv/xtesting-jenkins-agent-auto:arm64-latest - to_arm: opnfv/xtesting-jenkins-agent-auto:arm-latest + from_amd64: opnfv/xtesting-jenkins-agent:3.36-buster + to_arm64: opnfv/xtesting-jenkins-agent-auto:arm64-3.36-buster + to_arm: opnfv/xtesting-jenkins-agent-auto:arm-3.36-buster jobs: - xtesting-ci-docker-multitarch-{stream} |