1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-05 16:27:05 +00:00

cloudbuild.yaml: increase timeout to 2400s

20 minutes was not clearly enough for multiarch buildx build.
This commit is contained in:
Markus Lehtonen 2022-01-20 20:16:16 +02:00
parent a880e29a06
commit eba3a0ffa4

View file

@ -1,4 +1,4 @@
timeout: 1200s timeout: 2400s
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