[COS-4080]openshift/os: add RHCOS 10 node image build#78929
[COS-4080]openshift/os: add RHCOS 10 node image build#78929c4rt0 wants to merge 2 commits intoopenshift:mainfrom
Conversation
Add RHEL 10.2 node image build alongside the existing RHEL 9.8 one in master, release-5.0, and release-5.1 configs. CI only tested the RHEL 9.8 node image, so changes to packages-openshift.yaml that affect RHEL 10 went untested. Assisted-by: Claude Opus 4.6 <noreply@anthropic.com>
WalkthroughThis PR adds RHEL CoreOS 10 support across three CI operator configuration files. Each file receives a new base image entry, a corresponding image build definition, and updated promotion rules for consistent configuration across master and release 5.0/5.1 branches. ChangesRHEL CoreOS 10 Support
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: c4rt0 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 |
|
@c4rt0, Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/retest |
|
@c4rt0: 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. |
Add RHEL 10.2 node image build alongside the existing RHEL 9.8 in the openshift/os CI configs. Currently only the RHEL 9.8 node image is built.
Adds a second base_images entry (rhel-coreos-base:10.2) and a second images entry to build rhel-coreos-10 in:
Aditionally disabling 5.1 in the second commit.
Overview
This PR extends the OpenShift OS repository's CI pipeline to test RHEL 10.2-based node images alongside the existing RHEL 9.8 testing. Previously, CI only validated packages against RHEL 9.8 images, leaving RHEL 10-specific package changes untested.
Changes
The PR updates CI job configurations for the openshift/os repository across three branches:
rhel-coreos-base-10) and introduces a corresponding build job forrhel-coreos-10imagesEach configuration file also updates promotion rules to handle the new RHEL 10 image appropriately for its respective branch.
Impact
This change enables the CI pipeline to validate that package changes in the openshift/os repository work correctly for both RHEL 9.8 and RHEL 10.2 node images, closing a testing gap that previously allowed RHEL 10-specific issues to go undetected.