Update stable branch jobs

Add new stable/2025.1 job, remove EOL stable/2023.2,
and Jammy testing is not needed in 2025.2 release.

Depends-On: https://review.opendev.org/c/openstack/blazar/+/952504

Change-Id: I244356b8199a21189ef2e9d33e220bb835a9ce6d
This commit is contained in:
Ghanshyam
2025-06-12 12:11:17 -07:00
parent 500bce5559
commit a834e47ef2

View File

@@ -7,15 +7,13 @@
check:
jobs:
- blazar-tempest-plugin-base
- blazar-tempest-plugin-jammy
- blazar-tempest-plugin-ipv6-only
- blazar-tempest-plugin-2025-1
- blazar-tempest-plugin-2024-2
- blazar-tempest-plugin-2024-1
- blazar-tempest-plugin-2023-2
gate:
jobs:
- blazar-tempest-plugin-base
- blazar-tempest-plugin-jammy
- job:
name: blazar-tempest-plugin-base
@@ -49,7 +47,7 @@
- ^releasenotes/.*$
# 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).
# one job on jammy. This job run on 2025.1 gate so remove once that is EOL.
- job:
name: blazar-tempest-plugin-jammy
description: This is integrated job testing on Ubuntu jammy(22.04)
@@ -74,6 +72,26 @@
- ^doc/.*$
- ^releasenotes/.*$
# TODO(gmann): As per the 2025.1 testing runtime, we need to run at least
# one job on jammy. This job run on 2025.1 gate so remove it once that is EOL.
- job:
name: blazar-tempest-plugin-jammy
description: This is integrated job testing on Ubuntu jammy(22.04)
parent: blazar-tempest-plugin-base
nodeset: openstack-single-node-jammy
- job:
name: blazar-tempest-plugin-2025-1
parent: blazar-tempest-plugin-base
nodeset: openstack-single-node-noble
override-checkout: stable/2025.1
vars:
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
resource_reservation:
flavor_instance_plugin: true
- job:
name: blazar-tempest-plugin-2024-2
parent: blazar-tempest-plugin-base
@@ -97,15 +115,3 @@
$TEMPEST_CONFIG:
resource_reservation:
flavor_instance_plugin: false
- job:
name: blazar-tempest-plugin-2023-2
parent: blazar-tempest-plugin-base
nodeset: openstack-single-node-jammy
override-checkout: stable/2023.2
vars:
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
resource_reservation:
flavor_instance_plugin: false