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:
Dmitriy Rabotyagov 2024-11-27 16:50:24 +01:00
parent e2cad6df4c
commit 552c4d2aaf
2 changed files with 1 additions and 17 deletions

View File

@ -1,11 +1,5 @@
---
- job:
name: tox-molecule-buster
parent: tox-molecule
vars:
tox_envlist: molecule-buster
- job:
name: tox-molecule-bookworm
parent: tox-molecule
@ -28,14 +22,12 @@
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

10
tox.ini
View File

@ -54,15 +54,6 @@ commands =
setenv =
{[testenv]setenv}
[testenv:molecule-buster]
deps =
{[molecule]deps}
commands =
{[molecule]commands}
setenv =
{[molecule]setenv}
docker_image_tag=debian-systemd:buster
[testenv:molecule-bookworm]
deps =
{[molecule]deps}
@ -81,6 +72,7 @@ setenv =
{[molecule]setenv}
docker_image_tag=ubuntu-systemd:jammy
[testenv:molecule-stream9]
deps =
{[molecule]deps}