Skip to content

Commit

Permalink
cloudbuild.yaml: downgrade machine type to e2-highcpu-8
Browse files Browse the repository at this point in the history
The higher tier builder didn't give any advantage, especially after
armv7 builds were disabled. Let's revert back to highcpu-8.
  • Loading branch information
marquiz committed Apr 26, 2024
1 parent f2c7468 commit cf6f0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ substitutions:
_PULL_BASE_REF: 'master'
options:
substitution_option: ALLOW_LOOSE
machineType: 'E2_HIGHCPU_32'
machineType: 'E2_HIGHCPU_8'

0 comments on commit cf6f0f7

Please sign in to comment.