From f12b429a1a5473d4dcd2f6a4e9b35988de0f3d11 Mon Sep 17 00:00:00 2001 From: kubevirt-bot Date: Sat, 24 Jun 2023 12:00:58 +0000 Subject: [PATCH] Bump kubevirtci [f661bfe Provide usbs into VMs](https://github.com/kubevirt/kubevirtci/pull/996) [013718a Bump provisioning image to fedora 38](https://github.com/kubevirt/kubevirtci/pull/1024) [0d63ec2 pman: Update info about BYPASS_PMAN_CHANGE_CHECK](https://github.com/kubevirt/kubevirtci/pull/1030) [0c6367c Fix duplicate mount error during provisioning](https://github.com/kubevirt/kubevirtci/pull/1032) ```release-note NONE ``` Signed-off-by: kubevirt-bot --- cluster-up-sha.txt | 2 +- cluster-up/hack/common.sh | 2 +- cluster-up/version.txt | 2 +- hack/config-default.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cluster-up-sha.txt b/cluster-up-sha.txt index 9e461b2aefa4..ac6ccc22eea6 100644 --- a/cluster-up-sha.txt +++ b/cluster-up-sha.txt @@ -1 +1 @@ -c941b504e3899de4b96c7f14c5203eb4a6e0c2e8 +0f6cb042de3f22a0250e618949c1fc3f17d03f86 diff --git a/cluster-up/hack/common.sh b/cluster-up/hack/common.sh index b7ba5a499939..815577546845 100644 --- a/cluster-up/hack/common.sh +++ b/cluster-up/hack/common.sh @@ -48,4 +48,4 @@ provider_prefix=${JOB_NAME:-${KUBEVIRT_PROVIDER}}${EXECUTOR_NUMBER} job_prefix=${JOB_NAME:-kubevirt}${EXECUTOR_NUMBER} mkdir -p $KUBEVIRTCI_CONFIG_PATH/$KUBEVIRT_PROVIDER -KUBEVIRTCI_TAG=2306151451-6101481 +KUBEVIRTCI_TAG=2306231238-f661bfe diff --git a/cluster-up/version.txt b/cluster-up/version.txt index ad6b7d4343c4..c3e71fa3f955 100644 --- a/cluster-up/version.txt +++ b/cluster-up/version.txt @@ -1 +1 @@ -2306151451-6101481 +2306231238-f661bfe diff --git a/hack/config-default.sh b/hack/config-default.sh index 1905e6f3bd6e..f23be47b58bc 100644 --- a/hack/config-default.sh +++ b/hack/config-default.sh @@ -11,7 +11,7 @@ cdi_namespace=cdi image_pull_policy=${IMAGE_PULL_POLICY:-IfNotPresent} verbosity=${VERBOSITY:-2} package_name=${PACKAGE_NAME:-kubevirt-dev} -kubevirtci_git_hash="2306151451-6101481" +kubevirtci_git_hash="2306231238-f661bfe" conn_check_ipv4_address=${CONN_CHECK_IPV4_ADDRESS:-""} conn_check_ipv6_address=${CONN_CHECK_IPV6_ADDRESS:-""} conn_check_dns=${CONN_CHECK_DNS:-""}