Skip to content

Option to make test tasks run in isolation  #39

@jjohannes

Description

@jjohannes

If you use the configuration cache, Gradle runs more tasks in parallel as before. In testing however, you may need certain test tasks to run in isolation from other test tasks (because they require exclusive access to most of the machine resources). This can be solved by using a build service with maxParallelUsages = 1.

This plugin could offer an option to configure this for a test suite.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions