mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
cloudbuild.yaml: double the timeout
We hit the timeout with default 600s with multiarch builds enabled.
This commit is contained in:
parent
19ee3691c9
commit
78e2e7726b
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
timeout: 1200s
|
||||||
steps:
|
steps:
|
||||||
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90
|
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90
|
||||||
entrypoint: scripts/test-infra/push-image.sh
|
entrypoint: scripts/test-infra/push-image.sh
|
||||||
|
|
Loading…
Reference in a new issue