Skip to content

Commit 4637e6a

Browse files
authored
Merge pull request #33957 from andyzhangx/patch-54932
fix azure file test failure#2
2 parents 1fb9077 + aea85c5 commit 4637e6a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

config/jobs/kubernetes/sig-cloud-provider/azure/release-master.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,7 @@ presubmits:
227227
- bash
228228
- -c
229229
- >-
230-
kubectl apply -f templates/addons/azurefile-role.yaml &&
231-
cd ${GOPATH}/src/sigs.k8s.io/azurefile-csi-driver && ./deploy/install-driver.sh master local,snapshot,enable-avset &&
230+
cd ${GOPATH}/src/sigs.k8s.io/azurefile-csi-driver &&
232231
make e2e-test
233232
securityContext:
234233
privileged: true
@@ -283,8 +282,7 @@ presubmits:
283282
- bash
284283
- -c
285284
- >-
286-
kubectl apply -f templates/addons/azurefile-role.yaml &&
287-
cd ${GOPATH}/src/sigs.k8s.io/azurefile-csi-driver && ./deploy/install-driver.sh master local,snapshot,enable-avset &&
285+
cd ${GOPATH}/src/sigs.k8s.io/azurefile-csi-driver &&
288286
make e2e-test
289287
env:
290288
- name: EXP_MACHINE_POOL # CAPZ config
@@ -342,8 +340,7 @@ presubmits:
342340
- bash
343341
- -c
344342
- >-
345-
kubectl apply -f templates/addons/azurefile-role.yaml &&
346-
cd ${GOPATH}/src/sigs.k8s.io/azurefile-csi-driver && ./deploy/install-driver.sh master local,snapshot,enable-avset &&
343+
cd ${GOPATH}/src/sigs.k8s.io/azurefile-csi-driver &&
347344
make e2e-test
348345
env:
349346
- name: WINDOWS # azuredisk-csi-driver config

0 commit comments

Comments
 (0)