mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
cloudbuild: increase the image build timeout
Attempt to fix occasional (rare) build failures.
This commit is contained in:
parent
d2456e181a
commit
9d13631dcb
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
timeout: 2000s
|
timeout: 3000s
|
||||||
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
|
||||||
|
|
|
@ -27,7 +27,7 @@ i=1
|
||||||
while true; do
|
while true; do
|
||||||
if make poll-images; then
|
if make poll-images; then
|
||||||
break
|
break
|
||||||
elif [ $i -ge 35 ]; then
|
elif [ $i -ge 55 ]; 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…
Reference in a new issue