Merge "Add python35 charm jobs template for new python3-only charms"

This commit is contained in:
Zuul 2017-11-29 03:54:34 +00:00 committed by Gerrit Code Review
commit 7332267dea
1 changed files with 16 additions and 0 deletions

View File

@ -663,6 +663,22 @@
- openstack-tox-pep8
- openstack-tox-build
- project-template:
name: python35-charm-jobs
description: |
Run tox-pep8 and tox-py35 check and gate jobs, plus publish.
check:
jobs:
- openstack-tox-pep8
- openstack-tox-py35
gate:
jobs:
- openstack-tox-pep8
- openstack-tox-py35
post:
jobs:
- publish-openstack-python-branch-tarball
- project-template:
name: nodejs4-jobs
description: |