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: Ida3f01b386747732b08f034c83c5b27b05dc706a
This commit is contained in:
parent
e51ffa9d87
commit
d6154abbe1
11
.zuul.yaml
11
.zuul.yaml
@ -115,6 +115,15 @@
|
|||||||
CLOUDKITTY_STORAGE_VERSION: 2
|
CLOUDKITTY_STORAGE_VERSION: 2
|
||||||
CLOUDKITTY_INFLUX_VERSION: 1
|
CLOUDKITTY_INFLUX_VERSION: 1
|
||||||
|
|
||||||
|
# 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: cloudkitty-tempest-full-v2-storage-influxdb-jammy
|
||||||
|
parent: base-cloudkitty-v2-api-tempest-job
|
||||||
|
nodeset: openstack-single-node-jammy
|
||||||
|
description: This is integrated job testing on Ubuntu jammy(22.04)
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: cloudkitty-tempest-full-v2-storage-influxdb-v2
|
name: cloudkitty-tempest-full-v2-storage-influxdb-v2
|
||||||
parent: base-cloudkitty-v2-api-tempest-job
|
parent: base-cloudkitty-v2-api-tempest-job
|
||||||
@ -183,6 +192,7 @@
|
|||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- cloudkitty-tempest-full-v2-storage-influxdb
|
- cloudkitty-tempest-full-v2-storage-influxdb
|
||||||
|
- cloudkitty-tempest-full-v2-storage-influxdb-jammy
|
||||||
- cloudkitty-tempest-full-v2-storage-influxdb-v2
|
- cloudkitty-tempest-full-v2-storage-influxdb-v2
|
||||||
- cloudkitty-tempest-full-v2-storage-elasticsearch
|
- cloudkitty-tempest-full-v2-storage-elasticsearch
|
||||||
- cloudkitty-tempest-full-v2-storage-opensearch
|
- cloudkitty-tempest-full-v2-storage-opensearch
|
||||||
@ -194,6 +204,7 @@
|
|||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- cloudkitty-tempest-full-v2-storage-influxdb
|
- cloudkitty-tempest-full-v2-storage-influxdb
|
||||||
|
- cloudkitty-tempest-full-v2-storage-influxdb-jammy
|
||||||
- cloudkitty-tempest-full-v2-storage-influxdb-v2
|
- cloudkitty-tempest-full-v2-storage-influxdb-v2
|
||||||
- cloudkitty-tempest-full-v2-storage-elasticsearch
|
- cloudkitty-tempest-full-v2-storage-elasticsearch
|
||||||
- cloudkitty-tempest-full-v2-storage-opensearch
|
- cloudkitty-tempest-full-v2-storage-opensearch
|
||||||
|
Loading…
Reference in New Issue
Block a user