Skip to content

Commit

Permalink
correct periodics prow config (kubernetes#304)
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

prow: correct periodics config

Fixes istio/test-infra#303

```release-note
NONE
```
  • Loading branch information
nlandolfi authored and istio-testing committed Jul 24, 2017
1 parent dd653a1 commit ae56ecf
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,38 +200,38 @@ postsubmits:

periodics:
- interval: 2h
- name: test-infra-cleanup-cluster
spec:
containers:
- image: gcr.io/istio-testing/prowbazel:0.1.5
args:
- "--repo=istio/test-infra=master"
- "--clean"
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/service-account/service-account.json
volumeMounts:
- name: service
mountPath: /etc/service-account
readOnly: true
- name: e2e-testing-kubeconfig
mountPath: /home/bootstrap/.kube/
readOnly: true
- name: cache-ssd
mountPath: /home/bootstrap/.cache
ports:
- containerPort: 9999
hostPort: 9998
volumes:
name: test-infra-cleanup-cluster
spec:
containers:
- image: gcr.io/istio-testing/prowbazel:0.1.5
args:
- "--repo=istio/test-infra=master"
- "--clean"
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/service-account/service-account.json
volumeMounts:
- name: service
secret:
secretName: service-account
mountPath: /etc/service-account
readOnly: true
- name: e2e-testing-kubeconfig
secret:
secretName: e2e-testing-kubeconfig
items:
- key: e2e-testing-kubeconfig
path: config
mountPath: /home/bootstrap/.kube/
readOnly: true
- name: cache-ssd
hostPath:
path: /mnt/disks/ssd0
mountPath: /home/bootstrap/.cache
ports:
- containerPort: 9999
hostPort: 9998
volumes:
- name: service
secret:
secretName: service-account
- name: e2e-testing-kubeconfig
secret:
secretName: e2e-testing-kubeconfig
items:
- key: e2e-testing-kubeconfig
path: config
- name: cache-ssd
hostPath:
path: /mnt/disks/ssd0

0 comments on commit ae56ecf

Please sign in to comment.