Adds py38 functional tests to gate

Python 3.8 is now our highest level supported python runtime,
but there are no functional tests run in the gate.
This patch adds the tests to the gate.

Change-Id: Ia81b3983ea3636beadf0e58c1b584d607bd567b4
This commit is contained in:
Tetsuro Nakamura 2020-09-11 07:00:25 +00:00
parent fcc5ebc705
commit 8685ca0e2e
2 changed files with 11 additions and 4 deletions

View File

@ -17,8 +17,9 @@
jobs:
- openstack-tox-functional-py36
- openstack-tox-functional-py37
- openstack-tox-functional-py38
- openstack-tox-pep8
- placement-nova-tox-functional-py37
- placement-nova-tox-functional-py38
- placement-nested-perfload:
voting: false
- placement-perfload:
@ -48,8 +49,9 @@
jobs:
- openstack-tox-functional-py36
- openstack-tox-functional-py37
- openstack-tox-functional-py38
- openstack-tox-pep8
- placement-nova-tox-functional-py37
- placement-nova-tox-functional-py38
- tempest-integrated-placement:
irrelevant-files: *gate-irrelevant-files
- grenade:
@ -58,8 +60,8 @@
irrelevant-files: *gate-irrelevant-files
- job:
name: placement-nova-tox-functional-py37
parent: nova-tox-functional-py37
name: placement-nova-tox-functional-py38
parent: nova-tox-functional-py38
description: |
Run the nova functional tests to confirm that we aren't breaking
the PlacementFixture.

View File

@ -49,6 +49,11 @@ envdir = {toxworkdir}/py37
commands =
{[testenv:functional]commands}
[testenv:functional-py38]
envdir = {toxworkdir}/py38
commands =
{[testenv:functional]commands}
[testenv:pep8]
description =
Run style checks.