diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 1ea5f5079b..8a3026531f 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -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'