From 8170957508f4d1498f5574da68f5ca5f5dde1880 Mon Sep 17 00:00:00 2001 From: Or Shoval Date: Wed, 27 Sep 2023 17:59:12 +0300 Subject: [PATCH] kubevirtci: Downgrade to 1.25 Signed-off-by: Or Shoval --- automation/check-patch.e2e.sh | 2 +- cluster/cluster.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automation/check-patch.e2e.sh b/automation/check-patch.e2e.sh index c6ff0194..a057f852 100755 --- a/automation/check-patch.e2e.sh +++ b/automation/check-patch.e2e.sh @@ -12,7 +12,7 @@ teardown() { } main() { - export KUBEVIRT_PROVIDER='k8s-1.26-centos9' + export KUBEVIRT_PROVIDER='k8s-1.25' source automation/setup.sh cd ${TMP_PROJECT_PATH} diff --git a/cluster/cluster.sh b/cluster/cluster.sh index d51e9dc7..e8a36b11 100755 --- a/cluster/cluster.sh +++ b/cluster/cluster.sh @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-'k8s-1.26-centos9'} -export KUBEVIRTCI_TAG=2305081329-48e913c +export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-'k8s-1.25'} +export KUBEVIRTCI_TAG=2303201102-ef46217 KUBEVIRTCI_REPO='https://github.com/kubevirt/kubevirtci.git' # The CLUSTER_PATH var is used in cluster folder and points to the _kubevirtci where the cluster is deployed from.