Travis stalled build detector should restart a stalled build at most 3 times on the same pull request
From: https://github.com/ManageIQ/manageiq/pull/3258

Since we don't delete old comments on the pull request (by design), we could check to see how many comments on the PR begin with the tag: <stalled_finished_job /> and skip the PR entirely if there are already 3 comments.
It's easy to test this by creating a PR with a test that does sleep 60 * 15, it should stall after ten minutes, get restarted, etc. 3 times.
:+1:
This issue has been automatically marked as stale because it has not been updated for at least 3 months.
If you can still reproduce this issue on the current release or on master, please reply with all of the information you have about it in order to keep the issue open.
Thank you for all your contributions! More information about the ManageIQ triage process can be found in the traige process documentation.