ci: bump hypershift nested management cluster to 5.0.0 nightly - #83445
ci: bump hypershift nested management cluster to 5.0.0 nightly#83445redhat-chai-bot wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: redhat-chai-bot 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 |
|
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 selected for processing (1)
WalkthroughThe nested HyperShift management cluster setup now uses the specified 5.0 nightly hosted-cluster release image by default. ChangesHyperShift release image
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: 🔵 Low · up to The PR updates the nested management cluster to a specific nightly release image; if that image is unavailable, inaccessible, or not multi-architecture, cluster setup can fail before testing begins. The change is otherwise mergeable with explicit owner verification of the image. 🚥 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]
A total of 297 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 pull-ci-openshift-hypershift-main-e2e-v2-azure-self-managed |
|
@csrwng: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@redhat-chai-bot: The following test failed, say
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. |
Summary
Bump the default
HYPERSHIFT_HC_RELEASE_IMAGEfor the nested management clusterfrom
4.22.0-ec.5-multito5.0.0-0.nightly-2026-08-14-034145-multi.Why
The
e2e-v2-azure-self-managedjob has been persistently failing because themanagement cluster uses
4.22.0-ec.5-multi, which includes the now-removedredhat-marketplaceOLM catalog source. The catalog is no longer available,causing the management cluster to never reach Available.
The fix to remove the catalog dependency from HyperShift landed in
openshift/hypershift#8958 (merged Aug 12). The
5.0.0-ec.6image predates that merge, so we use the Aug 14 nightly whichincludes the fix.
A backport to release-4.22 is in progress at
openshift/hypershift#9289.
What changed
AI-generated. Review for accuracy.
@csrwng requested in Slack thread
Summary by CodeRabbit
5.0.0nightly build.e2e-v2-azure-self-managedfailures caused by the removedredhat-marketplaceOLM catalog source.