Skip to content

Commit

Permalink
fix(kill-random-pod): check status only if c_iterations is defined (#…
Browse files Browse the repository at this point in the history
…1315)

Signed-off-by: shubhamchaudhary <[email protected]>
  • Loading branch information
ispeakc0de authored Mar 13, 2020
1 parent eaf92e5 commit 954cb4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chaoslib/litmus/kill_random_pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,5 @@
include_tasks: "/utils/common/status_app_pod.yml"
vars:
delay: 2
retries: 90
retries: 90
when: "c_iterations is defined and c_iterations != ''"

0 comments on commit 954cb4e

Please sign in to comment.