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 04708a1 commit 9876dc1Copy full SHA for 9876dc1
cloudbuild.yaml
@@ -1,11 +1,12 @@
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: 1200s
+timeout: 9000s
5
# this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
6
# or any new substitutions added in the future.
7
options:
8
substitution_option: ALLOW_LOOSE
9
+ machineType: 'E2_HIGHCPU_8'
10
steps:
11
# It's fine to bump the tag to a recent version, as needed
12
- name: "gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220830-45cbff55bc"
0 commit comments