Merge pull request #822 from andyzhangx/upgrade-csi-test-5.3.1

test: upgrade csi-test to v5.3.1
This commit is contained in:
Andy Zhang 2024-12-15 12:57:32 +08:00 committed by GitHub
commit 30a89734d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,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 v4.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