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:
parent
7a41989b71
commit
c1684d07bc
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user