-
-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
When I parallelize via the free style jobs no exclusion files are created.
This leads to all tests running on all nodes.
I can reproduce this behaviour both on my private Jenkins instance and using the demo.
Steps to reproduce:
- Install the demo, following the docker steps described here
- Run the main
- After main finishes run it again.
Expected results:
- The second time main is started its 400 tests are split amongst executors, reducing the total execution time.
Actual result:
- All tests were run on the 5 started executors, leading to 2000 tests run in total.
Metadata
Metadata
Assignees
Labels
No labels