Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v10] Revert "Use high CPU pool for unit & integration (#13875)" #15229

Merged
merged 2 commits into from
Aug 8, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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 committed Aug 5, 2022
commit 126f5e156582876da053b88fef8da7b992361aea
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