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