ff67fef10d
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. Related-Bug: #2088355 Depends-On: https://review.opendev.org/c/openstack/cyborg-tempest-plugin/+/932948 [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: Ia6de0b51fca309f2d56ae19def4ef76553504eca
41 lines
935 B
YAML
41 lines
935 B
YAML
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- check-requirements
|
|
- release-notes-jobs-python3
|
|
- publish-openstack-docs-pti
|
|
- openstack-python3-jobs
|
|
check:
|
|
jobs:
|
|
- cyborg-tempest
|
|
- cyborg-tempest-jammy
|
|
- cyborg-tempest-ipv6-only
|
|
- cyborg-tox-bandit
|
|
gate:
|
|
jobs:
|
|
- cyborg-tempest
|
|
- cyborg-tempest-jammy
|
|
|
|
- job:
|
|
name: cyborg-tox-bandit
|
|
parent: openstack-tox
|
|
timeout: 2400
|
|
vars:
|
|
tox_envlist: bandit
|
|
required-projects:
|
|
- openstack/requirements
|
|
irrelevant-files: &gate-irrelevant-files
|
|
- ^(test-|)requirements.txt$
|
|
- ^.*\.rst$
|
|
- ^api-ref/.*$
|
|
- ^cyborg/cmd/status\.py$
|
|
- ^cyborg/hacking/.*$
|
|
- ^cyborg/tests/functional.*$
|
|
- ^cyborg/tests/unit.*$
|
|
- ^doc/.*$
|
|
- ^etc/.*$
|
|
- ^releasenotes/.*$
|
|
- ^setup.cfg$
|
|
- ^tools/.*$
|
|
- ^tox.ini$
|