-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
During the saltlab sprint (October 2018) @Rotonen worked on getting our jenkins jobs to run the tests in a much faster fashion by splitting the test setup into different layers and parallelizing their run (or something along the lines 😅 )
During the sprint it was reverted as it still had some issues.
Here is a list of the changes to be done to implement it again on a given job:
- set the Job Weight to 6
- add the
-j 6parameter to the test runner (i.e.bin/test -j 6 OTHER PARAMETERS FOLLOW)
@Rotonen anything else that I missed? 🤔 weren't you using a mtest script of the sorts?
TODO:
- make output visible
- robot framework tests clash on logging its output?
- verbose output (
-vvv) does not play nice with splitting - anything else?
Metadata
Metadata
Assignees
Labels
No labels