Skip to content

Commit 255fe70

Browse files
committed
[TESTING] use csi-test with GetSnapshot support
Repoository and branch are the source of PR kubernetes-csi/csi-test#573
1 parent b8d4f05 commit 255fe70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

release-tools/prow.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ configvar CSI_PROW_SIDECAR_E2E_PATH "${CSI_PROW_SIDECAR_E2E_IMPORT_PATH}" "CSI S
239239
# csi.sock as a TCP service for use by the csi-sanity command, which runs outside
240240
# of the cluster. The alternative would have been to (cross-)compile csi-sanity
241241
# and install it inside the cluster, which is not necessarily easier.
242-
configvar CSI_PROW_SANITY_REPO https://github.com/kubernetes-csi/csi-test "csi-test repo"
243-
configvar CSI_PROW_SANITY_VERSION v5.3.1 "csi-test version"
242+
configvar CSI_PROW_SANITY_REPO https://github.com/nixpanic/csi-test "csi-test repo"
243+
configvar CSI_PROW_SANITY_VERSION GetSnapshot "csi-test version"
244244
configvar CSI_PROW_SANITY_PACKAGE_PATH github.com/kubernetes-csi/csi-test "csi-test package"
245245
configvar CSI_PROW_SANITY_SERVICE "hostpath-service" "Kubernetes TCP service name that exposes csi.sock"
246246
configvar CSI_PROW_SANITY_POD "csi-hostpathplugin-0" "Kubernetes pod with CSI driver"

0 commit comments

Comments
 (0)