From db80a7c13f642fe00337203f6c6f2d5b7b7ffe3e Mon Sep 17 00:00:00 2001 From: Bharath B Date: Fri, 26 Jun 2026 21:19:19 +0530 Subject: [PATCH] ESO-424: Use Makefile default for e2e label filter in CI Signed-off-by: Bharath B --- .../openshift-external-secrets-operator-main.yaml | 4 ++-- .../openshift-external-secrets-operator-release-1.2.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci-operator/config/openshift/external-secrets-operator/openshift-external-secrets-operator-main.yaml b/ci-operator/config/openshift/external-secrets-operator/openshift-external-secrets-operator-main.yaml index 0f4ffe23666b4..da294c8fa1876 100644 --- a/ci-operator/config/openshift/external-secrets-operator/openshift-external-secrets-operator-main.yaml +++ b/ci-operator/config/openshift/external-secrets-operator/openshift-external-secrets-operator-main.yaml @@ -117,7 +117,7 @@ tests: - as: test cli: latest commands: | - E2E_GINKGO_LABEL_FILTER='"Platform: isSubsetOf {AWS,Generic} && !(Feature: containsAny Proxy) && !TechPreview"' make test-e2e + make test-e2e from: src resources: requests: @@ -175,7 +175,7 @@ tests: - as: test cli: latest commands: | - E2E_GINKGO_LABEL_FILTER='"Platform: isSubsetOf {AWS,Generic} && !(Feature: containsAny Proxy) && !TechPreview"' make test-e2e + make test-e2e from: src resources: requests: diff --git a/ci-operator/config/openshift/external-secrets-operator/openshift-external-secrets-operator-release-1.2.yaml b/ci-operator/config/openshift/external-secrets-operator/openshift-external-secrets-operator-release-1.2.yaml index 84592f59f2ce8..21d2e1606d349 100644 --- a/ci-operator/config/openshift/external-secrets-operator/openshift-external-secrets-operator-release-1.2.yaml +++ b/ci-operator/config/openshift/external-secrets-operator/openshift-external-secrets-operator-release-1.2.yaml @@ -90,7 +90,7 @@ tests: - as: test cli: latest commands: | - E2E_GINKGO_LABEL_FILTER='"Platform: isSubsetOf {AWS,Generic} && !(Feature: containsAny Proxy) && !TechPreview"' make test-e2e + make test-e2e from: src resources: requests: