Istio: restructure Istio midstream fork jobs#81450
Conversation
Signed-off-by: Francisco Herrera <fjglira@gmail.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 (7)
📒 Files selected for processing (7)
WalkthroughThis PR restructures CI job configurations for openshift-service-mesh/istio across master and release branches (1.24, 1.26, 1.27, 1.28, 1.30). It removes unit-and-gencheck jobs, adds postsubmit and retest integration jobs, applies ChangesIstio CI Configuration Updates
Estimated code review effort: 2 (Simple) | ~15 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: fjglira 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 |
|
[REHEARSALNOTIFIER]
A total of 33 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: |
|
@fjglira: 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. |
Changes done:
pipeline_skip_if_only_changedto avoid integration test to be triggered for jobs that only have changes in documentation files, ai folders or .github folderThis PR CAN'T be merged until openshift-service-mesh/istio#839 is merged
Summary by CodeRabbit
This PR updates the OpenShift Service Mesh Istio CI setup to reduce unnecessary cluster usage and better control when integration jobs run.
always_run: falseandpipeline_skip_if_only_changedrules across integration pipelines so docs-only, metadata-only, and similar non-code changes won’t trigger expensive integration runs.core-services/pipeline-controllerso theistiorepository is auto-managed acrossmasterand the supported release branches, with lint expected to run before the Sail integration jobs.