Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn parallel_tests back on for CI #164

Open
kpaulisse opened this issue Nov 16, 2017 · 0 comments
Open

Turn parallel_tests back on for CI #164

kpaulisse opened this issue Nov 16, 2017 · 0 comments

Comments

@kpaulisse
Copy link
Contributor

kpaulisse commented Nov 16, 2017

Recently the CI for octocatalog-diff has been pretty flaky due to random tests getting killed. From travis CI documents, I concluded that the individual tests may be exhausting resources of the container, and as such in #161 I disabled the parallel_tests gem for CI. Since then, no problems. 🤞 But, unfortunately the CI build time per ruby version increased by about 5 minutes (20 to 25) as a result of this change.

I'm entering this issue to keep track turning this back on. Things that would probably need to be done here would be to evaluate whether the tests can be effectively parallelized (perhaps the spec tests) or if the number of simultaneous processes can be reduced to keep from bumping up against any limits that exist.

Right now nobody is actively working on this (there are higher priorities). However if test parallelization is something that interests you and you'd like to have a go at making the CI faster, please comment in the issue! 😸

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant