Retry on the async tasks until the gate times out

This bumps the retries into the 2 hour range, which is far longer than
the gates.

Change-Id: I31cc12fc20c33640618c74e03a66f33c1c92bd26
This commit is contained in:
Sam Yaple 2017-10-16 17:29:56 -04:00
parent 59e8266aa0
commit bede547aa4
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
until:
- pull_result.finished is defined
- pull_result.finished
retries: 60
retries: 1000
delay: 5
when: project != 'requirements'
@ -46,7 +46,7 @@
until:
- base_result.finished is defined
- base_result.finished
retries: 30
retries: 1000
delay: 5
- name: Build project images
@ -68,5 +68,5 @@
until:
- build_result.finished is defined
- build_result.finished
retries: 300
retries: 1000
delay: 5