From 4ab8b154c23d1bc1e062e0718d386309922051ec Mon Sep 17 00:00:00 2001 From: fengzixu Date: Tue, 1 Dec 2020 00:02:37 +0900 Subject: [PATCH] use the tag to replace commit of csi-test --- prow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prow.sh b/prow.sh index 66c3228a..161f347f 100755 --- a/prow.sh +++ b/prow.sh @@ -227,7 +227,7 @@ configvar CSI_PROW_E2E_IMPORT_PATH "k8s.io/kubernetes" "E2E package" # of the cluster. The alternative would have been to (cross-)compile csi-sanity # and install it inside the cluster, which is not necessarily easier. configvar CSI_PROW_SANITY_REPO https://github.com/kubernetes-csi/csi-test "csi-test repo" -configvar CSI_PROW_SANITY_VERSION af2d21f66c88d7b4956c17d8123cdc563ca0ba0a "csi-test version" # latest master +configvar CSI_PROW_SANITY_VERSION v4.0.2 "csi-test version" # v4.0.2 configvar CSI_PROW_SANITY_IMPORT_PATH github.com/kubernetes-csi/csi-test/v4 "csi-test package" configvar CSI_PROW_SANITY_SERVICE "hostpath-service" "Kubernetes TCP service name that exposes csi.sock" configvar CSI_PROW_SANITY_POD "csi-hostpathplugin-0" "Kubernetes pod with CSI driver"