From 0dd4b31edafda1ddc8f2054c9fe877d4d6602d39 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Wed, 14 May 2025 17:01:33 +0100 Subject: [PATCH] remove jammy jobs ubuntu 22.04 is nolonger part of the testing runtimes This change just removes the jammy jobs to reflect that. Change-Id: Ie222645412c60ce028f4debc2b4cd2cd13f4e89f --- .zuul.yaml | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 493f548b..419195b8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,21 +1,3 @@ -- project: - templates: - - openstack-cover-jobs - - check-requirements - - release-notes-jobs-python3 - - publish-openstack-docs-pti - - openstack-python3-jobs - check: - jobs: - - cyborg-tempest - - cyborg-tempest-jammy - - cyborg-tempest-ipv6-only - - cyborg-tox-bandit - gate: - jobs: - - cyborg-tempest - - cyborg-tempest-jammy - - job: name: cyborg-tox-bandit parent: openstack-tox @@ -38,3 +20,19 @@ - ^setup.cfg$ - ^tools/.*$ - ^tox.ini$ + +- project: + templates: + - openstack-cover-jobs + - check-requirements + - release-notes-jobs-python3 + - publish-openstack-docs-pti + - openstack-python3-jobs + check: + jobs: + - cyborg-tempest + - cyborg-tempest-ipv6-only + - cyborg-tox-bandit + gate: + jobs: + - cyborg-tempest