summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-03-22 17:38:11 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-03-24 21:02:51 -0400
commitfbc837e75a6cbc58176b2908699d278d201b1bec (patch)
tree0359d7ce5b6dd3b079918d0a76aff7ae2ceef671 /.zuul.yaml
parentabc448e44d34e8c8ed97fb7b8f4f22fea19601ff (diff)
downloadoslo-rootwrap-fbc837e75a6cbc58176b2908699d278d201b1bec.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: I4bf5b081d630414cdd8beb7fd322aeb6fd90d7d7 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