Skip to content

Commit

Permalink
Merge pull request #17685 from chewong/patch-azure-file-unit-test
Browse files Browse the repository at this point in the history
Azure: grant privileged context to azure file unit test
  • Loading branch information
k8s-ci-robot authored May 22, 2020
2 parents 91c25fb + 30c5f6e commit 7ab687f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ presubmits:
args:
- make
- unit-test
securityContext:
privileged: true
annotations:
testgrid-dashboards: provider-azure-azurefile-csi-driver, provider-azure-presubmit
testgrid-tab-name: pr-azurefile-csi-driver-unit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ periodics:
- bash
- -c
- >-
kubectl apply -f templates/addons/azurefile-role.yaml &&
cd ${GOPATH}/src/sigs.k8s.io/azurefile-csi-driver &&
make e2e-test
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ periodics:
- bash
- -c
- >-
kubectl apply -f templates/addons/azurefile-role.yaml &&
cd ${GOPATH}/src/sigs.k8s.io/azurefile-csi-driver &&
make e2e-test
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ periodics:
- bash
- -c
- >-
kubectl apply -f templates/addons/azurefile-role.yaml &&
cd ${GOPATH}/src/sigs.k8s.io/azurefile-csi-driver &&
make e2e-test
env:
Expand Down

0 comments on commit 7ab687f

Please sign in to comment.