mesos / storm

Storm on Mesos!
Apache License 2.0
139 stars 66 forks source link

Improve Travis CI build Performance #245

Closed chenzhang22 closed 3 years ago

chenzhang22 commented 3 years ago

Does travis_retry really solve the build issues? According to the data in paper An empirical study of the long duration of continuous integration builds, travis_retry can only solve 3% of the build failures. And it may cause unstable build and increase build time.

===================== If there are any inappropriate modifications in this PR, please give me a reply and I will change them.

erikdw commented 3 years ago

This project is not under active development. And when we introduced this retry it was helping things. So thanks for the contribution, but not gonna merge this right now.