Merge "Add new python-jobs-linters template"

This commit is contained in:
Jenkins 2015-12-23 09:28:44 +00:00 committed by Gerrit Code Review
commit 5d95af83e3
1 changed files with 14 additions and 0 deletions

View File

@ -305,6 +305,20 @@ project-templates:
post:
- '{name}-branch-tarball-constraints'
# This is the same template as python-jobs but uses the new
# linters target instead of pep8.
- name: python-jobs-linters
check:
- 'gate-{name}-docs'
- 'gate-{name}-linters'
- 'gate-{name}-python27'
gate:
- 'gate-{name}-docs'
- 'gate-{name}-linters'
- 'gate-{name}-python27'
post:
- '{name}-branch-tarball'
- name: grenade
check:
- 'gate-grenade-dsvm'