Merge "Add project templates for openstack-tox-cover"

This commit is contained in:
Zuul 2018-09-05 04:42:42 +00:00 committed by Gerrit Code Review
commit 5c26a419b0
1 changed files with 32 additions and 0 deletions

View File

@ -468,6 +468,38 @@
required-projects:
- openstack/neutron
- project-template:
name: openstack-cover-jobs
description: |
Runs openstack-tox-cover in only the check pipeline.
check:
jobs:
- openstack-tox-cover
- project-template:
name: openstack-cover-jobs-horizon
description: |
The standard openstack-cover-jobs but with horizon added as a
required-projects. This checks out the project code and allows
tox_install_siblings to use it when building the venv.
check:
jobs:
- openstack-tox-cover:
required-projects:
- openstack/horizon
- project-template:
name: openstack-cover-jobs-neutron
description: |
The standard openstack-cover-jobs but with neutron added as a
required-projects. This checks out the project code and allows
tox_install_siblings to use it when building the venv.
check:
jobs:
- openstack-tox-cover:
required-projects:
- openstack/neutron
- project-template:
name: openstack-python35-jobs
description: |