Skip to content

Commit

Permalink
Add service account to end-to-end tests for auth
Browse files Browse the repository at this point in the history
  • Loading branch information
woop authored Jun 22, 2020
1 parent fe8a036 commit ec98916
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,18 @@ presubmits:
requests:
cpu: "6"
memory: "6144Mi"
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/gcloud/service-account.json
volumeMounts:
- mountPath: /etc/gcloud/service-account.json
name: service-account
readOnly: true
subPath: service-account.json
volumes:
- name: service-account
secret:
secretName: feast-service-account
skip_branches:
- ^v0\.(3|4)-branch$

Expand Down

0 comments on commit ec98916

Please sign in to comment.