Skip to content

Run tests in parallel #240

@gforcada

Description

@gforcada

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 6 parameter 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions