openshift/installer: enroll in pipeline controller LGTM mode#81544
Conversation
|
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 (31)
📒 Files selected for processing (40)
🚧 Files skipped from review as they are similar to previous changes (36)
WalkthroughCI operator configs update many installer and priv-installer jobs to use ChangesCI trigger migration
Estimated code review effort: 4 (Complex) | ~60 minutes Suggested labels: Suggested reviewers: ✨ Finishing Touches🧪 Generate unit tests (beta)
|
|
/lgtm but needs a rebase |
|
/lgtm |
d05238d to
deae2d3
Compare
|
/pj-rehearse ack |
|
@jmguzik: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Convert all e2e tests across branches 4.15-5.1 to use the pipeline controller second-stage model: - run_if_changed → pipeline_run_if_changed (697 instances) - skip_if_only_changed → pipeline_skip_if_only_changed (12 instances) - Set always_run: false on required e2e tests (143 instances) Non-e2e first-stage tests (unit, lint, vet) are left unchanged as pipeline gates. Add openshift/installer to the LGTM config so second-stage tests trigger on /lgtm label. Made with Cursor Signed-off-by: Jakub Guzik <jguzik@redhat.com>
|
[REHEARSALNOTIFIER]
A total of 830 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: |
|
/pj-rehearse ack |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deepsm007, jmguzik, patrickdillon, Prucek, sadasu The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1 similar comment
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deepsm007, jmguzik, patrickdillon, Prucek, sadasu The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@jmguzik: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@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. |
…ft#81544) Convert all e2e tests across branches 4.15-5.1 to use the pipeline controller second-stage model: - run_if_changed → pipeline_run_if_changed (697 instances) - skip_if_only_changed → pipeline_skip_if_only_changed (12 instances) - Set always_run: false on required e2e tests (143 instances) Non-e2e first-stage tests (unit, lint, vet) are left unchanged as pipeline gates. Add openshift/installer to the LGTM config so second-stage tests trigger on /lgtm label. Made with Cursor Signed-off-by: Jakub Guzik <jguzik@redhat.com>
Convert all e2e tests across branches 4.15-5.1 to use the pipeline controller second-stage model:
Non-e2e first-stage tests (unit, lint, vet) are left unchanged as pipeline gates. Add openshift/installer to the LGTM config so second-stage tests trigger on /lgtm label.
Made with Cursor
Summary by CodeRabbit
Updated OpenShift installer CI/e2e configuration on release branches 4.15–5.1 to use the pipeline controller second-stage (“LGTM”) gating model. Across the installer e2e job definitions (including both
openshift/installerandopenshift-priv/installerconfigs), this changes change-detection keys fromrun_if_changed→pipeline_run_if_changed(697 instances) andskip_if_only_changed→pipeline_skip_if_only_changed(12 instances), and standardizes required e2e runs withalways_run: false(143 tests) so they only execute when relevant paths change.Non-e2e first-stage gates (unit/lint/vet) were left as-is. Finally, added
openshift/installerto the pipeline-controller LGTM config so these second-stage installer e2e jobs can be triggered via the/lgtmlabel.