From 689ac17f8648f4f20039895d767117f623965f35 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 22 Aug 2025 12:38:32 +0900 Subject: [PATCH] Remove tests with Ubuntu 22.04 Ubuntu 22.04 (aka. Jammy) was removed from supported platforms in 2025.2 . Change-Id: Ie3113cad6754dbdde50ebb64651ca6afcc76fd42 Signed-off-by: Takashi Kajinami --- .zuul.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 758fd993..ca31ba4d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -110,15 +110,6 @@ CLOUDKITTY_STORAGE_VERSION: 2 CLOUDKITTY_INFLUX_VERSION: 1 -# TODO(gmann): As per the 2025.1 testing runtime, we need to run at least -# one job on jammy. This job can be removed as per the future testing -# runtime (whenever we start testing Ubuntu 26.04 as default version). -- job: - name: cloudkitty-tempest-full-v2-storage-influxdb-jammy - parent: base-cloudkitty-v2-api-tempest-job - nodeset: openstack-single-node-jammy - description: This is integrated job testing on Ubuntu jammy(22.04) - - job: name: cloudkitty-tempest-full-v2-storage-influxdb-v2 parent: base-cloudkitty-v2-api-tempest-job @@ -188,7 +179,6 @@ check: jobs: - cloudkitty-tempest-full-v2-storage-influxdb - - cloudkitty-tempest-full-v2-storage-influxdb-jammy - cloudkitty-tempest-full-v2-storage-influxdb-v2 - cloudkitty-tempest-full-v2-storage-elasticsearch - cloudkitty-tempest-full-v2-storage-opensearch @@ -200,7 +190,6 @@ gate: jobs: - cloudkitty-tempest-full-v2-storage-influxdb - - cloudkitty-tempest-full-v2-storage-influxdb-jammy - cloudkitty-tempest-full-v2-storage-influxdb-v2 - cloudkitty-tempest-full-v2-storage-elasticsearch - cloudkitty-tempest-full-v2-storage-opensearch