summaryrefslogtreecommitdiff
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 20:04:55 +0000
commit59d82f4330f1531356f25f8ddf84357087172663 (patch)
tree6610e46760a6cb89ae608e31957bd0152ea9ad43
parentfca37ea65b851460cad371d36d3c0d9d6bc3749d (diff)
downloadkeystonemiddleware-59d82f4330f1531356f25f8ddf84357087172663.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 (cherry picked from commit 3ece9273f4a5dec5896382a1f0f46440c9b1298c)
-rw-r--r--.zuul.yaml13
1 files changed, 12 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index cf43eef..198ff90 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-python35-jobs
- openstack-python36-jobs
@@ -11,3 +15,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
+