Skip to content

Commit

Permalink
Run all e2e tests on us-west1 (knative#429)
Browse files Browse the repository at this point in the history
us-central1 is too busy and lately have been experiencing stockouts too frequently.
  • Loading branch information
adrcunha authored and knative-prow-robot committed Jan 29, 2019
1 parent 33a3cca commit 434492d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ presets:
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
- name: E2E_CLUSTER_REGION
value: us-west1
volumes:
- name: account
secret:
Expand All @@ -91,6 +93,8 @@ presets:
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/nightly-account/service-account.json
- name: E2E_CLUSTER_REGION
value: us-west1
volumes:
- name: account
secret:
Expand All @@ -105,6 +109,8 @@ presets:
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/release-account/service-account.json
- name: E2E_CLUSTER_REGION
value: us-west1
volumes:
- name: account
secret:
Expand Down

0 comments on commit 434492d

Please sign in to comment.