We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ef0be commit 4abf696Copy full SHA for 4abf696
1 file changed
cloudbuild.yaml
@@ -2,7 +2,8 @@
2
timeout: 5000s
3
options:
4
substitution_option: ALLOW_LOOSE
5
- machineType: 'N1_HIGHCPU_8'
+ # Temporary bump, while working on job improvements.
6
+ machineType: 'N1_HIGHCPU_32'
7
steps:
8
- name: 'docker.io/library/golang:1.26-bookworm'
9
entrypoint: make
0 commit comments