Dmitriy Rabotyagov 2a375f9f81 Add tests of more modern distros
Buster goes EOL in June 2024, so it's good time to add testing of more
distros, including latest Debian 12 and Ubuntu 22.04 as latest LTS at
the moment.

Change-Id: I62dafeef2e2483631cabb10e8f2c289dfb726bea
2024-04-23 10:09:24 +02:00

58 lines
1.1 KiB
YAML

---
- nodeset:
name: debian-bookworm-2-node
nodes:
- name: primary
label: debian-bookworm
- name: secondary
label: debian-bookworm
groups:
- name: switch
nodes:
- primary
- name: peers
nodes:
- primary
- secondary
- job:
name: ffrouting-deploy
parent: base
run: tests/test.yml
nodeset: debian-bookworm-2-node
- 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
- project:
check:
jobs:
- ffrouting-deploy
- tox-linters
- tox-molecule-buster
- tox-molecule-bookworm
- tox-molecule-jammy
gate:
jobs:
- ffrouting-deploy
- tox-linters
- tox-molecule-buster
- tox-molecule-bookworm
- tox-molecule-jammy