Put py27 and py35 jobs back on Xenial

The upstream OpenStack default node type changed recently
from Ubuntu Xenial to Bionic. THere is additional work to
cleanly run these test on Bionic (including bumping to py36
or py37) so just go back to Xenial for now.

Added pycrypto to trigger the jobs to run since we'll need it
for the bionic bits anyway.

FWIW https://review.openstack.org/#/c/643466/ is the attempt at
switching to py37 on bionic.

Change-Id: Ib09a07fa01388b5ff984720b6290d47a01a3e6fb
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
Dean Troyer 2019-03-15 09:07:21 -05:00
parent 0922358eca
commit 8d3ca676cf
2 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,7 @@
parent: tox parent: tox
description: | description: |
Run py27 test for sysinv Run py27 test for sysinv
nodeset: ubuntu-xenial
required-projects: required-projects:
- openstack/stx-update - openstack/stx-update
- openstack/stx-fault - openstack/stx-fault
@ -68,6 +69,7 @@
parent: tox parent: tox
description: | description: |
Run py35 test for sysinv Run py35 test for sysinv
nodeset: ubuntu-xenial
required-projects: required-projects:
- openstack/stx-update - openstack/stx-update
- openstack/stx-fault - openstack/stx-fault

View File

@ -19,6 +19,7 @@ oslo.db>=4.1.0 # Apache-2.0
oslo.service>=1.10.0 # Apache-2.0 oslo.service>=1.10.0 # Apache-2.0
oslo.utils>=3.5.0 # Apache-2.0 oslo.utils>=3.5.0 # Apache-2.0
oslo.serialization>=1.10.0,!=2.19.1 # Apache-2.0 oslo.serialization>=1.10.0,!=2.19.1 # Apache-2.0
pycrypto
python-cinderclient>=3.1.0 # Apache-2.0 python-cinderclient>=3.1.0 # Apache-2.0
python-neutronclient>=6.3.0 # Apache-2.0 python-neutronclient>=6.3.0 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0 python-glanceclient>=2.8.0 # Apache-2.0