summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-03-22 14:20:09 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-04-09 10:18:34 -0400
commitcc9a7e27d127df1365ed6970fb2859d4961b5733 (patch)
tree36703ddb02122617c19b8cc25a20e3537b9a1478 /.zuul.yaml
parentf71642b1f0c432cb575912bed8e43013ce616ad9 (diff)
downloadkeystonemiddleware-cc9a7e27d127df1365ed6970fb2859d4961b5733.tar.gz
add lower-constraints job5.0.0
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: Ief8bbf14effa1266c62c4600f889a18f1fdbde32 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