Skip to content

Commit

Permalink
Merge pull request #1753 from andyzhangx/upgrade-csi-test-5.3.1
Browse files Browse the repository at this point in the history
test: upgrade csi-test to v5.3.1 in sanity test
  • Loading branch information
andyzhangx authored Dec 16, 2024
2 parents a0ea164 + ebc820d commit cd7a330
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 cd7a330

Please sign in to comment.