Skip to content

Commit

Permalink
Merge pull request #2275 from kubernetes-sigs/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 40b375b + 32c5026 commit a944921
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.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 a944921

Please sign in to comment.