82f8b0d9bb
Update Zuul job template to recent python versions [1]. python-novaclient 18.0.0 [2] which is listed on upper-constraints [3] doesn't support python3.6. [1] https://docs.openstack.org/infra/openstack-zuul-jobs/project-templates.html#project_template-openstack-python3-zed-jobs [2] https://pypi.org/project/python-novaclient/ [3] https://releases.openstack.org/constraints/upper/master Change-Id: Ibd4149ce962b6aab084ba3474d22c0bf4e3929cf
22 lines
509 B
YAML
22 lines
509 B
YAML
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python3-zed-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
|