From 92929705482e2cf7b5297d027a71aedb92b291f7 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 21 Oct 2024 13:02:38 -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/tempest/+/932156 [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: Ibab68b459c9510148b67ec1aecab73db11192afe --- .zuul.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 78f592e6ef..6383549446 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -605,6 +605,15 @@ nslookup_target: 'opendev.org' enable_fips: true +# TODO(gmann): As per the 2025.1 testing runtime, we need to run at least +# one job on jammy. This job can be removed as per the future testing +# runtime (whenever we start testing Ubuntu 26.04 as default version). +- job: + name: tempest-integrated-object-storage-ubuntu-jammy + description: This is integrated object-storage job testing on Ubuntu jammy(22.04) + parent: tempest-integrated-object-storage + nodeset: openstack-single-node-jammy + - project-template: name: swift-jobs-arm64 description: | @@ -723,6 +732,8 @@ - ^(api-ref|doc|releasenotes)/.*$ - ^test/.*$ - ^(.gitreview|.mailmap|AUTHORS|CHANGELOG|.*\.rst)$ + - tempest-integrated-object-storage-ubuntu-jammy: + irrelevant-files: *tempest-irrelevant-files - tempest-ipv6-only: irrelevant-files: *tempest-irrelevant-files - openstacksdk-functional-devstack: @@ -768,6 +779,8 @@ irrelevant-files: *functest-irrelevant-files - tempest-integrated-object-storage: irrelevant-files: *tempest-irrelevant-files + - tempest-integrated-object-storage-ubuntu-jammy: + irrelevant-files: *tempest-irrelevant-files - tempest-ipv6-only: irrelevant-files: *tempest-irrelevant-files - openstacksdk-functional-devstack: