From a19593244c5e7530f78a04bc1216944447519d00 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 21 Oct 2024 19:42:28 -0700 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 Ubuntu Jammy (for smooth upgrade from previous releases). This commit adds a new job to run on Jammy which can be removed in future cycle when testing runtime test next version of Ubuntu as default. Depends-On: https://review.opendev.org/c/openstack/mistral-tempest-plugin/+/932960 [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: Ib8cde1f40069f472f00607251be00654004d89f3 --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 5b5a01bba..f77ec0409 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -107,6 +107,7 @@ - ^doc/.*$ - ^releasenotes/.*$ - mistral-devstack + - mistral-devstack-jammy - mistral-devstack-tempest-ipv6-only - mistral-devstack-non-apache-tempest-ipv6-only - mistral-devstack-non-apache @@ -118,6 +119,7 @@ gate: jobs: - mistral-devstack + - mistral-devstack-jammy - mistral-devstack-tempest-ipv6-only - mistral-devstack-non-apache-tempest-ipv6-only - mistral-devstack-non-apache