Skip to content

Commit

Permalink
test: upgrade csi-test to v5.2.0 for more test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Jul 15, 2024
1 parent 6d49099 commit d2c0604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sanity/run-tests-all-clouds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2c0604

Please sign in to comment.