Skip to content

Commit

Permalink
Increase timeout and update cloudbuild image
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed May 27, 2023
1 parent ecf921c commit 4de59b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4de59b3

Please sign in to comment.