ci-operator/kubernetes: output RHCOS overlay to both rhel-coreos and rhel-coreos-10#81240
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 selected for processing (1)
WalkthroughThe CI operator config for ChangesRHEL9 promotion pipeline updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
9cf1da5 to
d274f57
Compare
…rhel-coreos-10 Signed-off-by: jubittajohn <jujohn@redhat.com>
d274f57 to
2ce3fcb
Compare
|
[REHEARSALNOTIFIER]
A total of 48 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: |
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: csrwng, jacobsee, jubittajohn 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 |
|
/pj-rehearse pull-ci-openshift-kubernetes-master-e2e-aws-ovn-hypershift |
|
@jacobsee: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse ack |
|
@jacobsee: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@jubittajohn: 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. |
HyperShift currently only reads the "stream" key from the bootimages ConfigMap (rhel-9), so it resolves the node OS from the rhel-coreos tag. Since #80945 moved the overlay output to rhel-coreos-10, HyperShift nodes no longer get the rebase's kubelet RPMs.
Duplicate the overlay into stable:rhel-coreos as a workaround until openshift/hypershift#8834 (multi-stream support) lands.
Summary by CodeRabbit
Updated the OpenShift Kubernetes CI promotion configuration (
ci-operator/config/openshift/kubernetes/openshift-kubernetes-master.yaml) for theocp/5.0stream to support HyperShift’s RHEL9-related overlay behavior. The pipeline now builds/handles additional RHEL9 base artifacts and duplicates the RHCOS overlay output to bothstable:rhel-coreosandstable:rhel-coreos-10, ensuring HyperShift nodes can still resolve the correct OS/tag and receive the kubelet RPMs after the overlay-output change. Correspondingly, promotion excludes bothrhel-coreosandrhel-coreos-10from published additional images.