Merge "Add a retry to the instropection waiting workbook" into stable/train

This commit is contained in:
Zuul 2021-10-09 14:46:31 +00:00 committed by Gerrit Code Review
commit 8a5a076776
1 changed files with 3 additions and 0 deletions

View File

@ -483,6 +483,9 @@ workflows:
# in seconds correct.
max_retries: <% $.timeout / 10 %>
retry_interval: 10
retry:
delay: 10
count: 10
publish:
introspected_node: <% task().result.values().first() %>
status: <% bool(task().result.values().first().error) and "FAILED" or "SUCCESS" %>