From 1a428fe358d518adc43fd7b538a2c63f13c34210 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Sun, 15 Dec 2024 03:21:53 +0000 Subject: [PATCH] test: upgrade csi-test to v5.3.1 --- test/sanity/run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sanity/run-test.sh b/test/sanity/run-test.sh index eb5ebbc9452..e1e031cb15a 100755 --- a/test/sanity/run-test.sh +++ b/test/sanity/run-test.sh @@ -39,7 +39,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.3.1 pushd csi-test/cmd/csi-sanity make install popd