Skip to content

Commit 24cd161

Browse files
mkowalskiclaude
andauthored
ovn-kubernetes: use OCP-matching CNV version for BGP virt jobs on 4.22 (#77970)
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>
1 parent e96dd64 commit 24cd161

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ci-operator/config/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.22__periodics.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ tests:
7878
steps:
7979
cluster_profile: equinix-ocp-metal
8080
env:
81-
CNV_PRERELEASE_LATEST_CHANNEL: "true"
81+
CNV_PRERELEASE_LATEST_CHANNEL: "false"
8282
workflow: baremetalds-e2e-ovn-bgp-virt-dualstack
8383
- as: e2e-metal-ipi-ovn-bgp-virt-dualstack-techpreview
8484
capabilities:
@@ -87,7 +87,7 @@ tests:
8787
steps:
8888
cluster_profile: equinix-ocp-metal
8989
env:
90-
CNV_PRERELEASE_LATEST_CHANNEL: "true"
90+
CNV_PRERELEASE_LATEST_CHANNEL: "false"
9191
FEATURE_SET: TechPreviewNoUpgrade
9292
workflow: baremetalds-e2e-ovn-bgp-virt-dualstack
9393
- as: e2e-metal-ipi-ovn-bgp-virt-ipv4-techpreview
@@ -97,7 +97,7 @@ tests:
9797
steps:
9898
cluster_profile: equinix-ocp-metal
9999
env:
100-
CNV_PRERELEASE_LATEST_CHANNEL: "true"
100+
CNV_PRERELEASE_LATEST_CHANNEL: "false"
101101
FEATURE_SET: TechPreviewNoUpgrade
102102
workflow: baremetalds-e2e-ovn-bgp-virt-ipv4
103103
- as: e2e-metal-ipi-ovn-bgp-virt-ipv4
@@ -107,7 +107,7 @@ tests:
107107
steps:
108108
cluster_profile: equinix-ocp-metal
109109
env:
110-
CNV_PRERELEASE_LATEST_CHANNEL: "true"
110+
CNV_PRERELEASE_LATEST_CHANNEL: "false"
111111
workflow: baremetalds-e2e-ovn-bgp-virt-ipv4
112112
zz_generated_metadata:
113113
branch: release-4.22

0 commit comments

Comments
 (0)