Merge "[stable-only] check for stack status IN_PROGRESS to retry" into stable/train

This commit is contained in:
Zuul 2020-05-19 20:34:05 +00:00 committed by Gerrit Code Review
commit 3823085e51
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ workflows:
retry:
delay: 15
count: <% $.timeout / 15 %>
continue-on: <% $.stack_status = 'DELETE_FAILED' or $.stack in task().result.stacks.select([$.stack_name, $.id]).flatten() %>
continue-on: <% $.stack in task().result.stacks.select([$.stack_name, $.id]).flatten() and $.stack_status = 'DELETE_IN_PROGRESS' %>
on-complete:
fail: <% $.stack_status = 'DELETE_FAILED' %>