diff options
-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 dd9947026..5dec53996 100644 --- a/jjb/functest/xtesting-ci-docker.yaml +++ b/jjb/functest/xtesting-ci-docker.yaml @@ -124,8 +124,8 @@ 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-auto:arm64-3.36-buster - to_arm: opnfv/xtesting-jenkins-agent-auto:arm-3.36-buster + to_arm64: opnfv/xtesting-jenkins-agent:arm64-3.36-buster + to_arm: opnfv/xtesting-jenkins-agent:arm-3.36-buster jobs: - xtesting-ci-docker-multitarch-{stream} |