From d6154abbe1ca5f821a45d80bfa81ae96d4c504f5 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 21 Oct 2024 13:08:25 -0700 Subject: [PATCH] Update gate jobs as per the 2025.1 cycle testing runtime As per 2025.1 testing runtime[1], we need to test on Ubuntu Noble (which will be taken care by depends-on tempest and devstack patches to move base jobs to Noble) and at least single job to run on Ubuntu Jammy (for smooth upgrade from previous releases). This commit adds a new job to run on Jammy which can be removed in future cycle when testing runtime test next version of Ubuntu as default. Depends-On: https://review.opendev.org/c/openstack/tempest/+/932156 [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: Ida3f01b386747732b08f034c83c5b27b05dc706a --- .zuul.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 0cd5ecd0..827ab5ab 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -115,6 +115,15 @@ 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 @@ -183,6 +192,7 @@ 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 @@ -194,6 +204,7 @@ 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