Add template for pylint checker in Nova
Change-Id: I90f97a48ddb3fad61f3f6551a7d118e0bb48f178 Reviewed-on: https://review.openstack.org/11498 Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
92ede36c64
commit
ea15c64952
@ -164,6 +164,7 @@
|
|||||||
- python-diablo-bitrot-jobs
|
- python-diablo-bitrot-jobs
|
||||||
- python-essex-bitrot-jobs
|
- python-essex-bitrot-jobs
|
||||||
- openstack-publish-jobs
|
- openstack-publish-jobs
|
||||||
|
- gate-{name}-pylint
|
||||||
|
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
|
@ -56,6 +56,35 @@
|
|||||||
node: '{node}'
|
node: '{node}'
|
||||||
|
|
||||||
|
|
||||||
|
- job-template:
|
||||||
|
name: 'gate-{name}-pylint'
|
||||||
|
concurrent: true
|
||||||
|
|
||||||
|
wrappers:
|
||||||
|
- timeout:
|
||||||
|
timeout: 120
|
||||||
|
fail: true
|
||||||
|
- timestamps
|
||||||
|
|
||||||
|
logrotate:
|
||||||
|
daysToKeep: 28
|
||||||
|
numToKeep: -1
|
||||||
|
artifactDaysToKeep: -1
|
||||||
|
artifactNumToKeep: -1
|
||||||
|
|
||||||
|
triggers:
|
||||||
|
- zuul
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- gerrit-git-prep
|
||||||
|
- pylint
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- pylint
|
||||||
|
|
||||||
|
node: '{node}'
|
||||||
|
|
||||||
|
|
||||||
- job-template:
|
- job-template:
|
||||||
name: 'gate-{name}-python26'
|
name: 'gate-{name}-python26'
|
||||||
concurrent: true
|
concurrent: true
|
||||||
|
Loading…
Reference in New Issue
Block a user