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

Distribute tests to multiple runners to speed up CI #31

Open
elBoberido opened this issue Jun 27, 2022 · 0 comments
Open

Distribute tests to multiple runners to speed up CI #31

elBoberido opened this issue Jun 27, 2022 · 0 comments
Labels
good first issue Good for newcomers test

Comments

@elBoberido
Copy link
Member

Brief feature description

With cargo nextes it is possible to distribute the execution of tests to multiple runners. This will speed up the CI.

Detailed information

When the number of tests increase, this will have a significant impact on the CI since most of the tests use the RouDiEnvironment which results in ~300ms minimal execution time. Therefore the tests should be distributed to two runners as a starting point.

A CI profile could be used to also add repetition for failed tests.

@elBoberido elBoberido added good first issue Good for newcomers test labels Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers test
Projects
None yet
Development

No branches or pull requests

1 participant