From 0068b9e44b93858ff3e663f948289bd40ba30ad6 Mon Sep 17 00:00:00 2001 From: Jian Zhang Date: Mon, 15 Dec 2025 14:42:58 +0800 Subject: [PATCH] UPSTREAM: : update 83026 to specify the clustercatalog --- openshift/tests-extension/test/qe/specs/olmv1_ce.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openshift/tests-extension/test/qe/specs/olmv1_ce.go b/openshift/tests-extension/test/qe/specs/olmv1_ce.go index 6491c6576..7a37a6421 100644 --- a/openshift/tests-extension/test/qe/specs/olmv1_ce.go +++ b/openshift/tests-extension/test/qe/specs/olmv1_ce.go @@ -1457,7 +1457,7 @@ var _ = g.Describe("[sig-olmv1][Jira:OLM] clusterextension", g.Label("NonHyperSh g.It("PolarionID:83026-[OTP][Skipped:Disconnected]clusterextension updates sometimes failed with the following error from the CRDUpgradeCheck resource unknown change and refusing to determine that change is safe", g.Label("original-name:[sig-olmv1][Jira:OLM] clusterextension PolarionID:83026-[Skipped:Disconnected]clusterextension updates sometimes failed with the following error from the CRDUpgradeCheck resource unknown change and refusing to determine that change is safe"), func() { baseDir := exutil.FixturePath("testdata", "olm") - clusterextensionTemplate := filepath.Join(baseDir, "clusterextension.yaml") + clusterextensionTemplate := filepath.Join(baseDir, "clusterextension-withselectorlabel.yaml") saAdminTemplate := filepath.Join(baseDir, "sa-admin.yaml") g.By("1)install Argocd operator v0.4.0 in a random namespace") sa := "argocd-83026" @@ -1478,6 +1478,8 @@ var _ = g.Describe("[sig-olmv1][Jira:OLM] clusterextension", g.Label("NonHyperSh Version: "v0.4.0", InstallNamespace: oc.Namespace(), SaName: sa, + LabelKey: "olm.operatorframework.io/metadata.name", + LabelValue: "openshift-community-operators", Template: clusterextensionTemplate, } defer ceArgocd.Delete(oc)