Skip to content

Commit

Permalink
[v10] Use high-cpu pools for CI tasks (#13919)
Browse files Browse the repository at this point in the history
Use high-cpu pools for CI tasks
  • Loading branch information
tcsc authored Jul 1, 2022
1 parent ce72efc commit 1b8624d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .cloudbuild/ci/integration-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
timeout: 25m

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

# 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
4 changes: 3 additions & 1 deletion .cloudbuild/ci/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ steps:
id: lint
args: ['make', 'lint']
options:
machineType: 'E2_HIGHCPU_32'
pool:
name: projects/ci-account/locations/us-west1/workerPools/high-cpu-pool

3 changes: 2 additions & 1 deletion .cloudbuild/ci/unit-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
timeout: 25m

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

# 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 1b8624d

Please sign in to comment.