Skip to content

Commit 9b1b00e

Browse files
authored
Merge pull request #2250 from andyzhangx/upgrade-csi-test2
test: upgrade to csi-test v5.4.0
2 parents 597833b + 86cef2d commit 9b1b00e

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 v5.3.1
26+
git clone https://github.com/kubernetes-csi/csi-test.git -b v5.4.0
2727
pushd csi-test/cmd/csi-sanity
2828
make install
2929
popd

0 commit comments

Comments
 (0)