Add pyflakes checks to oslo-incubator.

Change-Id: Ibbfbb3aaf36d50d5c63449b96460dd008fc8dc7b
Reviewed-on: https://review.openstack.org/16674
Reviewed-by: Mark McLoughlin <markmc@redhat.com>
Reviewed-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Monty Taylor 2012-11-21 11:08:55 -08:00 committed by Jenkins
parent 6b3832decc
commit e449f7d323
2 changed files with 3 additions and 0 deletions

View File

@ -323,6 +323,7 @@
jobs: jobs:
- python-jobs - python-jobs
- openstack-publish-jobs - openstack-publish-jobs
- gate-{name}-pyflakes
- project: - project:

View File

@ -348,11 +348,13 @@ projects:
check: check:
- gate-oslo-incubator-merge: - gate-oslo-incubator-merge:
- gate-oslo-incubator-pep8 - gate-oslo-incubator-pep8
- gate-oslo-incubator-pyflakes
- gate-oslo-incubator-python26 - gate-oslo-incubator-python26
- gate-oslo-incubator-python27 - gate-oslo-incubator-python27
gate: gate:
- gate-oslo-incubator-merge: - gate-oslo-incubator-merge:
- gate-oslo-incubator-pep8 - gate-oslo-incubator-pep8
- gate-oslo-incubator-pyflakes
- gate-oslo-incubator-python26 - gate-oslo-incubator-python26
- gate-oslo-incubator-python27 - gate-oslo-incubator-python27