summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-03-22 18:01:24 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-03-22 18:34:27 -0400
commit851fc45aaaf26ffeaa6edd63a8531e0b4966d799 (patch)
treed1418d5a0556b52254de984446cd728fd5e4ae12 /.zuul.yaml
parent5385eb2da987acc8add7d4522fdad6fca287d367 (diff)
downloadpython-saharaclient-851fc45aaaf26ffeaa6edd63a8531e0b4966d799.tar.gz
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: I483dbc92a787f4a3b0041bd398691b667dc40f3b Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index bc0c71d..7e020cb 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -3,11 +3,13 @@
jobs:
- python-saharaclient-scenario
- python-saharaclient-tempest
+ - openstack-tox-lower-constraints
gate:
jobs:
- python-saharaclient-scenario
- python-saharaclient-tempest
+ - openstack-tox-lower-constraints
- job:
name: python-saharaclient-scenario
description: |