Test running jobs under py36/bionic

Change-Id: I2036f9be98f76cba21180d74dbde1050c3359234
This commit is contained in:
Sean McGinnis 2018-04-26 08:54:32 -05:00
parent 7c1e989912
commit 7745ff3944
2 changed files with 21 additions and 0 deletions

View File

@ -18,6 +18,8 @@
- ^doc/.*$
- ^releasenotes/.*$
- openstack-tox-lower-constraints
- cinder-tox-functional-py36
- cinder-tox-py36
gate:
jobs:
- cinder-tox-compliance
@ -97,3 +99,17 @@
- ^releasenotes/.*$
- ^setup.cfg$
- ^tools/.*$
- job:
# Testing running on bionic
name: cinder-tox-functional-py36
parent: openstack-tox
nodeset: ubuntu-bionic
vars:
tox_envlist: functional-py36
- job:
# Testing running on bionic
name: cinder-tox-py36
parent: openstack-tox
nodeset: ubuntu-bionic
vars:
tox_envlist: py36

View File

@ -55,6 +55,11 @@ basepython=
setenv =
{[testenv:functional]setenv}
[testenv:functional-py36]
basepython = python3
setenv =
{[testenv:functional]setenv}
[testenv:compliance]
setenv =
OS_TEST_PATH = ./cinder/tests/compliance