add python 3.6 unit test job

This is a mechanically generated patch to add a unit test job running
under Python 3.6 as part of the python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I6c0e0c3033d4f27a1d8b28845c7b6684943d09ac
Story: #2002586
Task: #24294
This commit is contained in:
Nguyen Hai 2018-08-29 21:27:55 +09:00
parent d34f2f54bf
commit 2927b522cb
1 changed files with 17 additions and 0 deletions

View File

@ -4,6 +4,7 @@
- check-requirements
- publish-openstack-docs-pti
- openstack-python35-jobs-neutron
- openstack-python36-jobs-neutron
check:
jobs:
- dragonflow-tempest:
@ -36,6 +37,14 @@
required-projects:
- openstack/networking-sfc
- openstack/neutron-dynamic-routing
- openstack-tox-py36:
required-projects:
- openstack/networking-sfc
- openstack/neutron-dynamic-routing
- openstack-tox-py36:
required-projects:
- openstack/networking-sfc
- openstack/neutron-dynamic-routing
gate:
jobs:
- dragonflow-dsvm-fullstack-redis
@ -57,6 +66,14 @@
required-projects:
- openstack/networking-sfc
- openstack/neutron-dynamic-routing
- openstack-tox-py36:
required-projects:
- openstack/networking-sfc
- openstack/neutron-dynamic-routing
- openstack-tox-py36:
required-projects:
- openstack/networking-sfc
- openstack/neutron-dynamic-routing
post:
jobs:
- publish-openstack-python-branch-tarball: