From 204d442cfbcc27c2869432af3f7c7806fc8907d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Wed, 2 Oct 2024 14:22:17 +0200 Subject: [PATCH] DNM: Try with no changes first --- .../openstack-provision-sriov-operator-commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-operator/step-registry/openstack/provision/sriov-operator/openstack-provision-sriov-operator-commands.sh b/ci-operator/step-registry/openstack/provision/sriov-operator/openstack-provision-sriov-operator-commands.sh index 62e023eeffc3..c40e9ad06b24 100755 --- a/ci-operator/step-registry/openstack/provision/sriov-operator/openstack-provision-sriov-operator-commands.sh +++ b/ci-operator/step-registry/openstack/provision/sriov-operator/openstack-provision-sriov-operator-commands.sh @@ -93,7 +93,7 @@ if [ -n "${is_dev_version:-}" ]; then export SRIOV_NETWORK_WEBHOOK_IMAGE=quay.io/openshift/origin-sriov-network-webhook:${oc_version} export SRIOV_NETWORK_OPERATOR_IMAGE=quay.io/openshift/origin-sriov-network-operator:${oc_version} export OVS_CNI_IMAGE="" - export RDMA_CNI_IMAGE="" + # export RDMA_CNI_IMAGE="" unset NAMESPACE # CLUSTER_TYPE is used by both openshift/release and the operator, so we need to unset it # to let the operator figure out which cluster type it is.