Skip to content

Commit 764a64e

Browse files
authored
Merge pull request #1485 from andyzhangx/upgrade-sanity-test
test: upgrade csi-test to v5.2.0 for more test coverage
2 parents 82bf505 + f939d31 commit 764a64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sanity/run-tests-all-clouds.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function install_csi_sanity_bin {
2323
mkdir -p $GOPATH/src/github.com/kubernetes-csi
2424
pushd $GOPATH/src/github.com/kubernetes-csi
2525
export GO111MODULE=off
26-
git clone https://github.com/kubernetes-csi/csi-test.git -b v4.3.0
26+
git clone https://github.com/kubernetes-csi/csi-test.git -b v5.2.0
2727
pushd csi-test/cmd/csi-sanity
2828
make install
2929
popd

0 commit comments

Comments
 (0)