Skip to content

Commit 9876dc1

Browse files
committed
Bump CPU and machine type
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent 04708a1 commit 9876dc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cloudbuild.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# See https://cloud.google.com/cloud-build/docs/build-config
22

33
# this must be specified in seconds. If omitted, defaults to 600s (10 mins)
4-
timeout: 1200s
4+
timeout: 9000s
55
# this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
66
# or any new substitutions added in the future.
77
options:
88
substitution_option: ALLOW_LOOSE
9+
machineType: 'E2_HIGHCPU_8'
910
steps:
1011
# It's fine to bump the tag to a recent version, as needed
1112
- name: "gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220830-45cbff55bc"

0 commit comments

Comments
 (0)