Add informing verification jobs for 4.23 ppc64le nightly stream - #83069
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: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
WalkthroughThe release configurations now define optional ChangesOCP 4.23 ppc64le verification
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 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 |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
@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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deepsm007, neisw, redhat-chai-bot 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 |
Adds verification jobs to the
4.23.0-0.nightly-ppc64lerelease controller stream, modeled after the 5.0 ppc64le equivalents. Both jobs are configured as informing (optional: true) withmaxRetries: 2.Jobs added
periodic-ci-openshift-multiarch-main-nightly-4.23-ocp-e2e-ovn-remote-s2s-libvirt-ppc64leperiodic-ci-openshift-multiarch-main-nightly-4.23-install-analysis-all-ppc64le(multiJobAnalysis: true)Changes
core-services/release-controller/_releases/release-ocp-4.23-ppc64le.json— populated emptyverifysection with both informing jobsci-operator/jobs/openshift/multiarch/openshift-multiarch-master-periodics.yaml— added ProwJob definition forinstall-analysis-all-ppc64le(copied from 5.0, version changed to 4.23)core-services/release-controller/_releases/priv/release-ocp-4.23-ppc64le.json— generated viamake release-controllersAI-generated. Review for accuracy.
@neisw requested via Chai Bot
Summary by CodeRabbit
Updates the OpenShift 4.23 ppc64le release controller configuration to add two optional verification jobs:
e2e-ppc64leinstall-analysis-all, withmultiJobAnalysis: trueBoth jobs allow two retries. The regenerated release configuration includes the associated Prow job definitions and enables these checks in the
4.23.0-0.nightly-ppc64lerelease stream.