Skip to content

Commit

Permalink
Revert "Use high CPU pool for unit & integration (#13875)" (#15113)
Browse files Browse the repository at this point in the history
Using Custom Pools has double the Google Cloud bill for the month, so
we're reverting to the default pool.

This reverts commit 2f1511b.
  • Loading branch information
tcsc authored Aug 4, 2022
1 parent 81e8eac commit c024f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .cloudbuild/ci/integration-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
timeout: 40m

options:
pool:
name: projects/ci-account/locations/us-west1/workerPools/high-cpu-pool
machineType: E2_HIGHCPU_32

# This build needs to run in environments where the _GITHUB_DEPLOY_KEY_SRC
# substitution is defined, but also environments where it isn't. The
Expand Down
3 changes: 1 addition & 2 deletions .cloudbuild/ci/unit-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
timeout: 25m

options:
pool:
name: projects/ci-account/locations/us-west1/workerPools/high-cpu-pool
machineType: E2_HIGHCPU_32

# This build needs to run in environments where the _GITHUB_DEPLOY_KEY_SRC
# substitution is defined, but also environments where it isn't. The
Expand Down

0 comments on commit c024f28

Please sign in to comment.