Jenkins jobify the git-review jenkins jobs.

Add git-review jenkins jobs to the jenkins job builder specification.
Two jobs are added, gate-git-review-merge and gate-git-review-pep8. The
pep8 job needs Gerrit change I4d655a6fc86bbbf6b594b7b35570e75951aef7ab
to be merged before it will work properly.

Change-Id: I3d20d92ea7edc790806964e1bc23a1a2bbf31d6c
Reviewed-on: https://review.openstack.org/13794
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Clark Boylan 2012-09-27 14:34:12 -07:00 committed by Jenkins
parent 7a41989b71
commit c1684d07bc
2 changed files with 25 additions and 0 deletions

View File

@ -84,6 +84,15 @@
- '{name}-pypi'
- project:
name: git-review
github-org: openstack-ci
node: precise
jobs:
- gate-{name}-merge
- gate-{name}-pep8
- project:
name: glance
github-org: openstack
@ -223,6 +232,14 @@
- openstack-publish-jobs
- project:
name: openstack-qa
github-org: openstack-dev
node: precise
jobs:
- gate-{name}-merge
- project:
name: pbr
github-org: openstack-dev

View File

@ -679,3 +679,11 @@ projects:
- openstack-qa-docs
publish:
- openstack-qa-docs
- name: openstack-ci/git-review
check:
- gate-git-review-merge:
- gate-git-review-pep8
gate:
- gate-git-review-merge:
- gate-git-review-pep8