Merge "Add no-constraints job for py37"

This commit is contained in:
Zuul 2020-01-02 13:28:55 +00:00 committed by Gerrit Code Review
commit 60772592c8
1 changed files with 17 additions and 0 deletions

View File

@ -919,6 +919,23 @@
jobs:
- publish-openstack-python-branch-tarball
- project-template:
name: openstack-python37-jobs-no-constraints
description: |
Runs the OpenStack PTI jobs for python3.7, but uses the versions of them
that do not use constraints.
check:
jobs:
- tox-pep8
- tox-py37
gate:
jobs:
- tox-pep8
- tox-py37
post:
jobs:
- publish-openstack-python-branch-tarball
- project-template:
name: openstack-lower-constraints-jobs
description: |