Skip to content

Commit acbf6d3

Browse files
committed
chore: Update cloudbuild image
and extend timeout to 45m
1 parent 17151ac commit acbf6d3

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: 2400s
2+
timeout: 2700s
33
options:
44
substitution_option: ALLOW_LOOSE
55
steps:
6-
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230522-312425ae46'
6+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20241111-71c32dbdcc'
77
entrypoint: make
88
env:
99
- TAG=$_PULL_BASE_REF

0 commit comments

Comments
 (0)