diff --git a/ci-operator/config/openshift/hypershift/openshift-hypershift-release-4.18__periodics-mce.yaml b/ci-operator/config/openshift/hypershift/openshift-hypershift-release-4.18__periodics-mce.yaml index b8f049e7f6ea2..99ee3bdcd0603 100644 --- a/ci-operator/config/openshift/hypershift/openshift-hypershift-release-4.18__periodics-mce.yaml +++ b/ci-operator/config/openshift/hypershift/openshift-hypershift-release-4.18__periodics-mce.yaml @@ -112,6 +112,7 @@ tests: env: LVM_OPERATOR_SUB_CHANNEL: stable-4.18 MCE_VERSION: "2.8" + OVERRIDE_HO_IMAGE: quay.io/hypershift/hypershift-operator:latest workflow: hypershift-mce-agent-disconnected-conformance - as: e2e-agent-disconnected-ovn-dualstack-metal3-conformance cron: 0 20 * * * diff --git a/ci-operator/step-registry/hypershift/mce/install/hypershift-mce-install-commands.sh b/ci-operator/step-registry/hypershift/mce/install/hypershift-mce-install-commands.sh index 823c342823c4f..b04c2248f53c1 100644 --- a/ci-operator/step-registry/hypershift/mce/install/hypershift-mce-install-commands.sh +++ b/ci-operator/step-registry/hypershift/mce/install/hypershift-mce-install-commands.sh @@ -224,6 +224,21 @@ echo "wait for addon to Available" oc wait --timeout=5m --for=condition=Available -n local-cluster ManagedClusterAddOn/hypershift-addon oc wait --timeout=5m --for=condition=Degraded=False -n local-cluster ManagedClusterAddOn/hypershift-addon if [[ ${OVERRIDE_HO_IMAGE} ]] ; then + if [[ $MCE_QE_CATALOG == "true" ]]; then + oc apply -f - <