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
Ubutnu Jammy (for smooth upgrade from previous releases).

Depends-On: https://review.opendev.org/c/openstack/tempest/+/932156
Tracking: https://etherpad.opendev.org/p/migrate-to-noble

[1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html

Change-Id: I495ade80c9a93629221e4e287f67ecdf979e734e
This commit is contained in:
Ghanshyam Mann 2024-11-15 20:14:33 -08:00
parent 5c5e1063ed
commit 72e510a5f6

View File

@ -80,6 +80,14 @@
s-container: false
s-proxy: false
# 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.2)
- job:
name: zun-tempest-py3-docker-sql-ubuntu-jammy
description: This is integrated compute job testing on Ubuntu jammy(22.04)
parent: zun-tempest-py3-docker-sql
nodeset: openstack-single-node-jammy
- job:
name: zun-tempest-docker-sql-ipv6-only
parent: devstack-tempest-ipv6
@ -165,6 +173,7 @@
check:
jobs:
- zun-tempest-py3-docker-sql
- zun-tempest-py3-docker-sql-ubuntu-jammy
- zun-tempest-docker-sql-ipv6-only:
voting: false
- zun-tempest-multinode-docker-sql:
@ -176,3 +185,4 @@
gate:
jobs:
- zun-tempest-py3-docker-sql
- zun-tempest-py3-docker-sql-ubuntu-jammy