Run tox functional tests under python3
This requires the centos-7 functional jobs to be non-voting as a precursor to replacing them with integrated repo tests. These are centos-7 jobs are removed entirely from the gate template. Change-Id: I0cd779bb6debaf7b77788b671b2d77869ec89667
This commit is contained in:
parent
3ac664979f
commit
c45e630762
1
tox.ini
1
tox.ini
@ -84,6 +84,7 @@ commands =
|
||||
bash -c "{toxinidir}/tests/common/test-ansible-lint.sh"
|
||||
|
||||
[testenv:functional]
|
||||
basepython = python3
|
||||
commands =
|
||||
bash -c "{toxinidir}/tests/common/test-ansible-functional.sh"
|
||||
|
||||
|
@ -173,6 +173,7 @@
|
||||
name: openstack-ansible-functional-centos-7
|
||||
parent: openstack-ansible-functional
|
||||
nodeset: centos-7
|
||||
voting: false
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-upgrade-centos-7
|
||||
|
@ -20,7 +20,6 @@
|
||||
jobs:
|
||||
- openstack-ansible-linters
|
||||
- openstack-ansible-functional-debian-stable
|
||||
- openstack-ansible-functional-centos-7
|
||||
- openstack-ansible-functional-ubuntu-bionic
|
||||
experimental:
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user