From 72e510a5f6e66936a5891c9945827905fe10c12d Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Fri, 15 Nov 2024 20:14:33 -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: I495ade80c9a93629221e4e287f67ecdf979e734e --- .zuul.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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