Increase timeout and update cloudbuild image

This commit is contained in:
Manuel Rüger 2023-05-26 19:50:32 +02:00
parent ecf921cd4f
commit 4de59b3189
1 changed files with 2 additions and 2 deletions

View File

@ -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