Skip to content
Snippets Groups Projects
Commit fc7a47ba authored by Anders Harrisson's avatar Anders Harrisson
Browse files

Run Molecule scenarios in parallel on GitLab-CI

parent 0bde476a
No related branches found
No related tags found
1 merge request!8Update Conda and Mamba
---
include: 'https://gitlab.esss.lu.se/ics-infrastructure/gitlab-ci-yml/raw/master/Molecule.gitlab-ci.yml'
run_molecule:
tags:
- $RUNNER_TAG
parallel:
matrix:
- SCENARIO: default
RUNNER_TAG: molecule
- SCENARIO: debian
RUNNER_TAG: molecule
- SCENARIO: ubuntu
RUNNER_TAG: ubuntu_2204
- SCENARIO: ess-linux
RUNNER_TAG: molecule
script:
- molecule test --scenario-name $SCENARIO
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment