diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 03e60a88..9cafd35a 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -405,6 +405,26 @@ tox_envlist: py36 bindep_profile: test py36 +- job: + name: openstack-tox-py37 + parent: openstack-tox + nodeset: ubuntu-bionic + timeout: 2400 + description: | + + Run unit tests for an OpenStack Python project under cPython + version 3.7. + + Uses tox with the ``py37`` environment. + irrelevant-files: + - ^.*\.rst$ + - ^api-ref/.*$ + - ^doc/.*$ + - ^releasenotes/.*$ + vars: + tox_envlist: py37 + bindep_profile: test py37 + - job: name: openstack-tox-pypy parent: openstack-tox