diff --git a/cluster-up-sha.txt b/cluster-up-sha.txt index 0b97dce8924c..c89c370e66e6 100644 --- a/cluster-up-sha.txt +++ b/cluster-up-sha.txt @@ -1 +1 @@ -75e9735d504b498b7e0add2a7f84551fb4066ddc +6d027bf7468c6bb330a416a2eb26e2b52bff388b diff --git a/cluster-up/cluster/k8s-1.26/provider.sh b/cluster-up/cluster/k8s-1.26/provider.sh deleted file mode 100644 index e2bf40cda083..000000000000 --- a/cluster-up/cluster/k8s-1.26/provider.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env bash -set -e - -if [ "${KUBEVIRT_CGROUPV2}" == "true" ]; then - export KUBEVIRT_PROVIDER_EXTRA_ARGS="${KUBEVIRT_PROVIDER_EXTRA_ARGS} --kernel-args='systemd.unified_cgroup_hierarchy=1'" -fi - -# shellcheck disable=SC1090 -source "${KUBEVIRTCI_PATH}/cluster/k8s-provider-common.sh" diff --git a/cluster-up/hack/common.sh b/cluster-up/hack/common.sh index 36069b413ac4..ae32ff08c270 100644 --- a/cluster-up/hack/common.sh +++ b/cluster-up/hack/common.sh @@ -47,4 +47,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=2303061140-1b9174d +KUBEVIRTCI_TAG=2303071636-e37ca14 diff --git a/cluster-up/version.txt b/cluster-up/version.txt index e49817d9942e..8b77c3b5783e 100644 --- a/cluster-up/version.txt +++ b/cluster-up/version.txt @@ -1 +1 @@ -2303061140-1b9174d +2303071636-e37ca14 diff --git a/hack/config-default.sh b/hack/config-default.sh index 1efa59c4e3d3..24bdb27125a9 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="2303061140-1b9174d" +kubevirtci_git_hash="2303071636-e37ca14" conn_check_ipv4_address=${CONN_CHECK_IPV4_ADDRESS:-""} conn_check_ipv6_address=${CONN_CHECK_IPV6_ADDRESS:-""} conn_check_dns=${CONN_CHECK_DNS:-""}