From 0ac0df91d2238060e17cc6a37959928690b1704a Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 21 Oct 2024 20:01:24 -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/zaqar-tempest-plugin/+/932962 [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: Ida200d2985249cf0453c69ee77e7c51660231af4 --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index f9d96b237..74b0d92f8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -86,6 +86,7 @@ jobs: - zaqar-tox-integration - zaqar-tempest-plugin-mongodb + - zaqar-tempest-plugin-mongodb-jammy - zaqar-tempest-plugin-redis - zaqar-tempest-plugin-swift - zaqar-tempest-plugin-swift-ipv6 @@ -98,6 +99,7 @@ jobs: - zaqar-tox-integration - zaqar-tempest-plugin-mongodb + - zaqar-tempest-plugin-mongodb-jammy - zaqar-tempest-plugin-redis - zaqar-tempest-plugin-swift - zaqar-tempest-plugin-swift-ipv6