Skip to content

Commit

Permalink
Test running jobs under py36/bionic
Browse files Browse the repository at this point in the history
Change-Id: I2036f9be98f76cba21180d74dbde1050c3359234
  • Loading branch information
stmcginnis committed Apr 26, 2018
1 parent 7c1e989 commit 7745ff3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- ^doc/.*$
- ^releasenotes/.*$
- openstack-tox-lower-constraints
- cinder-tox-functional-py36
- cinder-tox-py36
gate:
jobs:
- cinder-tox-compliance
Expand Down Expand Up @@ -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
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7745ff3

Please sign in to comment.