Skip to content

Commit d8fef29

Browse files
committed
Merge commit '3c463fb1e96541ebf24848b3985a0034872fddcb' into updateReleaseTools
2 parents 905f804 + 3c463fb commit d8fef29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-tools/prow.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ configvar CSI_PROW_WORK "$(mkdir -p "$GOPATH/pkg" && mktemp -d "$GOPATH/pkg/csip
187187
#
188188
# When no deploy script is found (nothing in `deploy` directory,
189189
# 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"
191191
configvar CSI_PROW_HOSTPATH_REPO https://github.com/kubernetes-csi/csi-driver-host-path "hostpath repo"
192192
configvar CSI_PROW_DEPLOYMENT "" "deployment"
193193
configvar CSI_PROW_HOSTPATH_DRIVER_NAME "hostpath.csi.k8s.io" "the hostpath driver name"
@@ -1123,7 +1123,7 @@ main () {
11231123
# Run tests that are feature tagged, but non-alpha
11241124
# Ignore: Double quote to prevent globbing and word splitting.
11251125
# shellcheck disable=SC2086
1126-
if ! run_e2e parallel ${CSI_PROW_GINKO_PARALLEL} \
1126+
if ! run_e2e parallel-features ${CSI_PROW_GINKO_PARALLEL} \
11271127
-focus="External.Storage.*($(regex_join "${CSI_PROW_E2E_FOCUS}"))" \
11281128
-skip="$(regex_join "${CSI_PROW_E2E_SERIAL}")"; then
11291129
warn "E2E parallel features failed"

0 commit comments

Comments
 (0)