From 26fd48d4c446b4fae90dfa20ed675b8441748aab Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 12 May 2022 17:16:04 +0200 Subject: Fix incorrect parent image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I418e3c13c88c11e930c07c936d3e34cadfc5fb35 Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-ci-docker.yaml | 6 +++--- 1 file 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} -- cgit 1.2.3-korg