forked from Checkmk/checkmk
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Execute composition tests in parallel jobs
Previously one job with multiple parallel steps (one per distro) was used. With this behaviour only one executor was consumed for all these distro-specific tests. Distribution between different build nodes wasn't done, it was always on the first selected node. This change uses existing composition test jobs to change the behaviour which allows to distribute the now started jobs between build nodes. Each started job will consume one executor. The parallel execution is kept. References CMK-20104 Change-Id: Iee625e7762bed5d7da0b0c0300694191fc6eb548
- Loading branch information
Showing
1 changed file
with
60 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters