This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for antelope. Also, updating the template name to generic one. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ib3162c3a25998fb8b41a5d3bf7e4b0bb9e1d0c28
21 lines
464 B
YAML
21 lines
464 B
YAML
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- openstack-python3-jobs
|
|
- publish-openstack-docs-pti
|
|
- check-requirements
|
|
check:
|
|
jobs:
|
|
- heat-translator-tox-py37-tp:
|
|
voting: false
|
|
|
|
- job:
|
|
name: heat-translator-tox-py37-tp
|
|
parent: openstack-tox-py37
|
|
description: |
|
|
Run tests for heat-translator project.
|
|
|
|
Uses tox with the ``py37-tp`` environment.
|
|
vars:
|
|
tox_envlist: py37-tp
|