From ea0fdd2c806cf93e48a698e68165306da45314a2 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Mon, 16 Feb 2026 07:53:08 +0100 Subject: [PATCH] Drop platform job for Ubuntu Jammy The job stopped working recently, the reason is unclear, but since Jammy is no longer included as required platform, let's just stop testing it. Signed-off-by: Dr. Jens Harbott Change-Id: I796eddac96313584f4aa5225a9b9803bb2ad19b5 --- .zuul.yaml | 11 ----------- stack.sh | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 2227f185dd..e1dec5b3fd 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -897,15 +897,6 @@ vars: configure_swap_size: 4096 -- job: - name: devstack-platform-ubuntu-jammy - parent: tempest-full-py3 - description: Ubuntu 22.04 LTS (Jammy) platform test - nodeset: openstack-single-node-jammy - timeout: 9000 - vars: - configure_swap_size: 8192 - - job: name: devstack-platform-ubuntu-noble-ovn-source parent: devstack-platform-ubuntu-noble @@ -1050,7 +1041,6 @@ - devstack-platform-rocky-red-quartz - devstack-platform-ubuntu-noble-ovn-source - devstack-platform-ubuntu-noble-ovs - - devstack-platform-ubuntu-jammy - devstack-multinode - devstack-unit-tests - openstack-tox-bashate @@ -1137,4 +1127,3 @@ - devstack-platform-rocky-red-quartz - devstack-platform-ubuntu-noble-ovn-source - devstack-platform-ubuntu-noble-ovs - - devstack-platform-ubuntu-jammy diff --git a/stack.sh b/stack.sh index 965f58007d..c6d37611c9 100755 --- a/stack.sh +++ b/stack.sh @@ -229,7 +229,7 @@ write_devstack_version # Warn users who aren't on an explicitly supported distro, but allow them to # override check and attempt installation with ``FORCE=yes ./stack`` -SUPPORTED_DISTROS="trixie|bookworm|jammy|noble|rhel9|rhel10" +SUPPORTED_DISTROS="trixie|bookworm|noble|rhel9|rhel10" if [[ ! ${DISTRO} =~ $SUPPORTED_DISTROS ]]; then echo "WARNING: this script has not been tested on $DISTRO"