Fix manual-only e2e promoted to always-required LGTM stage 2 - #82957
Conversation
Add pipeline_run_if_changed: ^$ so preexisting always_run: false non-optional e2e stay manual (/test) instead of protected second-stage. Made with Cursor Signed-off-by: Jakub Guzik <jguzik@redhat.com>
|
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 (69)
📒 Files selected for processing (70)
WalkthroughThe CI YAML configurations add ChangesCI pipeline change gating
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER]
A total of 40 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@jmguzik: 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. |
|
/pj-rehearse ack |
|
@jmguzik: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
…ft#82957) Add pipeline_run_if_changed: ^$ so preexisting always_run: false non-optional e2e stay manual (/test) instead of protected second-stage. Made with Cursor Signed-off-by: Jakub Guzik <jguzik@redhat.com>
Add pipeline_run_if_changed: ^$ so preexisting always_run: false non-optional e2e stay manual (/test) instead of protected second-stage.
Made with Cursor
Summary by CodeRabbit
This PR updates OpenShift CI configurations for manual-only end-to-end tests across multiple component repositories and release branches.
It adds
pipeline_run_if_changed: ^$to prevent normal file changes from triggering these tests as protected second-stage LGTM jobs. Contributors can still run the tests manually with/test.