File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -183,8 +183,11 @@ configvar CSI_PROW_WORK "$(mkdir -p "$GOPATH/pkg" && mktemp -d "$GOPATH/pkg/csip
183
183
#
184
184
# When no deploy script is found (nothing in `deploy` directory,
185
185
# CSI_PROW_HOSTPATH_REPO=none), nothing gets deployed.
186
- configvar CSI_PROW_HOSTPATH_VERSION " v1.2.0-rc2" " hostpath driver"
187
- configvar CSI_PROW_HOSTPATH_REPO https://github.com/kubernetes-csi/csi-driver-host-path " hostpath repo"
186
+
187
+ configvar CSI_PROW_HOSTPATH_VERSION " skip_snapshotter_alpha_rc8" " hostpath driver"
188
+ configvar CSI_PROW_HOSTPATH_REPO https://github.com/ggriffiths/csi-driver-host-path " hostpath repo"
189
+ # configvar CSI_PROW_HOSTPATH_VERSION "v1.2.0-rc8" "hostpath driver"
190
+ # configvar CSI_PROW_HOSTPATH_REPO https://github.com/kubernetes-csi/csi-driver-host-path "hostpath repo"
188
191
configvar CSI_PROW_DEPLOYMENT " " " deployment"
189
192
configvar CSI_PROW_HOSTPATH_DRIVER_NAME " hostpath.csi.k8s.io" " the hostpath driver name"
190
193
@@ -242,7 +245,8 @@ configvar CSI_PROW_DEP_VERSION v0.5.1 "golang dep version to be used for vendor
242
245
# thus only makes sense in repos which provide their own CSI
243
246
# driver. Repos can enable sanity testing by setting
244
247
# CSI_PROW_TESTS_SANITY=sanity.
245
- configvar CSI_PROW_TESTS " unit parallel serial parallel-alpha serial-alpha sanity" " tests to run"
248
+ # configvar CSI_PROW_TESTS "unit parallel serial parallel-alpha serial-alpha sanity" "tests to run"
249
+ configvar CSI_PROW_TESTS " unit parallel serial sanity" " tests to run"
246
250
tests_enabled () {
247
251
local t1 t2
248
252
# We want word-splitting here, so ignore: Quote to prevent word splitting, or split robustly with mapfile or read -a.
You can’t perform that action at this time.
0 commit comments