From 1622797c4336528a25910a5535150a39b199b1e3 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Fri, 15 Nov 2024 20:16:14 -0800 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 Ubutnu Jammy (for smooth upgrade from previous releases). Depends-On: https://review.opendev.org/c/openstack/tempest/+/932156 Tracking: https://etherpad.opendev.org/p/migrate-to-noble [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: I0e9818b4c4dbacfcb7edd11a13918837da980d63 --- .zuul.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index ec7c7a4b3..936865aed 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,4 +1,4 @@ -- project: +- project: queue: telemetry templates: - openstack-python3-jobs @@ -8,6 +8,7 @@ check: jobs: - aodh-tempest-plugin-mysql + - aodh-tempest-plugin-mysql-ubuntu-jammy - aodh-tempest-plugin-postgresql - telemetry-dsvm-integration: irrelevant-files: &aodh-irrelevant-files @@ -53,6 +54,7 @@ gate: jobs: - aodh-tempest-plugin-mysql + - aodh-tempest-plugin-mysql-ubuntu-jammy - aodh-tempest-plugin-postgresql - telemetry-dsvm-integration: irrelevant-files: *aodh-irrelevant-files @@ -132,3 +134,10 @@ gnocchi: True sg-core: False tempest_test_regex: telemetry_tempest_plugin.aodh + +# TODO(gmann): As per the 2025.1 testing runtime, we need to run at least +# one job on jammy. This job can be removed in the next cycle(2025.2) +- job: + name: aodh-tempest-plugin-mysql-ubuntu-jammy + parent: aodh-tempest-plugin-mysql + nodeset: openstack-single-node-jammy