summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorLance Bragstad <lbragstad@gmail.com>2019-03-26 13:24:18 +0000
committerLance Bragstad <lbragstad@gmail.com>2019-03-26 13:37:57 +0000
commite19296317026a42a96f4341b778d21a38a033af4 (patch)
treed797edc7fb043341930f3f5d58104db9bb485191 /.zuul.yaml
parent3ece9273f4a5dec5896382a1f0f46440c9b1298c (diff)
downloadkeystonemiddleware-e19296317026a42a96f4341b778d21a38a033af4.tar.gz
Run lower-constraints on Bionic and update python-keystoneclient
This commit updates the version of python-keystoneclient to 3.10.0, which has fixes to handle different openssl versions: https://review.openstack.org/#/c/406175/2 Since we're bumping the minimum version of python-keystoneclient to include that fix, we can safely run lower-constraints on Bionic instead of Xenial. Change-Id: I52fa44fe76590aced193618406ad30eb70d04f9d
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml13
1 files changed, 1 insertions, 12 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 0ee3520..e84744c 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,11 +1,7 @@
-- 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
@@ -14,10 +10,3 @@
- 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
-