Remove Buster testing
Debian buster is not supported for a while now in OSA, so we should remove it from testing platfrom. Change-Id: I717a1e3593c161f179dc8fb63d5b85677f606956
This commit is contained in:
parent
e2cad6df4c
commit
552c4d2aaf
@ -1,11 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- job:
|
|
||||||
name: tox-molecule-buster
|
|
||||||
parent: tox-molecule
|
|
||||||
vars:
|
|
||||||
tox_envlist: molecule-buster
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tox-molecule-bookworm
|
name: tox-molecule-bookworm
|
||||||
parent: tox-molecule
|
parent: tox-molecule
|
||||||
@ -28,14 +22,12 @@
|
|||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- tox-linters
|
- tox-linters
|
||||||
- tox-molecule-buster
|
|
||||||
- tox-molecule-bookworm
|
- tox-molecule-bookworm
|
||||||
- tox-molecule-jammy
|
- tox-molecule-jammy
|
||||||
- tox-molecule-stream9
|
- tox-molecule-stream9
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- tox-linters
|
- tox-linters
|
||||||
- tox-molecule-buster
|
|
||||||
- tox-molecule-bookworm
|
- tox-molecule-bookworm
|
||||||
- tox-molecule-jammy
|
- tox-molecule-jammy
|
||||||
- tox-molecule-stream9
|
- tox-molecule-stream9
|
||||||
|
10
tox.ini
10
tox.ini
@ -54,15 +54,6 @@ commands =
|
|||||||
setenv =
|
setenv =
|
||||||
{[testenv]setenv}
|
{[testenv]setenv}
|
||||||
|
|
||||||
[testenv:molecule-buster]
|
|
||||||
deps =
|
|
||||||
{[molecule]deps}
|
|
||||||
commands =
|
|
||||||
{[molecule]commands}
|
|
||||||
setenv =
|
|
||||||
{[molecule]setenv}
|
|
||||||
docker_image_tag=debian-systemd:buster
|
|
||||||
|
|
||||||
[testenv:molecule-bookworm]
|
[testenv:molecule-bookworm]
|
||||||
deps =
|
deps =
|
||||||
{[molecule]deps}
|
{[molecule]deps}
|
||||||
@ -81,6 +72,7 @@ setenv =
|
|||||||
{[molecule]setenv}
|
{[molecule]setenv}
|
||||||
docker_image_tag=ubuntu-systemd:jammy
|
docker_image_tag=ubuntu-systemd:jammy
|
||||||
|
|
||||||
|
|
||||||
[testenv:molecule-stream9]
|
[testenv:molecule-stream9]
|
||||||
deps =
|
deps =
|
||||||
{[molecule]deps}
|
{[molecule]deps}
|
||||||
|
Loading…
Reference in New Issue
Block a user