ci: Pin older OVN-Kubernetes branches to version-matched CNV nightly#78122
Conversation
Set CNV_PRERELEASE_LATEST_CHANNEL to false for release-4.17 through release-4.22 branches. This causes the kubevirt-install step to use version-matched CNV nightly (e.g. nightly-4.22 for OCP 4.22) instead of the bleeding-edge nightly-4.99. CNV nightly-4.99 recently picked up QEMU from RHEL 9.8 which introduces the pc-q35-rhel9.8.0 machine type as the default. This machine type is not available on older OCP release nodes, causing virt-launcher pods to fail scheduling with: 0/6 nodes are available: 6 node(s) didn't match Pod's node affinity/selector The mismatch occurs because the CNV CSV sets the default machine type to pc-q35-rhel9.8.0, but the node's QEMU only supports up to pc-q35-rhel9.6.0, so the required node label machine-type.node.kubevirt.io/pc-q35-rhel9.8.0 is never created. Branches main, release-4.23, release-5.0, and release-5.1 continue to use nightly-4.99 as they track OCP versions compatible with the latest CNV builds. Generated-by: OpenClaw 2026.4.15 AI-model: claude-opus-4.6 (Anthropic) Signed-off-by: Mateusz Kowalski <mko@redhat.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
WalkthroughCI configuration files for openshift-ovn-kubernetes across release versions 4.17 through 4.22 are updated, changing the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 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)
Comment |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse auto-ack 🤖 This comment was posted by OpenClaw on behalf of @mkowalski. |
|
@mkowalski: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
maiqueb
left a comment
There was a problem hiding this comment.
might as well remove the entry altogether, but this works.
|
/pj-rehearse ack |
|
@mkowalski: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/approve |
1 similar comment
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jcaamano, maiqueb, mkowalski 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 |
390222d
into
openshift:main
|
@mkowalski: 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. |
Set CNV_PRERELEASE_LATEST_CHANNEL to false for release-4.17 through release-4.22 branches. This causes the kubevirt-install step to use version-matched CNV nightly (e.g. nightly-4.22 for OCP 4.22) instead of the bleeding-edge nightly-4.99.
CNV nightly-4.99 recently picked up QEMU from RHEL 9.8 which introduces the pc-q35-rhel9.8.0 machine type as the default. This machine type is not available on older OCP release nodes, causing virt-launcher pods to fail scheduling with:
0/6 nodes are available: 6 node(s) didn't match Pod's node
affinity/selector
The mismatch occurs because the CNV CSV sets the default machine type to pc-q35-rhel9.8.0, but the node's QEMU only supports up to pc-q35-rhel9.6.0, so the required node label
machine-type.node.kubevirt.io/pc-q35-rhel9.8.0 is never created.
Branches main, release-4.23, release-5.0, and release-5.1 continue to use nightly-4.99 as they track OCP versions compatible with the latest CNV builds.
Generated-by: OpenClaw 2026.4.15
AI-model: claude-opus-4.6 (Anthropic)
Summary by CodeRabbit