We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830300d commit eaa3992Copy full SHA for eaa3992
.prow.sh
@@ -3,7 +3,13 @@
3
# This is specific to the release-2.1 branch and overrides the
4
# version set in the prow config.
5
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.
11
export CSI_PROW_DRIVER_VERSION=v1.4.0
12
+export CSI_PROW_E2E_VERSION=v1.19.7
13
14
. release-tools/prow.sh
15
0 commit comments