Skip to content

Commit

Permalink
Merge pull request #33978 from andyzhangx/patch-805103
Browse files Browse the repository at this point in the history
fix azure file test failure#4
  • Loading branch information
k8s-ci-robot authored Dec 17, 2024
2 parents ff46a06 + 74e7a1c commit f858a1a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ presubmits:
- bash
- -c
- >-
cd ${GOPATH}/src/sigs.k8s.io/azurefile-csi-driver &&
cd ${GOPATH}/src/sigs.k8s.io/azurefile-csi-driver && ./deploy/install-driver.sh master local &&
make e2e-test
env:
- name: runInTreeVolumeTestsOnly # azurefile-csi-driver config
Expand Down Expand Up @@ -285,7 +285,7 @@ presubmits:
- bash
- -c
- >-
cd ${GOPATH}/src/sigs.k8s.io/azurefile-csi-driver &&
cd ${GOPATH}/src/sigs.k8s.io/azurefile-csi-driver && ./deploy/install-driver.sh master local &&
make e2e-test
env:
- name: runInTreeVolumeTestsOnly # azurefile-csi-driver config
Expand Down Expand Up @@ -345,7 +345,7 @@ presubmits:
- bash
- -c
- >-
cd ${GOPATH}/src/sigs.k8s.io/azurefile-csi-driver &&
cd ${GOPATH}/src/sigs.k8s.io/azurefile-csi-driver && ./deploy/install-driver.sh master local &&
make e2e-test
env:
- name: runInTreeVolumeTestsOnly # azurefile-csi-driver config
Expand Down

0 comments on commit f858a1a

Please sign in to comment.