OCPBUGS-83598: ovn-kubernetes: use OCP-matching CNV version for BGP virt 4.22 jobs#77970
Conversation
The BGP virt periodic jobs were setting CNV_PRERELEASE_LATEST_CHANNEL to "true", which hardcodes cnv_version=4.99 in the kubevirt-install step. This installs a non-existent CNV version instead of the one matching the OCP cluster. Setting to "false" makes the install script derive the version dynamically from the cluster (4.22). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
WalkthroughUpdated the test execution environment for four OVN-Kubernetes metal IPI "virt" e2e workflows by changing the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 10✅ Passed checks (10 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@mkowalski: This pull request references Jira Issue OCPBUGS-83598, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
[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: |
|
/jira refresh |
|
@mkowalski: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@mkowalski: This pull request references Jira Issue OCPBUGS-83598, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/approve We really should get CNV to lgtm though, I'll see who I can find. |
Just pinged OVN-K for that. It's one of those spaghetti tests I told you about where we have core&blocking test depending on "optional" product... |
maiqueb
left a comment
There was a problem hiding this comment.
tks. This makes sense since 4.99 now applies to openshift 4.23 (i.e. after branch is cut from main).
|
/pj-rehearse ack |
|
@mkowalski: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/approve |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dgoodwin, 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 |
|
/retest-required |
24cd161
into
openshift:main
|
@mkowalski: Jira Issue OCPBUGS-83598: Some pull requests linked via external trackers have merged: The following pull request, linked via external tracker, has not merged:
All associated pull requests must be merged or unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with Jira Issue OCPBUGS-83598 has not been moved to the MODIFIED state. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
Summary
Bug: https://issues.redhat.com/browse/OCPBUGS-83598
CNV_PRERELEASE_LATEST_CHANNELfrom"true"to"false"for the 4 BGP virt periodic jobs on release-4.22"true", the kubevirt-install step hardcodescnv_version=4.99, installing a non-existent CNV version"false"makes the step derive the version dynamically viaocp_version(), correctly resolving to4.22Affected jobs:
e2e-metal-ipi-ovn-bgp-virt-ipv4-techpreviewe2e-metal-ipi-ovn-bgp-virt-ipv4e2e-metal-ipi-ovn-bgp-virt-dualstack-techpreviewe2e-metal-ipi-ovn-bgp-virt-dualstackTest plan
Succeededphase during job execution🤖 Generated with Claude Code