summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-03-22 17:32:55 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-03-24 21:02:16 -0400
commite55a18c5e0392c568ce7b5073bbcdd0786a1f315 (patch)
treec756e2c23e6822efb0a42d6a22ebf1407083fbe9 /.zuul.yaml
parenta02c71d37cbbf1770b09b45a9c6f1fc7983ca5b7 (diff)
downloadoslo-concurrency-e55a18c5e0392c568ce7b5073bbcdd0786a1f315.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: I6183925f1acc8bb020caa099c60b6baee61e579a 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