Skip to content

Commit

Permalink
Merge pull request #2728 from andyzhangx/run-external-1.31-tests-1.29
Browse files Browse the repository at this point in the history
[release-1.29] test: run 1.31 external tests
  • Loading branch information
andyzhangx authored Dec 13, 2024
2 parents 40ecf8e + f7b22ea commit 48ffe7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/external-e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ PROJECT_ROOT=$(git rev-parse --show-toplevel)
DRIVER="test"

install_ginkgo () {
go install github.com/onsi/ginkgo/ginkgo@v1.14.0
go install github.com/onsi/ginkgo/v2/ginkgo@v2.13.2
}

setup_e2e_binaries() {
mkdir /tmp/csi-azuredisk

# download k8s external e2e binary for kubernetes
curl -sL https://dl.k8s.io/release/v1.24.0/kubernetes-test-linux-amd64.tar.gz --output e2e-tests.tar.gz
curl -sL https://dl.k8s.io/release/v1.31.0/kubernetes-test-linux-amd64.tar.gz --output e2e-tests.tar.gz
tar -xvf e2e-tests.tar.gz && rm e2e-tests.tar.gz

# test on alternative driver name
Expand Down

0 comments on commit 48ffe7b

Please sign in to comment.