blob: 126190225c4aba23abdc6169cbcf449ed8bc445b [file] [log] [blame]
Adam Gandelman82258fd2017-02-07 16:51:58 -08001- pipeline:
2 name: gate
3 manager: dependent
4 success-message: Build succeeded (gate).
Adam Gandelman82258fd2017-02-07 16:51:58 -08005 failure-message: Build failed. For information on how to proceed, see http://wiki.example.org/Test_Failures
6 footer-message: For CI problems and help debugging, contact ci@example.org
7 trigger:
8 gerrit:
9 - event: comment-added
10 approval:
11 - approved: 1
12 success:
13 smtp:
14 to: you@example.com
15 gerrit:
16 verified: 2
17 submit: true
18 failure:
19 gerrit:
20 verified: -2
21 smtp:
22 to: you@example.com
23 start:
24 gerrit:
25 verified: 0
26 precedence: high
27
28- job:
29 name: project-test1
30# success-url: http://logs.exxxample.com/{change.number}/{change.patchset}/{pipeline.name}/{job.name}
James E. Blair86073d32017-04-04 15:39:24 -070031
Adam Gandelman82258fd2017-02-07 16:51:58 -080032- project:
33 name: org/project
34 gate:
35 jobs:
36 - project-test1