Skip to content

Commit eaa3992

Browse files
committed
release branch: downgrade testing to v1beta1 API
1 parent 830300d commit eaa3992

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.prow.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
# This is specific to the release-2.1 branch and overrides the
44
# version set in the prow config.
55
export CSI_SNAPSHOTTER_VERSION=v2.1.2
6+
7+
# The problem that this solves is that the prow config assumes
8+
# that Kubernetes 1.20 uses the v1 snapshotter API, whereas this
9+
# branch still uses v1beta1. By downgrading to an older deployment
10+
# and e2e.test suite we get tests to run.
611
export CSI_PROW_DRIVER_VERSION=v1.4.0
12+
export CSI_PROW_E2E_VERSION=v1.19.7
713

814
. release-tools/prow.sh
915

0 commit comments

Comments
 (0)