Add a job for Gerrit javamelody plugin ver 2.9
Refactor the job to build both version 2.8 and 2.9 of the Gerrit javamelody plugin. Depends-on: I0b4a4482f6e558ad8f0a05c4debc8c6aeffbd61c Change-Id: Ia931d053cbf9dbe53c9153f9268c440e2f940544
This commit is contained in:
parent
6996060c22
commit
14e93d0b95
@ -1,6 +1,6 @@
|
||||
|
||||
- job-template:
|
||||
name: 'periodic-gerrit-plugin-{name}'
|
||||
name: 'periodic-gerrit-plugin-{name}-{plugin-branch}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
@ -33,6 +33,6 @@
|
||||
- console-log
|
||||
|
||||
- job-group:
|
||||
name: gerrit-plugin-jobs
|
||||
name: gerrit-plugin-jobs-{plugin-branch}
|
||||
jobs:
|
||||
- 'periodic-gerrit-plugin-{name}'
|
||||
- 'periodic-gerrit-plugin-{name}-{plugin-branch}'
|
@ -2047,14 +2047,20 @@
|
||||
name: javamelody-gerrit-plugin
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
gerrit-project: https://git.openstack.org/openstack-infra/gerrit
|
||||
gerrit-branch: openstack/2.8.4
|
||||
plugin-project: https://gerrit.googlesource.com/plugins/javamelody
|
||||
plugin-name: javamelody
|
||||
plugin-branch: stable-2.8
|
||||
|
||||
jobs:
|
||||
- gerrit-plugin-jobs
|
||||
- 'gerrit-plugin-jobs-{plugin-branch}':
|
||||
gerrit-project: 'https://git.openstack.org/openstack-infra/gerrit'
|
||||
gerrit-branch: 'openstack/2.8.4'
|
||||
plugin-project: 'https://gerrit.googlesource.com/plugins/javamelody'
|
||||
plugin-name: 'javamelody'
|
||||
plugin-branch: 'stable-2.8'
|
||||
- 'gerrit-plugin-jobs-{plugin-branch}':
|
||||
gerrit-project: 'https://git.openstack.org/openstack-infra/gerrit'
|
||||
gerrit-branch: 'openstack/2.9.4'
|
||||
plugin-project: 'https://gerrit.googlesource.com/plugins/javamelody'
|
||||
plugin-name: 'javamelody'
|
||||
plugin-branch: 'stable-2.9'
|
||||
|
||||
- project:
|
||||
name: jeepyb
|
||||
|
@ -3273,7 +3273,8 @@ projects:
|
||||
- gerrit-package
|
||||
- gerrit-package-buck
|
||||
periodic:
|
||||
- periodic-gerrit-plugin-javamelody-gerrit-plugin
|
||||
- periodic-gerrit-plugin-javamelody-gerrit-plugin-stable-2.8
|
||||
- periodic-gerrit-plugin-javamelody-gerrit-plugin-stable-2.9
|
||||
|
||||
- name: openstack-infra/gerritbot
|
||||
template:
|
||||
|
Loading…
Reference in New Issue
Block a user