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: Ie00d06cd8beccfbe31f86bed097a110d243a390b
This commit is contained in:
parent
bc2736e354
commit
7380d25932
10
.zuul.yaml
10
.zuul.yaml
@ -56,6 +56,14 @@
|
||||
name: telemetry-dsvm-integration
|
||||
parent: telemetry-tempest-base
|
||||
|
||||
# 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: telemetry-dsvm-integration-ubuntu-jammy
|
||||
description: This is integrated compute job testing on Ubuntu jammy(22.04)
|
||||
parent: telemetry-dsvm-integration
|
||||
nodeset: openstack-single-node-jammy
|
||||
|
||||
- job:
|
||||
name: telemetry-dsvm-integration-2024-2
|
||||
parent: telemetry-tempest-base
|
||||
@ -262,6 +270,7 @@
|
||||
check:
|
||||
jobs:
|
||||
- telemetry-dsvm-integration
|
||||
- telemetry-dsvm-integration-ubuntu-jammy
|
||||
- telemetry-dsvm-integration-2023-2
|
||||
- telemetry-dsvm-integration-2024-1
|
||||
- telemetry-dsvm-integration-2024-2
|
||||
@ -271,4 +280,5 @@
|
||||
gate:
|
||||
jobs:
|
||||
- telemetry-dsvm-integration
|
||||
- telemetry-dsvm-integration-ubuntu-jammy
|
||||
- telemetry-dsvm-integration-ipv6-only
|
||||
|
Loading…
Reference in New Issue
Block a user