fd663b307d
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 the next cycle. Also bump the hacking version to fix the pep8 erorr: -AttributeError: 'EntryPoints' object has no attribute 'get' Closes-Bug: #2088356 Depends-On: https://review.opendev.org/c/openstack/tempest/+/932156 [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: Ib4e2c089e7cd4ebb5aaccb9a747aaffe1618a5fa
106 lines
3.0 KiB
YAML
106 lines
3.0 KiB
YAML
- project:
|
|
queue: blazar
|
|
templates:
|
|
- tempest-plugin-jobs
|
|
- check-requirements
|
|
- publish-openstack-docs-pti
|
|
check:
|
|
jobs:
|
|
- blazar-tempest-plugin-base
|
|
- blazar-tempest-plugin-jammy
|
|
- blazar-tempest-plugin-ipv6-only
|
|
- 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
|
|
description: |
|
|
This is a base devstack job for Blazar.
|
|
Former names for this job were:
|
|
* blazar-devstack-dsvm
|
|
parent: devstack-tempest
|
|
required-projects: &blazar_required_projects
|
|
- opendev.org/openstack/blazar
|
|
- opendev.org/openstack/blazar-nova
|
|
- opendev.org/openstack/python-blazarclient
|
|
- opendev.org/openstack/blazar-tempest-plugin
|
|
host-vars:
|
|
controller:
|
|
devstack_plugins:
|
|
blazar: https://opendev.org/openstack/blazar
|
|
vars: &blazar_base_vars
|
|
tempest_test_regex: '^blazar_tempest_plugin'
|
|
tox_envlist: all
|
|
devstack_services:
|
|
blazar: true
|
|
blazar-a: true
|
|
blazar-m: true
|
|
tempest_plugins:
|
|
- blazar-tempest-plugin
|
|
tempest_concurrency: 1
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^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).
|
|
- 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-ipv6-only
|
|
description: |
|
|
This is a base IPv6 devstack job for Blazar
|
|
Former names for this job were:
|
|
* blazar-devstack-dsvm-ipv6-only
|
|
parent: devstack-tempest-ipv6
|
|
required-projects: *blazar_required_projects
|
|
host-vars:
|
|
controller:
|
|
devstack_plugins:
|
|
blazar: https://opendev.org/openstack/blazar
|
|
vars: *blazar_base_vars
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
|
|
- job:
|
|
name: blazar-tempest-plugin-2024-2
|
|
parent: blazar-tempest-plugin-base
|
|
nodeset: openstack-single-node-jammy
|
|
override-checkout: stable/2024.2
|
|
|
|
- job:
|
|
name: blazar-tempest-plugin-2024-1
|
|
parent: blazar-tempest-plugin-base
|
|
nodeset: openstack-single-node-jammy
|
|
override-checkout: stable/2024.1
|
|
vars:
|
|
devstack_local_conf:
|
|
test-config:
|
|
$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
|