osprofiler/.zuul.yaml
Stephen Finucane fa830926b5 tox: Add functional-py38, functional-py39 envs
While here, we also clean up some style issues in this file.

Fix CI issue to generated changelog with tox v4

Co-Authored-By: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com>
Change-Id: If6de005dd8229fe6f21dc103f50db083a415d7e4
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2023-02-06 14:13:57 +01:00

52 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-py38
- tempest-smoke-py3-osprofiler-redis
- tempest-smoke-py3-osprofiler-sqlalchemy
gate:
jobs:
- openstack-tox-functional-py38
- 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