ci-operator/kubernetes: use stream9 base-machine for both RHCOS overlays#81278
Conversation
Signed-off-by: jubittajohn <jujohn@redhat.com>
|
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)
WalkthroughUpdates the CI config for ChangesCentOS Stream 9 consolidation
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[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: |
|
/pj-rehearse pull-ci-openshift-kubernetes-master-e2e-aws-ovn-hypershift |
|
@jubittajohn: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-hypershift-release-5.0-periodics-e2e-aws-ovn-conformance |
|
@jubittajohn: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
1 similar comment
|
@jubittajohn: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@jubittajohn: job(s): periodic-ci-openshift-hypershift-release-5.0-periodics-e2e-aws-ovn-conformance either don't exist or were not found to be affected, and cannot be rehearsed |
1 similar comment
|
@jubittajohn: job(s): periodic-ci-openshift-hypershift-release-5.0-periodics-e2e-aws-ovn-conformance either don't exist or were not found to be affected, and cannot be rehearsed |
|
/pj-rehearse ack |
|
@jacobsee: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
|
@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. |
The rpm download stage only needs dnf to fetch RPMs from the built repo — the base OS is irrelevant. Using a single stream9 base-machine for both overlays eliminates the flaky centos:stream10 import (digest disappearing mid-job) while keeping both RHCOS overlays functional:
Summary by CodeRabbit
This updates the OpenShift Kubernetes CI configuration to run both RHCOS overlay paths from a single
stream9base machine image instead of mixing instream10/RHEL9-specific variants.Practically, this removes the flaky CentOS Stream 10 image dependency while keeping the Kubernetes RPM injection flow working for both:
rhel-coreos-10overlays, andrhel-coreosoverlaysThe RPM build/injection steps now consistently source from the
stream9base image, which should make the Kubernetes CI jobs more stable without changing the intended downstream overlay behavior.