From c31775da92f35374e1256e9936553fa9eae351b4 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 21 Oct 2024 19:21:41 -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 the next cycle. Depends-On: https://review.opendev.org/c/openstack/tempest/+/932156 [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: I1d0c87830cc4f58facdeeedba0a376ef2e087945 --- .zuul.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 8b2ff6d7..c9f4f375 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -6,10 +6,21 @@ check: jobs: - storlets-functional + - storlets-functional-jammy - storlets-functional-centos-9-stream gate: jobs: - storlets-functional + - storlets-functional-jammy + + +# 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.1). +- job: + name: storlets-functional-jammy + description: This job testing on Ubuntu jammy(22.04) + parent: storlets-functional + nodeset: ubuntu-jammy - job: name: storlets-functional