Skip to content

Commit e2ef1de

Browse files
authored
Merge pull request #812 from hakman/cloudbuild-cpu
Increase vCPU for Cloud Build
2 parents 2bb82fa + e56fb7d commit e2ef1de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cloudbuild.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
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: 7200s
4+
timeout: 3600s
5+
options:
6+
# job builds a multi-arch docker image for amd64 and arm64
7+
machineType: E2_HIGHCPU_8
58
steps:
69
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230623-56e06d7c18'
710
entrypoint: bash

0 commit comments

Comments
 (0)