From ba2b212c53db3a757f422ab42eba76c2ae6e5ded Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 28 Nov 2017 18:08:31 -0600 Subject: [PATCH] Pass bindep profiles matching tox environments So that people can put things like: pypy [pypy] or python3-dev-all [platform:dpkg py35] into their bindep files, add bindep_profile variables to the tox jobs. Change-Id: I7c22e23b73ddfc18ee28e87d34d1988417b49ccb --- zuul.d/jobs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 98d3e571..14f54ff5 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -240,6 +240,7 @@ - ^releasenotes/.*$ vars: tox_envlist: py27 + bindep_profile: test py27 - job: name: openstack-tox-py35 @@ -255,6 +256,7 @@ - ^deliverables/.*$ vars: tox_envlist: py35 + bindep_profile: test py35 - job: name: openstack-tox-pypy @@ -269,6 +271,7 @@ - ^releasenotes/.*$ vars: tox_envlist: pypy + bindep_profile: test pypy - job: name: openstack-tox-linters @@ -279,6 +282,7 @@ Uses tox with the ``linters`` environment. vars: tox_envlist: linters + bindep_profile: test linters - job: name: openstack-tox-pep8 @@ -289,6 +293,7 @@ Uses tox with the ``pep8`` environment. vars: tox_envlist: pep8 + bindep_profile: test pep8 - job: name: openstack-tox-cover