blob: da200b8bd5a83bd575887c7321fbee1bec0badbf [file] [log] [blame]
- 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
# Remove java_version variable when merging up to master
vars:
java_version: 8
- 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