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