Skip to content

INFRA-8141: Automatically parallelise the molecule scenarios

Simon Rose requested to merge simonrose/gitlab-ci-yml:master into master

This run the different molecule scenarios in parallel jobs. See https://gitlab.esss.lu.se/simonrose/ci-test-child for a test implementation.

There might be better ways of handling this instead of recursing on the same .gitlab-ci.yml file, but as a whole I think this works reasonably well.

Merge request reports