Skip to content

Commit 3ca42a3

Browse files
authored
Merge pull request #479 from andyzhangx/external-1.24.0
test: run k8s 1.24 external e2e test
2 parents ade8a17 + a282824 commit 3ca42a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/external-e2e/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install_ginkgo () {
2626

2727
setup_e2e_binaries() {
2828
# download k8s external e2e binary
29-
curl -sL https://storage.googleapis.com/kubernetes-release/release/v1.23.5/kubernetes-test-linux-amd64.tar.gz --output e2e-tests.tar.gz
29+
curl -sL https://storage.googleapis.com/kubernetes-release/release/v1.24.0/kubernetes-test-linux-amd64.tar.gz --output e2e-tests.tar.gz
3030
tar -xvf e2e-tests.tar.gz && rm e2e-tests.tar.gz
3131

3232
# test on alternative driver name
@@ -52,6 +52,6 @@ trap print_logs EXIT
5252
mkdir -p /tmp/csi
5353
cp deploy/example/storageclass-smb.yaml /tmp/csi/storageclass.yaml
5454
ginkgo -p --progress --v -focus='External.Storage' \
55-
-skip='\[Disruptive\]|support two pods which share the same volume' kubernetes/test/bin/e2e.test -- \
55+
-skip='\[Disruptive\]||should provision storage with any volume data source|should mount multiple PV pointing to the same storage on the same node' kubernetes/test/bin/e2e.test -- \
5656
-storage.testdriver=$PROJECT_ROOT/test/external-e2e/testdriver.yaml \
5757
--kubeconfig=$KUBECONFIG

0 commit comments

Comments
 (0)