4c9259fe22
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. Change-Id: Id4d1fd54f9c6630bb29bb02ba375d27a6e039002
24 lines
563 B
YAML
24 lines
563 B
YAML
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python-jobs
|
|
- openstack-python35-jobs
|
|
- openstack-python36-jobs
|
|
- publish-openstack-docs-pti
|
|
- check-requirements
|
|
check:
|
|
jobs:
|
|
- heat-translator-tox-py27-tp:
|
|
voting: false
|
|
|
|
- job:
|
|
name: heat-translator-tox-py27-tp
|
|
parent: openstack-tox
|
|
description: |
|
|
Run tests for heat-translator project.
|
|
|
|
Uses tox with the ``py27-tp`` environment.
|
|
vars:
|
|
tox_envlist: py27-tp
|