From b1fdc90d297265a9f9b80e8d6432a06e199e80fd Mon Sep 17 00:00:00 2001 From: Michael Pruitt Date: Thu, 13 Aug 2026 09:14:11 -0500 Subject: [PATCH] Remove non-interop test steps from OPP CI configs Remove acm-tests-grc, acm-tests-alc, and openshift-extended-test from OPP interop job configurations across OCP 4.22, 5.0, and 5.1. These single-product test steps don't meet the interop definition and are already validated by each product's own CI: - acm-tests-grc: pure ACM GRC policy testing (stolostron CI) - acm-tests-alc: pure ACM UI lifecycle testing (stolostron CI) - openshift-extended-test: pure OCP Cluster_Observability (OCP CI) Also removes orphaned base_images (acmqe-grc-test, console-e2e, tests-private) and env vars (TEST_IMPORTANCE, TEST_SCENARIOS) that only served the removed steps. INTEROP-9415 --- ...stron-policy-collection-main__ocp4.22.yaml | 20 ------------------- ...ostron-policy-collection-main__ocp5.0.yaml | 20 ------------------- ...ostron-policy-collection-main__ocp5.1.yaml | 20 ------------------- 3 files changed, 60 deletions(-) diff --git a/ci-operator/config/stolostron/policy-collection/stolostron-policy-collection-main__ocp4.22.yaml b/ci-operator/config/stolostron/policy-collection/stolostron-policy-collection-main__ocp4.22.yaml index 7c648df07abcf..2c6f72113bf51 100644 --- a/ci-operator/config/stolostron/policy-collection/stolostron-policy-collection-main__ocp4.22.yaml +++ b/ci-operator/config/stolostron/policy-collection/stolostron-policy-collection-main__ocp4.22.yaml @@ -1,8 +1,4 @@ base_images: - acmqe-grc-test: - name: "2.16" - namespace: acm-qe - tag: acmqe-grc-test clc-ui-e2e: name: "2.16" namespace: acm-qe @@ -11,10 +7,6 @@ base_images: name: "4.22" namespace: ocp tag: cli - console-e2e: - name: main - namespace: acm-qe - tag: console-e2e fetch-managed-clusters: name: autotest namespace: acm-qe @@ -27,10 +19,6 @@ base_images: name: ocs-ci-container namespace: ci tag: stable - tests-private: - name: tests-private - namespace: ci - tag: "4.22" upi-installer: name: "4.22" namespace: ocp @@ -97,8 +85,6 @@ tests: {"name": "advanced-cluster-management", "source": "redhat-operators", "channel": "release-2.16", "install_namespace": "ocm", "target_namespaces": "ocm", "operator_group": "acm-operator-group"} ] QUAY_OPERATOR_CHANNEL: stable-3.17 - TEST_IMPORTANCE: LEVEL0 - TEST_SCENARIOS: Cluster_Observability ZONES_COUNT: "3" post: - ref: acm-fetch-operator-versions @@ -128,9 +114,6 @@ tests: - ref: interop-tests-ocs-tests - ref: quay-tests-quay-interop-test - ref: acm-tests-observability - - ref: acm-tests-grc - - ref: acm-tests-alc - - ref: openshift-extended-test - as: interop-opp-vsphere capabilities: - intranet @@ -169,8 +152,6 @@ tests: ] QUAY_OPERATOR_CHANNEL: stable-3.17 SIZE_VARIANT: large - TEST_IMPORTANCE: LEVEL0 - TEST_SCENARIOS: Cluster_Observability post: - ref: acm-fetch-operator-versions - ref: acm-must-gather @@ -187,7 +168,6 @@ tests: - ref: interop-tests-ocs-tests - ref: acm-tests-observability - ref: acm-opp-app - - ref: openshift-extended-test workflow: acm-ipi-vsphere zz_generated_metadata: branch: main diff --git a/ci-operator/config/stolostron/policy-collection/stolostron-policy-collection-main__ocp5.0.yaml b/ci-operator/config/stolostron/policy-collection/stolostron-policy-collection-main__ocp5.0.yaml index 2efc0cc8ee622..dc280cdacbeff 100644 --- a/ci-operator/config/stolostron/policy-collection/stolostron-policy-collection-main__ocp5.0.yaml +++ b/ci-operator/config/stolostron/policy-collection/stolostron-policy-collection-main__ocp5.0.yaml @@ -1,8 +1,4 @@ base_images: - acmqe-grc-test: - name: "2.17" - namespace: acm-qe - tag: acmqe-grc-test clc-ui-e2e: name: "2.17" namespace: acm-qe @@ -11,10 +7,6 @@ base_images: name: "5.0" namespace: ocp tag: cli - console-e2e: - name: main - namespace: acm-qe - tag: console-e2e fetch-managed-clusters: name: autotest namespace: acm-qe @@ -27,10 +19,6 @@ base_images: name: ocs-ci-container namespace: ci tag: stable - tests-private: - name: tests-private - namespace: ci - tag: "5.0" upi-installer: name: "5.0" namespace: ocp @@ -95,8 +83,6 @@ tests: [ {"name": "advanced-cluster-management", "source": "redhat-operators", "channel": "release-2.17", "install_namespace": "ocm", "target_namespaces": "ocm", "operator_group": "acm-operator-group"} ] - TEST_IMPORTANCE: LEVEL0 - TEST_SCENARIOS: Cluster_Observability ZONES_COUNT: "3" post: - ref: acm-fetch-operator-versions @@ -126,9 +112,6 @@ tests: - ref: interop-tests-ocs-tests - ref: quay-tests-quay-interop-test - ref: acm-tests-observability - - ref: acm-tests-grc - - ref: acm-tests-alc - - ref: openshift-extended-test - as: interop-opp-vsphere capabilities: - intranet @@ -165,8 +148,6 @@ tests: {"name": "advanced-cluster-management", "source": "redhat-operators", "channel": "release-2.17", "install_namespace": "ocm", "target_namespaces": "ocm", "operator_group": "acm-operator-group"} ] SIZE_VARIANT: large - TEST_IMPORTANCE: LEVEL0 - TEST_SCENARIOS: Cluster_Observability post: - ref: acm-fetch-operator-versions - ref: acm-must-gather @@ -183,7 +164,6 @@ tests: - ref: interop-tests-ocs-tests - ref: acm-tests-observability - ref: acm-opp-app - - ref: openshift-extended-test workflow: acm-ipi-vsphere zz_generated_metadata: branch: main diff --git a/ci-operator/config/stolostron/policy-collection/stolostron-policy-collection-main__ocp5.1.yaml b/ci-operator/config/stolostron/policy-collection/stolostron-policy-collection-main__ocp5.1.yaml index 84e618d000c94..291d3cce47cd9 100644 --- a/ci-operator/config/stolostron/policy-collection/stolostron-policy-collection-main__ocp5.1.yaml +++ b/ci-operator/config/stolostron/policy-collection/stolostron-policy-collection-main__ocp5.1.yaml @@ -1,8 +1,4 @@ base_images: - acmqe-grc-test: - name: "2.17" - namespace: acm-qe - tag: acmqe-grc-test clc-ui-e2e: name: "2.17" namespace: acm-qe @@ -11,10 +7,6 @@ base_images: name: "5.1" namespace: ocp tag: cli - console-e2e: - name: main - namespace: acm-qe - tag: console-e2e fetch-managed-clusters: name: autotest namespace: acm-qe @@ -27,10 +19,6 @@ base_images: name: ocs-ci-container namespace: ci tag: stable - tests-private: - name: tests-private - namespace: ci - tag: "5.1" upi-installer: name: "5.1" namespace: ocp @@ -93,8 +81,6 @@ tests: [ {"name": "advanced-cluster-management", "source": "redhat-operators", "channel": "release-2.17", "install_namespace": "ocm", "target_namespaces": "ocm", "operator_group": "acm-operator-group"} ] - TEST_IMPORTANCE: LEVEL0 - TEST_SCENARIOS: Cluster_Observability ZONES_COUNT: "3" post: - ref: acm-fetch-operator-versions @@ -123,9 +109,6 @@ tests: - ref: interop-tests-ocs-tests - ref: quay-tests-quay-interop-test - ref: acm-tests-observability - - ref: acm-tests-grc - - ref: acm-tests-alc - - ref: openshift-extended-test - as: interop-opp-vsphere capabilities: - intranet @@ -160,8 +143,6 @@ tests: {"name": "advanced-cluster-management", "source": "redhat-operators", "channel": "release-2.17", "install_namespace": "ocm", "target_namespaces": "ocm", "operator_group": "acm-operator-group"} ] SIZE_VARIANT: large - TEST_IMPORTANCE: LEVEL0 - TEST_SCENARIOS: Cluster_Observability test: - ref: install-operators - ref: acm-mch @@ -171,7 +152,6 @@ tests: - ref: interop-tests-ocs-tests - ref: acm-tests-observability - ref: acm-opp-app - - ref: openshift-extended-test workflow: acm-ipi-vsphere zz_generated_metadata: branch: main