Skip to content

Commit

Permalink
Merge pull request #2083 from mrueg/cloudbuild
Browse files Browse the repository at this point in the history
Increase timeout and update cloudbuild image
  • Loading branch information
k8s-ci-robot committed May 27, 2023
2 parents 95a5c8d + 4de59b3 commit fe5e38f
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 fe5e38f

Please sign in to comment.