We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86ff580 + 9318c6c commit 3b6d17bCopy full SHA for 3b6d17b
cloudbuild.yaml
@@ -16,7 +16,9 @@
16
# To promote release images, see https://github.com/kubernetes/k8s.io/tree/master/k8s.gcr.io/images/k8s-staging-sig-storage.
17
18
# This must be specified in seconds. If omitted, defaults to 600s (10 mins).
19
-timeout: 1800s
+# Building three images in external-snapshotter takes roughly half an hour,
20
+# sometimes more.
21
+timeout: 3600s
22
# This prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
23
# or any new substitutions added in the future.
24
options:
0 commit comments