Enable pipeline controller for openshift/origin release branches - #82264
Conversation
The pipeline controller is currently only configured for the main branch of openshift/origin, but release branches also have jobs configured with always_run: false and optional: false (second-stage pipeline jobs). Without the pipeline controller, these jobs are never automatically triggered and Tide allows PRs to merge without them running. Add all active release branches that have second-stage pipeline jobs to the pipeline controller configuration.
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
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 selected for processing (1)
WalkthroughThe pipeline controller configuration adds five OpenShift ChangesPipeline branch tracking
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: redhat-chai-bot, smg247 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 |
|
@redhat-chai-bot: 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. |
…nshift#82264) The pipeline controller is currently only configured for the main branch of openshift/origin, but release branches also have jobs configured with always_run: false and optional: false (second-stage pipeline jobs). Without the pipeline controller, these jobs are never automatically triggered and Tide allows PRs to merge without them running. Add all active release branches that have second-stage pipeline jobs to the pipeline controller configuration. Co-authored-by: redhat-chai-bot <chai-bot@redhat.com>
The pipeline controller is currently only configured for the
mainbranch ofopenshift/origin, but release branches also have jobs configured withalways_run: falseandoptional: false(second-stage pipeline jobs). Without the pipeline controller on these branches, the second-stage jobs are never automatically triggered and Tide allows PRs to merge without them running.Analysis
Scanned all
ci-operator/config/openshift/origin/openshift-origin-*.yamlconfigs (excluding variant configs like__okd-scosand__agentic) and identified branches with tests that havealways_run: falsewithoutoptional: true:mainrelease-4.21release-4.22release-4.23release-5.0release-5.1release-3.11,release-4.6–release-4.20optional: true)Example second-stage jobs on these branches:
e2e-gcp-ovn,e2e-gcp-ovn-upgrade,e2e-gcp-csi,e2e-aws-csi,e2e-aws-ovn-serial,e2e-vsphere-ovn,e2e-vsphere-ovn-upi,e2e-aws-ovn-fips,e2e-metal-ipi-ovn-ipv6, plus severalpipeline_run_if_changedjobs.Change
Adds
release-4.21throughrelease-5.1to the pipeline controllerconfig.yamlforopenshift/origin, keeping the existingtrigger: automode./cc @openshift/test-platform
@smg247 requested in Slack thread
Summary by CodeRabbit
openshift/originrelease branchesrelease-4.21throughrelease-5.1.mainbranch configuration and automatic trigger behavior.