Resolve job failures
* Pin versions of dependencies for py<3.6 * Use Ubuntu Bionic for intergration jobs Change-Id: Idb5095e93df9e8261b670d1cc639b2bab4939980
This commit is contained in:
parent
68266af6c7
commit
d259b94322
@ -24,6 +24,7 @@
|
||||
- job:
|
||||
name: shaker-integration-py27
|
||||
parent: openstack-tox
|
||||
nodeset: ubuntu-bionic
|
||||
description: |
|
||||
Run integration tests under Python 2.7
|
||||
|
||||
@ -34,6 +35,7 @@
|
||||
- job:
|
||||
name: shaker-integration-py36
|
||||
parent: openstack-tox
|
||||
nodeset: ubuntu-bionic
|
||||
description: |
|
||||
Run integration tests under Python 3.6
|
||||
|
||||
|
@ -21,7 +21,8 @@ oslo.serialization>=1.10.0;python_version>='3.6' # Apache-2.0
|
||||
oslo.utils>=3.18.0,<4.0.0;python_version<'3.6' # Apache-2.0
|
||||
oslo.utils>=3.18.0;python_version>='3.6' # Apache-2.0
|
||||
pygal
|
||||
pykwalify
|
||||
pykwalify<1.8.0;python_version<'3.6'
|
||||
pykwalify;python_version>='3.6'
|
||||
python-glanceclient>=2.5.0,<=3.0.0;python_version<'3.6' # Apache-2.0
|
||||
python-glanceclient>=2.5.0;python_version>='3.6' # Apache-2.0
|
||||
python-neutronclient>=5.1.0,<8.0.0;python_version<'3.6' # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user