From 4de59b318967c9e534b4f98ab005f9527c8a249d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Fri, 26 May 2023 19:50:32 +0200 Subject: [PATCH] Increase timeout and update cloudbuild image --- cloudbuild.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 018848abb6..c39ed33905 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -1,9 +1,9 @@ # See https://cloud.google.com/cloud-build/docs/build-config -timeout: 1800s +timeout: 2400s options: substitution_option: ALLOW_LOOSE steps: - - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220609-2e4c91eb7e' + - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230522-312425ae46' entrypoint: make env: - TAG=$_PULL_BASE_REF