From 552c4d2aafe37d3d83e37f7c82fd8f6ea87854d7 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 27 Nov 2024 16:50:24 +0100 Subject: [PATCH] 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 --- .zuul.yaml | 8 -------- tox.ini | 10 +--------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index c62d5d3..136bc63 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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 diff --git a/tox.ini b/tox.ini index 2acfa0d..5023097 100644 --- a/tox.ini +++ b/tox.ini @@ -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}