Add pep8 job to Jenkins for python-ipmi.

* ,,,/jenkins_job_builder/config/projects.yaml: Add python-jobs
job group to the python-ipmi project to create a gate-python-ipmi-pep8
job on the Jenkins server. The zuul layout is already attempting to run
this job.

Change-Id: I49f93cc885d25bbe20dc0d350af897451e31adf5
This commit is contained in:
Clark Boylan 2013-07-23 07:27:03 -07:00
parent 36aa8b22c5
commit da9260b8b2

View File

@ -894,6 +894,15 @@
jobs:
- devstack-node-provider-jobs
- project:
name: python-ipmi
github-org: stackforge
node: precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- project:
name: diskimage-builder
github-org: stackforge