bluzi / travis-buddy

:rocket: Seamless integration between TravisCI and GitHub
https://www.travisbuddy.com/
MIT License
252 stars 20 forks source link

Dont report the same build failing multiple times #117

Open jayvdb opened 6 years ago

jayvdb commented 6 years ago

Similar to https://github.com/bluzi/travis-buddy/issues/110 , but hopefully much easier.

https://github.com/coala/coala-quickstart/pull/296#issuecomment-413734533 shows an example of the exact same build failing.

The reason is I am pressing rebuild on Travis jobs of that build, as their is one which is a bit fiddly and needs a few restarts. The same scenario will occur when Travis fails due to unrelated problems (http, packaging repo bugs, etc) and a restart is all that is needed.

PikachuEXE commented 5 years ago

I think I got another failure example https://github.com/fnando/i18n-js/pull/472