From 5f851c3df2a4cef95ea0b7330c567bdb50fcb8e7 Mon Sep 17 00:00:00 2001 From: Adrien Gentil Date: Fri, 20 Jan 2023 09:49:30 +0100 Subject: [PATCH] MGMT-13341: inject assisted-service into assisted-test-infra-internal (#35439) Currently, we build assisted-test-infra-internal with the latest version of assisted-service image. This change inject the assisted-service image of the current branch to build assisted-test-infra-internal. --- .../openshift-assisted-test-infra-master.yaml | 3 +++ .../openshift-assisted-test-infra-release-ocm-2.5.yaml | 3 +++ .../openshift-assisted-test-infra-release-ocm-2.6.yaml | 3 +++ .../openshift-assisted-test-infra-release-ocm-2.7.yaml | 3 +++ 4 files changed, 12 insertions(+) diff --git a/ci-operator/config/openshift/assisted-test-infra/openshift-assisted-test-infra-master.yaml b/ci-operator/config/openshift/assisted-test-infra/openshift-assisted-test-infra-master.yaml index 808ff5ab0235..f65403fc44c8 100644 --- a/ci-operator/config/openshift/assisted-test-infra/openshift-assisted-test-infra-master.yaml +++ b/ci-operator/config/openshift/assisted-test-infra/openshift-assisted-test-infra-master.yaml @@ -37,6 +37,9 @@ images: to: assisted-test-infra - dockerfile_path: Dockerfile.assisted-test-infra inputs: + assisted-service: + as: + - quay.io/edge-infrastructure/assisted-service:latest govc: as: - quay.io/ocp-splat/govc:v0.29.0 diff --git a/ci-operator/config/openshift/assisted-test-infra/openshift-assisted-test-infra-release-ocm-2.5.yaml b/ci-operator/config/openshift/assisted-test-infra/openshift-assisted-test-infra-release-ocm-2.5.yaml index 952df61a4015..655fd9a1d83c 100644 --- a/ci-operator/config/openshift/assisted-test-infra/openshift-assisted-test-infra-release-ocm-2.5.yaml +++ b/ci-operator/config/openshift/assisted-test-infra/openshift-assisted-test-infra-release-ocm-2.5.yaml @@ -37,6 +37,9 @@ images: to: assisted-test-infra - dockerfile_path: Dockerfile.assisted-test-infra inputs: + assisted-service: + as: + - quay.io/edge-infrastructure/assisted-service:latest govc: as: - quay.io/ocp-splat/govc:v0.29.0 diff --git a/ci-operator/config/openshift/assisted-test-infra/openshift-assisted-test-infra-release-ocm-2.6.yaml b/ci-operator/config/openshift/assisted-test-infra/openshift-assisted-test-infra-release-ocm-2.6.yaml index c66895bee82c..c71750910ee9 100644 --- a/ci-operator/config/openshift/assisted-test-infra/openshift-assisted-test-infra-release-ocm-2.6.yaml +++ b/ci-operator/config/openshift/assisted-test-infra/openshift-assisted-test-infra-release-ocm-2.6.yaml @@ -45,6 +45,9 @@ images: to: assisted-test-infra - dockerfile_path: Dockerfile.assisted-test-infra inputs: + assisted-service: + as: + - quay.io/edge-infrastructure/assisted-service:latest govc: as: - quay.io/ocp-splat/govc:v0.29.0 diff --git a/ci-operator/config/openshift/assisted-test-infra/openshift-assisted-test-infra-release-ocm-2.7.yaml b/ci-operator/config/openshift/assisted-test-infra/openshift-assisted-test-infra-release-ocm-2.7.yaml index 5f3fa0a92743..6718cc83dccf 100644 --- a/ci-operator/config/openshift/assisted-test-infra/openshift-assisted-test-infra-release-ocm-2.7.yaml +++ b/ci-operator/config/openshift/assisted-test-infra/openshift-assisted-test-infra-release-ocm-2.7.yaml @@ -37,6 +37,9 @@ images: to: assisted-test-infra - dockerfile_path: Dockerfile.assisted-test-infra inputs: + assisted-service: + as: + - quay.io/edge-infrastructure/assisted-service:latest govc: as: - quay.io/ocp-splat/govc:v0.29.0