Skip to content

Commit

Permalink
[v10] Revert "Use high CPU pool for unit & integration (#13875)" (#15229
Browse files Browse the repository at this point in the history
)

Revert "Use high CPU pool for unit & integration (#13875)" (#15113)

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 8, 2022
1 parent 0c87297 commit 5514e2d
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: 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
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 5514e2d

Please sign in to comment.