Skip to content

Commit

Permalink
test: upgrade csi-test to v5.3.1 in sanity test
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Dec 16, 2024
1 parent a0ea164 commit ebc820d
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 @@ -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
Expand Down

0 comments on commit ebc820d

Please sign in to comment.