blob: d6dbc34a0c4023b01dbe2b1d4cc33fbc3c080108 [file] [log] [blame]
James E. Blaira2ceb572020-02-27 15:09:34 -08001- job:
2 name: gerrit-base
3 parent: gerrit-setup
4 description: |
5 Base job for all Gerrit-related builds
6
7 This adds required projects needed for all Gerrit-related builds
8 (i.e., builds of Gerrit itself or plugins) on this branch.
9 required-projects:
10 - jgit
11
12- job:
13 name: gerrit-build
14 parent: gerrit-build-base
15 description: |
16 Build Gerrit
17
18 This builds Gerrit with the core plugins.
19 required-projects:
20 # This inherits from gerrit-base, so submodules listed above do
21 # not need to be repeated here.
22 - plugins/codemirror-editor
23 - plugins/commit-message-length-validator
24 - plugins/delete-project
25 - plugins/download-commands
26 - plugins/gitiles
27 - plugins/hooks
28 - plugins/plugin-manager
29 - plugins/replication
30 - plugins/reviewnotes
31 - plugins/singleusergroup
32 - plugins/webhooks
33 - polymer-bridges
34
35- project:
36 check:
37 jobs:
38 - gerrit-build