Skip to content

Parallelizing via Free Style Jobs Fails #23

@mfuchs

Description

@mfuchs

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

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