File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ configvar CSI_PROW_WORK "$(mkdir -p "$GOPATH/pkg" && mktemp -d "$GOPATH/pkg/csip
187
187
#
188
188
# When no deploy script is found (nothing in `deploy` directory,
189
189
# CSI_PROW_HOSTPATH_REPO=none), nothing gets deployed.
190
- configvar CSI_PROW_HOSTPATH_VERSION " v1.2.0 " " hostpath driver"
190
+ configvar CSI_PROW_HOSTPATH_VERSION " v1.3.0-rc2 " " hostpath driver"
191
191
configvar CSI_PROW_HOSTPATH_REPO https://github.com/kubernetes-csi/csi-driver-host-path " hostpath repo"
192
192
configvar CSI_PROW_DEPLOYMENT " " " deployment"
193
193
configvar CSI_PROW_HOSTPATH_DRIVER_NAME " hostpath.csi.k8s.io" " the hostpath driver name"
@@ -1123,7 +1123,7 @@ main () {
1123
1123
# Run tests that are feature tagged, but non-alpha
1124
1124
# Ignore: Double quote to prevent globbing and word splitting.
1125
1125
# shellcheck disable=SC2086
1126
- if ! run_e2e parallel ${CSI_PROW_GINKO_PARALLEL} \
1126
+ if ! run_e2e parallel-features ${CSI_PROW_GINKO_PARALLEL} \
1127
1127
-focus=" External.Storage.*($( regex_join " ${CSI_PROW_E2E_FOCUS} " ) )" \
1128
1128
-skip=" $( regex_join " ${CSI_PROW_E2E_SERIAL} " ) " ; then
1129
1129
warn " E2E parallel features failed"
You can’t perform that action at this time.
0 commit comments