placement/.zuul.yaml
Chris Dent 81d40b37b3 Add a zuul check job for coverage
This will add coverage results to the check results. We don't
necessarily need to care about this, but it is a useful thing
to have and because the tests don't take much time, it's not
very costly.

Change-Id: I1de581dd6921b722d012adfac6181fd7c3f06666
2018-09-14 13:30:14 -06:00

23 lines
648 B
YAML

# Initial set of jobs that will be extended over time as
# we get things working.
- project:
templates:
- build-openstack-docs-pti
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
check:
jobs:
- build-openstack-api-ref
- openstack-tox-functional
- openstack-tox-functional-py35
- openstack-tox-functional-py36
gate:
jobs:
- build-openstack-api-ref
- openstack-tox-functional
- openstack-tox-functional-py35
- openstack-tox-functional-py36