Skip to content

Commit fe5e38f

Browse files
authored
Merge pull request #2083 from mrueg/cloudbuild
Increase timeout and update cloudbuild image
2 parents 95a5c8d + 4de59b3 commit fe5e38f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# See https://cloud.google.com/cloud-build/docs/build-config
2-
timeout: 1800s
2+
timeout: 2400s
33
options:
44
substitution_option: ALLOW_LOOSE
55
steps:
6-
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220609-2e4c91eb7e'
6+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230522-312425ae46'
77
entrypoint: make
88
env:
99
- TAG=$_PULL_BASE_REF

0 commit comments

Comments
 (0)