From ebc820d1dfc619a4e50281131d87ee66b4eae849 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Mon, 16 Dec 2024 03:18:03 +0000 Subject: [PATCH] test: upgrade csi-test to v5.3.1 in sanity test --- 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 774ffda7f..36de1e8d3 100755 --- a/test/sanity/run-tests-all-clouds.sh +++ b/test/sanity/run-tests-all-clouds.sh @@ -23,7 +23,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.2.0 + git clone https://github.com/kubernetes-csi/csi-test.git -b v5.3.1 pushd csi-test/cmd/csi-sanity make install popd