Skip to content

Commit d0f9788

Browse files
committed
Remove alpha tests and use hostpath deploy fork without snapshotter
* Also using v1.2.0-rc8 hostpath driver now Signed-off-by: Grant Griffiths <[email protected]>
1 parent 19abc09 commit d0f9788

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

release-tools/prow.sh

+8-3
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,12 @@ configvar CSI_PROW_WORK "$(mkdir -p "$GOPATH/pkg" && mktemp -d "$GOPATH/pkg/csip
183183
#
184184
# When no deploy script is found (nothing in `deploy` directory,
185185
# 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+
190+
#configvar CSI_PROW_HOSTPATH_VERSION "v1.2.0-rc2" "hostpath driver"
191+
#configvar CSI_PROW_HOSTPATH_REPO https://github.com/kubernetes-csi/csi-driver-host-path "hostpath repo"
188192
configvar CSI_PROW_DEPLOYMENT "" "deployment"
189193
configvar CSI_PROW_HOSTPATH_DRIVER_NAME "hostpath.csi.k8s.io" "the hostpath driver name"
190194

@@ -242,7 +246,8 @@ configvar CSI_PROW_DEP_VERSION v0.5.1 "golang dep version to be used for vendor
242246
# thus only makes sense in repos which provide their own CSI
243247
# driver. Repos can enable sanity testing by setting
244248
# CSI_PROW_TESTS_SANITY=sanity.
245-
configvar CSI_PROW_TESTS "unit parallel serial parallel-alpha serial-alpha sanity" "tests to run"
249+
#configvar CSI_PROW_TESTS "unit parallel serial parallel-alpha serial-alpha sanity" "tests to run"
250+
configvar CSI_PROW_TESTS "unit parallel serial sanity" "tests to run"
246251
tests_enabled () {
247252
local t1 t2
248253
# We want word-splitting here, so ignore: Quote to prevent word splitting, or split robustly with mapfile or read -a.

0 commit comments

Comments
 (0)