osprofiler/.zuul.yaml
Andreas Jaeger 2b4786b5cc Use templates for cover and lower-constraints
Use openstack-tox-cover template, this runs the cover job
in the check queue only.

Use openstack-lower-constraints-jobs template.

Remove jobs that are part of the templates.

Move template list to top of project stanza to follow common practice
and sort list of templates.

Change-Id: Iaa754888d1c6fbe6a563098507c1eb71300ab845
2018-09-07 15:31:22 +02:00

22 lines
575 B
YAML

- 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
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- openstack-tox-functional
- openstack-tox-functional-py35
gate:
jobs:
- openstack-tox-functional
- openstack-tox-functional-py35