summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-03-22 17:39:25 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-03-24 21:02:56 -0400
commit0292d945cb49d3d9d84029a820530a061a7ce502 (patch)
tree93e528d4e95a00d27b1dfda0e2957dcd0ce56980 /.zuul.yaml
parent7c16543e4fad64123eb0b18a6dc35b6e0eaae164 (diff)
downloadoslo-utils-0292d945cb49d3d9d84029a820530a061a7ce502.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: I6dae26f75d10c070c3d32460fb4cf47bc41a0896 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
new file mode 100644
index 0000000..67a39c4
--- /dev/null
+++ b/.zuul.yaml
@@ -0,0 +1,7 @@
+- project:
+ check:
+ jobs:
+ - openstack-tox-lower-constraints
+ gate:
+ jobs:
+ - openstack-tox-lower-constraints