
Python 3.8 is no longer part of the tested runtimes for 2024.2[1] because its EOL is coming soon. Also update the python versions in functional jobs to reflect the supported versions. [1] https://governance.openstack.org/tc/reference/runtimes/2024.2.html Change-Id: I316119d1b9a3e8aad75c764e5a6d64a6e7069bcb
53 lines
1.5 KiB
YAML
53 lines
1.5 KiB
YAML
- project:
|
|
templates:
|
|
- check-requirements
|
|
- lib-forward-testing-python3
|
|
- openstack-cover-jobs
|
|
- openstack-python3-jobs
|
|
- periodic-stable-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- openstack-tox-functional-py39
|
|
- openstack-tox-functional-py312
|
|
- tempest-smoke-py3-osprofiler-redis
|
|
- tempest-smoke-py3-osprofiler-sqlalchemy
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-functional-py39
|
|
|
|
- job:
|
|
name: tempest-smoke-py3-osprofiler-redis
|
|
parent: tempest-full-py3
|
|
voting: false
|
|
post-run: playbooks/osprofiler-post.yaml
|
|
description: |
|
|
Run full tempest on py3 with profiling enabled (redis driver)
|
|
required-projects:
|
|
- openstack/osprofiler
|
|
vars:
|
|
tox_envlist: smoke
|
|
devstack_localrc:
|
|
OSPROFILER_COLLECTOR: redis
|
|
OSPROFILER_HMAC_KEYS: SECRET_KEY
|
|
devstack_plugins:
|
|
osprofiler: https://opendev.org/openstack/osprofiler
|
|
|
|
- job:
|
|
name: tempest-smoke-py3-osprofiler-sqlalchemy
|
|
parent: tempest-full-py3
|
|
voting: false
|
|
post-run: playbooks/osprofiler-post.yaml
|
|
description: |
|
|
Run full tempest on py3 with profiling enabled (sqlalchemy driver)
|
|
required-projects:
|
|
- openstack/osprofiler
|
|
vars:
|
|
tox_envlist: smoke
|
|
devstack_localrc:
|
|
OSPROFILER_COLLECTOR: sqlalchemy
|
|
OSPROFILER_HMAC_KEYS: SECRET_KEY
|
|
devstack_plugins:
|
|
osprofiler: https://opendev.org/openstack/osprofiler
|