ansible-role-frrouting/.zuul.yaml
2024-05-03 18:40:43 +00:00

42 lines
785 B
YAML

---
- job:
name: tox-molecule-buster
parent: tox-molecule
vars:
tox_envlist: molecule-buster
- job:
name: tox-molecule-bookworm
parent: tox-molecule
vars:
tox_envlist: molecule-bookworm
- job:
name: tox-molecule-jammy
parent: tox-molecule
vars:
tox_envlist: molecule-jammy
- job:
name: tox-molecule-stream9
parent: tox-molecule
vars:
tox_envlist: molecule-stream9
- project:
check:
jobs:
- tox-linters
- tox-molecule-buster
- tox-molecule-bookworm
- tox-molecule-jammy
- tox-molecule-stream9
gate:
jobs:
- tox-linters
- tox-molecule-buster
- tox-molecule-bookworm
- tox-molecule-jammy
- tox-molecule-stream9