mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-16 13:28:18 +00:00
cloudbuild.yaml: increase timeout to 25 minutes
Multiarch builds take considerably longer than the default (10 min)
allows.
(sync with commit e674631591
)
This commit is contained in:
parent
5d8a551c30
commit
9328e0a638
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
timeout: 1500s
|
||||||
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
|
||||||
|
|
|
@ -19,7 +19,7 @@ i=1
|
||||||
while true; do
|
while true; do
|
||||||
if make poll-images; then
|
if make poll-images; then
|
||||||
break
|
break
|
||||||
elif [ $i -ge 12 ]; then
|
elif [ $i -ge 27 ]; then
|
||||||
echo "ERROR: too many tries when polling for image"
|
echo "ERROR: too many tries when polling for image"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue