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
This commit is contained in:
Ghanshyam Mann 2024-10-21 13:02:38 -07:00 committed by Tim Burke
parent 4f69ab3c5d
commit 9292970548

View File

@ -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: