From 8d3ca676cfaf5cd28c8fc15d60d90997b5089b3c Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Fri, 15 Mar 2019 09:07:21 -0500 Subject: [PATCH] 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 --- .zuul.yaml | 2 ++ sysinv/sysinv/sysinv/requirements.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index cd7806f4db..3de2832307 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -53,6 +53,7 @@ parent: tox description: | Run py27 test for sysinv + nodeset: ubuntu-xenial required-projects: - openstack/stx-update - openstack/stx-fault @@ -68,6 +69,7 @@ parent: tox description: | Run py35 test for sysinv + nodeset: ubuntu-xenial required-projects: - openstack/stx-update - openstack/stx-fault diff --git a/sysinv/sysinv/sysinv/requirements.txt b/sysinv/sysinv/sysinv/requirements.txt index b47476813d..dfc99cfbb6 100644 --- a/sysinv/sysinv/sysinv/requirements.txt +++ b/sysinv/sysinv/sysinv/requirements.txt @@ -19,6 +19,7 @@ oslo.db>=4.1.0 # Apache-2.0 oslo.service>=1.10.0 # Apache-2.0 oslo.utils>=3.5.0 # Apache-2.0 oslo.serialization>=1.10.0,!=2.19.1 # Apache-2.0 +pycrypto python-cinderclient>=3.1.0 # Apache-2.0 python-neutronclient>=6.3.0 # Apache-2.0 python-glanceclient>=2.8.0 # Apache-2.0