Merge "Add openstack-tox-functional-py36 job"

This commit is contained in:
Zuul 2018-09-05 17:00:06 +00:00 committed by Gerrit Code Review
commit faacbd4847
1 changed files with 17 additions and 0 deletions

View File

@ -481,6 +481,23 @@
vars:
tox_envlist: functional-py35
- job:
name: openstack-tox-functional-py36
parent: openstack-tox
nodeset: ubuntu-bionic
description: |
Run tox-based functional tests for an OpenStack Python project
under cPython version 3.6.
Uses tox with the ``functional-py36`` environment.
irrelevant-files:
- ^.*\.rst$
- ^api-ref/.*$
- ^doc/.*$
- ^releasenotes/.*$
vars:
tox_envlist: functional-py36
- job:
name: openstack-tox-validate
parent: openstack-tox