From d2c06049a93530c3660346b46458e01e5296ac42 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Mon, 15 Jul 2024 07:04:31 +0000 Subject: [PATCH] test: upgrade csi-test to v5.2.0 for more test coverage --- test/sanity/run-tests-all-clouds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sanity/run-tests-all-clouds.sh b/test/sanity/run-tests-all-clouds.sh index 6c51b67d40..21ba0ecd42 100755 --- a/test/sanity/run-tests-all-clouds.sh +++ b/test/sanity/run-tests-all-clouds.sh @@ -21,7 +21,7 @@ function install_csi_sanity_bin { mkdir -p $GOPATH/src/github.com/kubernetes-csi pushd $GOPATH/src/github.com/kubernetes-csi export GO111MODULE=off - git clone https://github.com/kubernetes-csi/csi-test.git -b v5.0.0 + git clone https://github.com/kubernetes-csi/csi-test.git -b v5.2.0 pushd csi-test/cmd/csi-sanity make install popd