summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorLance Bragstad <lbragstad@gmail.com>2019-03-25 20:59:04 +0000
committerLance Bragstad <lbragstad@gmail.com>2019-03-26 13:34:58 +0000
commit3ece9273f4a5dec5896382a1f0f46440c9b1298c (patch)
treefd3ad6a6f7de6ef6dc26e505601d937ea4b5c962 /.zuul.yaml
parentb22dd1cd82be60dfed4f57eede4c39fb5b84e0b2 (diff)
downloadkeystonemiddleware-3ece9273f4a5dec5896382a1f0f46440c9b1298c.tar.gz
Run lower-constraints job on Xenial
The openstack-lower-constraints-jobs was updated to run in Ubuntu Bionic, but the underlying version of openssl changed, causing tests in keystonemiddleware to fail with the current version of python-keystoneclient: https://review.openstack.org/#/c/406175/ Instead of bumping the version immediately, we can ensure the lower-constraints job runs on Xenial for the time being, making it so we can backport this fix to stable/stein. A subsequent patch will update the job to use Bionic when we bump the minimum version of python-keystoneclient. Change-Id: I5a5ad8ad86df80755a304f70597578b7dfec2068
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml13
1 files changed, 12 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index e84744c..0ee3520 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,7 +1,11 @@
+- job:
+ name: openstack-tox-lower-constraints-keystone-xenial
+ parent: openstack-tox-lower-constraints
+ nodeset: openstack-single-node-xenial
+
- project:
templates:
- openstack-cover-jobs
- - openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python36-jobs
- openstack-python37-jobs
@@ -10,3 +14,10 @@
- lib-forward-testing
- lib-forward-testing-python3
- release-notes-jobs-python3
+ check:
+ jobs:
+ - openstack-tox-lower-constraints-keystone-xenial
+ gate:
+ jobs:
+ - openstack-tox-lower-constraints-keystone-xenial
+