gitlab-jira-integration icon indicating copy to clipboard operation
gitlab-jira-integration copied to clipboard

Improve Travis CI build Performance

Open chenzhang22 opened this issue 4 years ago • 0 comments

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.

chenzhang22 avatar Aug 17 '21 05:08 chenzhang22