Add non-voting pylint check to cinder project
Change-Id: I5b9c0b86058610ad34a47afb3714f26a87056813 Reviewed-on: https://review.openstack.org/28805 Reviewed-by: John Griffith <john.griffith@solidfire.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
03df77212b
commit
f01788dcd5
@ -121,6 +121,7 @@
|
||||
- python-jobs
|
||||
- python-grizzly-bitrot-jobs
|
||||
- openstack-publish-jobs
|
||||
- gate-{name}-pylint
|
||||
|
||||
|
||||
- project:
|
||||
|
@ -83,6 +83,9 @@ jobs:
|
||||
voting: false
|
||||
- name: gate-nova-pylint
|
||||
voting: false
|
||||
- name: gate-cinder-pylint
|
||||
branch: ^(?!stable/(folsom|grizzly)).*$
|
||||
voting: false
|
||||
- name: gate-nova-python26
|
||||
branch: ^(?!stable/folsom).*$
|
||||
- name: gate-oslo-incubator-pyflakes
|
||||
@ -319,6 +322,7 @@ projects:
|
||||
- gate-cinder-docs
|
||||
- gate-cinder-python26
|
||||
- gate-cinder-python27
|
||||
- gate-cinder-pylint
|
||||
- gate-tempest-devstack-vm-smoke
|
||||
- gate-tempest-devstack-vm-full
|
||||
- gate-tempest-devstack-vm-cinder
|
||||
|
Loading…
x
Reference in New Issue
Block a user