blob: e5003716f0979ab5710ecebb646f0584455d4d92 [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:
Tobias Henkelea98a192017-05-29 21:15:17 +020011 - Approved: 1
Adam Gandelman82258fd2017-02-07 16:51:58 -080012 success:
13 smtp:
14 to: you@example.com
15 gerrit:
Tobias Henkelea98a192017-05-29 21:15:17 +020016 Verified: 2
Adam Gandelman82258fd2017-02-07 16:51:58 -080017 submit: true
18 failure:
19 gerrit:
Tobias Henkelea98a192017-05-29 21:15:17 +020020 Verified: -2
Adam Gandelman82258fd2017-02-07 16:51:58 -080021 smtp:
22 to: you@example.com
23 start:
24 gerrit:
Tobias Henkelea98a192017-05-29 21:15:17 +020025 Verified: 0
Adam Gandelman82258fd2017-02-07 16:51:58 -080026 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