From 39c87d60a36ce2b771601175b6db4680f2a6970f Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Fri, 17 Jul 2026 13:24:49 -0500 Subject: [PATCH] CNF-25922: Promote cert-manager TechPreview e2e to always-run The e2e-operator-tech-preview test validates TechPreview features (istio-csr, trust-manager) but was optional and never auto-ran on PRs. Since the master branch actively builds all four images including istio-csr and trust-manager, this test should run automatically to catch regressions. The existing skip_if_only_changed pattern ensures doc-only PRs still skip it. --- .../openshift-cert-manager-operator-master.yaml | 1 - .../openshift-cert-manager-operator-master-presubmits.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/ci-operator/config/openshift/cert-manager-operator/openshift-cert-manager-operator-master.yaml b/ci-operator/config/openshift/cert-manager-operator/openshift-cert-manager-operator-master.yaml index a9092aa43bbac..3eeb165fdd6f8 100644 --- a/ci-operator/config/openshift/cert-manager-operator/openshift-cert-manager-operator-master.yaml +++ b/ci-operator/config/openshift/cert-manager-operator/openshift-cert-manager-operator-master.yaml @@ -131,7 +131,6 @@ tests: cpu: 100m workflow: generic-claim - as: e2e-operator-tech-preview - optional: true skip_if_only_changed: ^(docs/|deploy/|jsonnet/)|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ steps: cluster_profile: openshift-org-aws diff --git a/ci-operator/jobs/openshift/cert-manager-operator/openshift-cert-manager-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cert-manager-operator/openshift-cert-manager-operator-master-presubmits.yaml index 0a47b4e6a4770..617b720023177 100644 --- a/ci-operator/jobs/openshift/cert-manager-operator/openshift-cert-manager-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cert-manager-operator/openshift-cert-manager-operator-master-presubmits.yaml @@ -800,7 +800,6 @@ presubmits: job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-cert-manager-operator-master-e2e-operator-tech-preview - optional: true rerun_command: /test e2e-operator-tech-preview skip_if_only_changed: ^(docs/|deploy/|jsonnet/)|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ spec: