Skip to content

Commit

Permalink
test: upgrade to external 1.27 e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Dec 11, 2023
1 parent d2a6d0e commit e193ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/external-e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ setup_e2e_binaries() {
mkdir /tmp/csi-azuredisk

# download k8s external e2e binary for kubernetes
curl -sL https://dl.k8s.io/release/v1.26.0/kubernetes-test-linux-amd64.tar.gz --output e2e-tests.tar.gz
curl -sL https://dl.k8s.io/release/v1.27.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 e193ff4

Please sign in to comment.