Skip to content

Commit

Permalink
cloudbuild.yaml: double the timeout
Browse files Browse the repository at this point in the history
We hit the timeout with default 600s with multiarch builds enabled.
  • Loading branch information
marquiz committed Jan 20, 2022
1 parent 19ee369 commit 78e2e77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
timeout: 1200s
steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90
entrypoint: scripts/test-infra/push-image.sh
Expand Down

0 comments on commit 78e2e77

Please sign in to comment.