diff options
author | Doug Hellmann <doug@doughellmann.com> | 2018-03-22 12:40:31 -0400 |
---|---|---|
committer | Doug Hellmann <doug@doughellmann.com> | 2018-03-22 12:40:31 -0400 |
commit | 337d83ccde425b9093c5ec4e0465db3c018be68f (patch) | |
tree | c9d19201e090ae3e96dca2c4577ee8e4e2b42cd8 /.zuul.yaml | |
parent | bf3b68ff64aa0f8912e0f25cbe5396d9e9ce0d05 (diff) | |
download | heat-337d83ccde425b9093c5ec4e0465db3c018be68f.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: I72fd5f8c87133713cd272de210b7e957880f48f9
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to '.zuul.yaml')
-rw-r--r-- | .zuul.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml index e869ef740..6de738c77 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -119,6 +119,7 @@ - heat-functional-convg-mysql-lbaasv2-non-apache - heat-functional-convg-mysql-lbaasv2-py35 - heat-functional-convg-mysql-lbaasv2-identity-v3-only + - openstack-tox-lower-constraints gate: jobs: - grenade-heat @@ -127,6 +128,7 @@ - heat-functional-convg-mysql-lbaasv2 - heat-functional-convg-mysql-lbaasv2-non-apache - heat-functional-convg-mysql-lbaasv2-py35 + - openstack-tox-lower-constraints experimental: jobs: - tripleo-ci-centos-7-scenario002-multinode-oooq |