diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 7c3d7828..3cfe0a0b 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -633,6 +633,26 @@ vars: tox_install_siblings: true +- job: + name: openstack-tox-lower-constraints + parent: openstack-tox + branches: ^(?!driverfixes/).*$ + timeout: 2400 + description: | + Run unit tests using the lower constraints. + + Uses tox with the ``lower-constraints`` environment, + which should be configured to use Python 3 by default + unless the project does not support Python 3. + irrelevant-files: + - ^.*\.rst$ + - ^api-ref/.*$ + - ^doc/.*$ + - ^releasenotes/.*$ + vars: + tox_envlist: lower-constraints + bindep_profile: test py35 + - job: name: build-openstack-puppet-tarball description: |