Skip to content

Commit

Permalink
Add a log msg to clarify if something reached 'ready' by the end
Browse files Browse the repository at this point in the history
  • Loading branch information
bsquizz committed Feb 11, 2022
1 parent 2f5a8e3 commit ce2d2de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bonfire/openshift.py
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,8 @@ def wait_for_ready_threaded(waiters, timeout=600):
if all_failed_resources:
log.info("some resources failed to become ready: %s", ", ".join(all_failed_resources))
return False

log.info("all resources being monitored have now reached 'ready' state")
return True


Expand Down

0 comments on commit ce2d2de

Please sign in to comment.