552c4d2aaf
Debian buster is not supported for a while now in OSA, so we should remove it from testing platfrom. Change-Id: I717a1e3593c161f179dc8fb63d5b85677f606956
34 lines
617 B
YAML
34 lines
617 B
YAML
---
|
|
|
|
- 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-bookworm
|
|
- tox-molecule-jammy
|
|
- tox-molecule-stream9
|
|
gate:
|
|
jobs:
|
|
- tox-linters
|
|
- tox-molecule-bookworm
|
|
- tox-molecule-jammy
|
|
- tox-molecule-stream9
|