55cb9a9f53
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/blazar-tempest-plugin/+/932947 [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: I539b02f54e1207e1e9a0109f50aa89ac15b74fa4
21 lines
538 B
YAML
21 lines
538 B
YAML
- project:
|
|
queue: blazar
|
|
templates:
|
|
- check-requirements
|
|
- openstack-cover-jobs
|
|
- openstack-python3-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- blazar-tempest-plugin-base
|
|
- blazar-tempest-plugin-jammy
|
|
- blazar-tempest-plugin-ipv6-only
|
|
- openstack-tox-pylint:
|
|
voting: false
|
|
gate:
|
|
jobs:
|
|
- blazar-tempest-plugin-base
|
|
- blazar-tempest-plugin-jammy
|
|
- blazar-tempest-plugin-ipv6-only
|