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

Parallelism in CI #1343

Closed
cwgoes opened this issue Jun 22, 2018 · 0 comments
Closed

Parallelism in CI #1343

cwgoes opened this issue Jun 22, 2018 · 0 comments
Labels

Comments

@cwgoes
Copy link
Contributor

cwgoes commented Jun 22, 2018

I think we're not using parallism correctly; see https://circleci.com/docs/2.0/parallelism-faster-jobs/ - this would work if we split up tests into different containers, but at the moment it just means we run the tests multiple times (and slow down other builds).

See e.g. https://circleci.com/gh/cosmos/cosmos-sdk/10496#tests/containers/1, which just ran the same unit tests four different times.

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

No branches or pull requests

1 participant