kayobe/zuul.d/project.yaml
Mark Goddard 048fd82bef Use stestr for running unit tests, add a coverage environment
stestr [1] is a fork of the testrunner python test runner.

Coverage tests can be run using 'tox -e cover'.

Adds a job for checking coverage to Zuul check and gate.

[1] http://stestr.readthedocs.io/en/latest/

Change-Id: I25cd407677a4013d022f87d124c6db43ab6bb2e0
Story: #2001637
Task: #6648
2018-03-08 16:37:08 +00:00

23 lines
521 B
YAML

---
- project:
check:
jobs:
- openstack-tox-pep8
- openstack-tox-py27
- openstack-tox-py35
- openstack-tox-cover
- build-openstack-sphinx-docs
- kayobe-tox-ansible-syntax
- kayobe-tox-ansible
gate:
queue: kayobe
jobs:
- openstack-tox-pep8
- openstack-tox-py27
- openstack-tox-py35
- openstack-tox-cover
- build-openstack-sphinx-docs
- kayobe-tox-ansible-syntax
- kayobe-tox-ansible