1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Increase cloud build timeout to 1 hour

This commit is contained in:
Mike Dame
2022-12-21 15:05:48 +00:00
parent 63813c9d3b
commit 6f0ef883da

View File

@@ -1,7 +1,7 @@
# See https://cloud.google.com/cloud-build/docs/build-config # See https://cloud.google.com/cloud-build/docs/build-config
# this must be specified in seconds. If omitted, defaults to 600s (10 mins) # this must be specified in seconds. If omitted, defaults to 600s (10 mins)
timeout: 1800s timeout: 3600s
# this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF, # this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
# or any new substitutions added in the future. # or any new substitutions added in the future.
options: options: