Skip to content

Commit 1f8c103

Browse files
committed
Bump Kubevirtci
Signed-off-by: Or Shoval <oshoval@redhat.com>
1 parent 4d7ecfb commit 1f8c103

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

cluster/cluster.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-'k8s-1.28'}
15+
export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-'k8s-1.34'}
1616
export KUBEVIRT_NUM_NODES=1
17-
export KUBEVIRTCI_TAG='2309270755-08cf52f'
17+
export KUBEVIRTCI_TAG='2509181951-8264c60a'
1818

1919
KUBEVIRTCI_REPO='https://github.com/kubevirt/kubevirtci.git'
2020
# The CLUSTER_PATH var is used in cluster folder and points to the _kubevirtci where the cluster is deployed from.

cluster/up.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ cluster::install
2828

2929
if [[ "$KUBEVIRT_PROVIDER" != external ]]; then
3030
if [[ "${DEPLOY_CNAO}" = "true" ]]; then
31+
export KUBEVIRT_WITH_CNAO=true
3132
export KUBVIRT_WITH_CNAO_SKIP_CONFIG=true
3233
fi
3334

hack/bump-kubevirtci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -e
22

33
KUBEVIRTCI_TAG=$(curl -L -Ss https://storage.googleapis.com/kubevirt-prow/release/kubevirt/kubevirtci/latest)
4-
[[ ${#KUBEVIRTCI_TAG} != "18" ]] && echo "error getting KUBEVIRTCI_TAG" && exit 1
4+
[[ ${#KUBEVIRTCI_TAG} != "19" ]] && echo "error getting KUBEVIRTCI_TAG" && exit 1
55

66
sed -i "s/export KUBEVIRTCI_TAG=.*/export KUBEVIRTCI_TAG='${KUBEVIRTCI_TAG}'/g" cluster/cluster.sh
77

0 commit comments

Comments
 (0)