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}