CNF-25922: Promote cert-manager TechPreview e2e to always-run#82098
CNF-25922: Promote cert-manager TechPreview e2e to always-run#82098sebrandon1 wants to merge 1 commit into
Conversation
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.
|
@sebrandon1: This pull request references CNF-25922 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sebrandon1 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
WalkthroughThe master CI configuration removes ChangesCert-manager operator CI
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@sebrandon1: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
e2e-operator-tech-previewfrom optional to always-run for cert-manager-operator PRs on masterDetails
The master branch actively builds 4 images including
cert-manager-istio-csrandcert-manager-trust-manager, both TechPreview features. However, thee2e-operator-tech-previewtest that validates these features wasoptional: trueand required manual/testtriggering. This meant PRs breaking TechPreview functionality could merge without CI signal.This change removes
optional: trueso the test runs automatically on code-changing PRs. The existingskip_if_only_changedpattern ensures doc-only PRs still skip it.Test plan
make updategenerates expected Prow job changesmake checkconfigpassese2e-operator-tech-previewwithoutoptional: trueSummary by CodeRabbit
e2e-operator-tech-previewjob always run for cert-manager-operator pull requests targetingmaster.skip_if_only_changed.