Make most platform jobs run with python3

python2.7 will be EOL soon, let's test on python3 instead.
Exclude CentOS 7, as there is no python3 easily available.

Change-Id: I24d8812c0c37b6d376fd5ae38067513bb62a2804
This commit is contained in:
Jens Harbott 2019-02-14 12:56:48 +00:00
parent 543aed422f
commit 5fcb4447cf

@ -496,21 +496,21 @@
- job:
name: devstack-platform-opensuse-150
parent: tempest-full
parent: tempest-full-py3
description: openSUSE 15.0 platform test
nodeset: devstack-single-node-opensuse-150
voting: false
- job:
name: devstack-platform-fedora-latest
parent: tempest-full
parent: tempest-full-py3
description: Fedora latest platform test
nodeset: devstack-single-node-fedora-latest
voting: false
- job:
name: devstack-platform-xenial
parent: tempest-full
parent: tempest-full-py3
description: Ubuntu Xenial platform test
nodeset: openstack-single-node-xenial
voting: false