From 55cb9a9f538a39ee367c0f21425654241d367096 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 21 Oct 2024 18:38:46 -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/blazar-tempest-plugin/+/932947 [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: I539b02f54e1207e1e9a0109f50aa89ac15b74fa4 --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 755c6f6e..214105d1 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -9,10 +9,12 @@ check: jobs: - blazar-tempest-plugin-base + - blazar-tempest-plugin-jammy - blazar-tempest-plugin-ipv6-only - openstack-tox-pylint: voting: false gate: jobs: - blazar-tempest-plugin-base + - blazar-tempest-plugin-jammy - blazar-tempest-plugin-ipv6-only