We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb82fa commit e56fb7dCopy full SHA for e56fb7d
cloudbuild.yaml
@@ -1,7 +1,10 @@
1
# See https://cloud.google.com/cloud-build/docs/build-config
2
3
# this must be specified in seconds. If omitted, defaults to 600s (10 mins)
4
-timeout: 7200s
+timeout: 3600s
5
+options:
6
+ # job builds a multi-arch docker image for amd64 and arm64
7
+ machineType: E2_HIGHCPU_8
8
steps:
9
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230623-56e06d7c18'
10
entrypoint: bash
0 commit comments