You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the scenario that works, the retries are interrupted when the status is FAILED, as expected.
My goal however, is that the retries are interrupted if the status is either FAILED or WARN, hence the composed condition, but it seems its not evaluating correctly the condition because it still retries the 10 times.
Hi there, I am facing an issue when trying to use a composed condition on the
retry_condition
withcommand
.Here's an example:
Working scenario (only a single condition):
Non-Working scenario (composed condition):
in the scenario that works, the retries are interrupted when the status is FAILED, as expected.
My goal however, is that the retries are interrupted if the status is either FAILED or WARN, hence the composed condition, but it seems its not evaluating correctly the condition because it still retries the 10 times.
For reference, here's my test.sh script:
Do you have any idea? Thanks in advance
The text was updated successfully, but these errors were encountered: