Skip to content

Commit 4abf696

Browse files
chore: cloudbild instance type bump (#6340)
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
1 parent e1ef0be commit 4abf696

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cloudbuild.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
timeout: 5000s
33
options:
44
substitution_option: ALLOW_LOOSE
5-
machineType: 'N1_HIGHCPU_8'
5+
# Temporary bump, while working on job improvements.
6+
machineType: 'N1_HIGHCPU_32'
67
steps:
78
- name: 'docker.io/library/golang:1.26-bookworm'
89
entrypoint: make

0 commit comments

Comments
 (0)