From d4b31172954f0f8d5048c3cc831e50b4bf041c8a Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 22 Mar 2018 12:38:16 -0400 Subject: add lower-constraints job Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Change-Id: Iaf938db5d3d45a7187f2c2c619d0f86e90128fb2 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann --- .zuul.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.zuul.yaml') diff --git a/.zuul.yaml b/.zuul.yaml index ac267c8..0d7246a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -50,3 +50,9 @@ jobs: - glance_store-dsvm-functional-filesystem - glance_store-dsvm-functional-swift + check: + jobs: + - openstack-tox-lower-constraints + gate: + jobs: + - openstack-tox-lower-constraints -- cgit v1.2.1