Skip to content

Commit 28bd60c

Browse files
committed
Switch testing lanes to 1.32/1.31
Signed-off-by: Alex Kalenyuk <[email protected]>
1 parent 7aec53b commit 28bd60c

9 files changed

+9
-9
lines changed

automation/ceph-wffc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
set -ex
21-
export TARGET=k8s-1.30
21+
export TARGET=k8s-1.31
2222
#ensure no hard coded cdi cr in tests.
2323
export RANDOM_CR=true
2424
export KUBEVIRT_STORAGE=rook-ceph-default

automation/ceph.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
set -ex
21-
export TARGET=k8s-1.30
21+
export TARGET=k8s-1.31
2222
#ensure no hard coded cdi cr in tests.
2323
export RANDOM_CR=true
2424
export KUBEVIRT_STORAGE=rook-ceph-default

automation/destructive.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
set -ex
21-
export TARGET=k8s-1.31
21+
export TARGET=k8s-1.32
2222
export KUBEVIRT_STORAGE=hpp
2323
export KUBEVIRT_DEPLOY_PROMETHEUS=true
2424
export CDI_E2E_FOCUS=Destructive

automation/istio.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
set -ex
21-
export TARGET=k8s-1.31
21+
export TARGET=k8s-1.32
2222
export KUBEVIRT_STORAGE=hpp
2323
export CDI_E2E_SKIP=Destructive
2424
export KUBEVIRT_DEPLOY_ISTIO=true

automation/latest-hpp.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
set -ex
21-
export TARGET=k8s-1.31
21+
export TARGET=k8s-1.32
2222
export KUBEVIRT_STORAGE=hpp
2323
export CDI_E2E_SKIP=Destructive
2424
automation/test.sh

automation/nfs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
set -ex
21-
export TARGET=k8s-1.31
21+
export TARGET=k8s-1.32
2222
export KUBEVIRT_DEPLOY_NFS_CSI=true
2323
export KUBEVIRT_STORAGE=nfs
2424
export CDI_E2E_SKIP=Destructive

automation/non-csi-hpp.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
set -ex
21-
export TARGET=k8s-1.31
21+
export TARGET=k8s-1.32
2222
export KUBEVIRT_STORAGE=hpp
2323
export HPP_CLASSIC=true
2424
export CDI_E2E_SKIP=Destructive

automation/previous-hpp.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
set -ex
21-
export TARGET=k8s-1.30
21+
export TARGET=k8s-1.31
2222
export KUBEVIRT_STORAGE=hpp
2323
export KUBEVIRT_DEPLOY_PROMETHEUS=true
2424
export CDI_E2E_SKIP=Destructive

automation/upgrade.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
set -ex
21-
export TARGET=k8s-1.31
21+
export TARGET=k8s-1.32
2222
export KUBEVIRT_STORAGE=hpp
2323
export MULTI_UPGRADE=true
2424
export CDI_E2E_SKIP=Destructive

0 commit comments

Comments
 (0)