bcca5bd4a8
We facing errors related to the new pip resolver, this topic was discussed on the ML and QA team proposed to to test lower-constraints [1]. I propose to drop this test because the complexity and recurring pain needed to maintain that now exceeds the benefits provided by this mechanismes. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019390.html Change-Id: Idfab7e1fe6223508ba0e49bb93365f7f5fd2ad04
52 lines
1.5 KiB
YAML
52 lines
1.5 KiB
YAML
- project:
|
|
templates:
|
|
- check-requirements
|
|
- lib-forward-testing-python3
|
|
- openstack-cover-jobs
|
|
- openstack-python3-wallaby-jobs
|
|
- periodic-stable-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- openstack-tox-functional-py36
|
|
- tempest-smoke-py3-osprofiler-redis
|
|
- tempest-smoke-py3-osprofiler-sqlalchemy
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-functional-py36
|
|
|
|
- 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
|