From 41cb70d3854c5961c153695a11e106854a4f326c Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 4 Aug 2022 09:19:53 +0200 Subject: [PATCH] prow.sh: sanity testing with csi-test v5.0.0 The main difference is that csi-sanity is now built with Ginkgo v2. It should work as before. --- prow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prow.sh b/prow.sh index 48c7e657..5cddb69f 100755 --- a/prow.sh +++ b/prow.sh @@ -237,7 +237,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 v4.3.0 "csi-test version" +configvar CSI_PROW_SANITY_VERSION v5.0.0 "csi-test version" configvar CSI_PROW_SANITY_PACKAGE_PATH github.com/kubernetes-csi/csi-test "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"