diff --git a/.zuul.yaml b/.zuul.yaml index e2da8dc88..efd1074a2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -80,6 +80,14 @@ s-container: false s-proxy: false +# 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: zun-tempest-py3-docker-sql-ubuntu-jammy + description: This is integrated compute job testing on Ubuntu jammy(22.04) + parent: zun-tempest-py3-docker-sql + nodeset: openstack-single-node-jammy + - job: name: zun-tempest-docker-sql-ipv6-only parent: devstack-tempest-ipv6 @@ -165,6 +173,7 @@ check: jobs: - zun-tempest-py3-docker-sql + - zun-tempest-py3-docker-sql-ubuntu-jammy - zun-tempest-docker-sql-ipv6-only: voting: false - zun-tempest-multinode-docker-sql: @@ -176,3 +185,4 @@ gate: jobs: - zun-tempest-py3-docker-sql + - zun-tempest-py3-docker-sql-ubuntu-jammy