summaryrefslogtreecommitdiffstats
path: root/.zuul.yaml
blob: d6dbc34a0c4023b01dbe2b1d4cc33fbc3c080108 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
- job:
    name: gerrit-base
    parent: gerrit-setup
    description: |
      Base job for all Gerrit-related builds

      This adds required projects needed for all Gerrit-related builds
      (i.e., builds of Gerrit itself or plugins) on this branch.
    required-projects:
      - jgit

- job:
    name: gerrit-build
    parent: gerrit-build-base
    description: |
      Build Gerrit

      This builds Gerrit with the core plugins.
    required-projects:
      # This inherits from gerrit-base, so submodules listed above do
      # not need to be repeated here.
      - plugins/codemirror-editor
      - plugins/commit-message-length-validator
      - plugins/delete-project
      - plugins/download-commands
      - plugins/gitiles
      - plugins/hooks
      - plugins/plugin-manager
      - plugins/replication
      - plugins/reviewnotes
      - plugins/singleusergroup
      - plugins/webhooks
      - polymer-bridges

- project:
    check:
      jobs:
        - gerrit-build