Skip to content

Commit

Permalink
Create our test clusters in us-central1 🌍
Browse files Browse the repository at this point in the history
In tektoncd#632 I've been running into
ZONE_RESOURCE_POOL_EXHAUSTED_WITH_DETAILS errors saying `us-west1-c`
doesn't have enough resources for our test clusters. It seems like this
is outside of our control (and even tho we are using a regional
`us-west1` cluster, the setup stubbornly insists on trying to use
`us-west`-c`.

So instead let's try `us-central` for these very scientific reasons:

1. It's the only region with 4 zones at https://cloud.google.com/compute/docs/regions-zones/
2. Knative is using it and seems fine XD
  • Loading branch information
bobcatfish committed Mar 21, 2019
1 parent d3d81ca commit ea727fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infra/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ presubmits:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
- name: E2E_CLUSTER_REGION
value: us-west1
value: us-central1
volumes:
- name: test-account
secret:
Expand Down Expand Up @@ -106,7 +106,7 @@ presubmits:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
- name: E2E_CLUSTER_REGION
value: us-west1
value: us-central1
volumes:
- name: test-account
secret:
Expand Down Expand Up @@ -141,7 +141,7 @@ presubmits:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
- name: E2E_CLUSTER_REGION
value: us-west1
value: us-central1
volumes:
- name: test-account
secret:
Expand Down

0 comments on commit ea727fa

Please sign in to comment.