Merge "Use templates for cover and lower-constraints"

This commit is contained in:
Zuul 2018-10-12 11:02:06 +00:00 committed by Gerrit Code Review
commit e74e074c5a
2 changed files with 6 additions and 13 deletions

View File

@ -1,18 +1,11 @@
- project:
templates:
- check-requirements
- lib-forward-testing
- lib-forward-testing-python3
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- publish-openstack-docs-pti
- check-requirements
- lib-forward-testing
- lib-forward-testing-python3
check:
jobs:
- openstack-tox-lower-constraints
gate:
jobs:
- openstack-tox-lower-constraints
post:
jobs:
- openstack-tox-cover

View File

@ -21,7 +21,7 @@ commands = python setup.py build_sphinx
[testenv:cover]
basepython = python3
setenv =
PYTHON=coverage run --source $project --parallel-mode
PYTHON=coverage run --source pycadf --parallel-mode
commands =
stestr run {posargs}
coverage combine