From 475de0935acbd131e76fa4d63537133e52fcb8ce Mon Sep 17 00:00:00 2001 From: Dzmitry Pasiukevich Date: Sun, 8 Jan 2023 21:04:30 +0100 Subject: [PATCH] Increase build timeout The build for all images for all supported arch takes ~1h50min and it may not fit the current 2h sometimes. One of the options is to investigate if the build parallelisation would decrease the build time, but that's not a priority and may be would be done later. --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 9e0077c84..31ba739e1 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -1,7 +1,7 @@ # See https://cloud.google.com/cloud-build/docs/build-config # this must be specified in seconds. If omitted, defaults to 600s (10 mins) -timeout: 7200s +timeout: 10800s steps: - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90' entrypoint: bash