Adam Gandelman | 82258fd | 2017-02-07 16:51:58 -0800 | [diff] [blame] | 1 | - pipeline: |
| 2 | name: gate |
| 3 | manager: dependent |
| 4 | success-message: Build succeeded (gate). |
Adam Gandelman | 82258fd | 2017-02-07 16:51:58 -0800 | [diff] [blame] | 5 | 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 Henkel | ea98a19 | 2017-05-29 21:15:17 +0200 | [diff] [blame^] | 11 | - Approved: 1 |
Adam Gandelman | 82258fd | 2017-02-07 16:51:58 -0800 | [diff] [blame] | 12 | success: |
| 13 | smtp: |
| 14 | to: you@example.com |
| 15 | gerrit: |
Tobias Henkel | ea98a19 | 2017-05-29 21:15:17 +0200 | [diff] [blame^] | 16 | Verified: 2 |
Adam Gandelman | 82258fd | 2017-02-07 16:51:58 -0800 | [diff] [blame] | 17 | submit: true |
| 18 | failure: |
| 19 | gerrit: |
Tobias Henkel | ea98a19 | 2017-05-29 21:15:17 +0200 | [diff] [blame^] | 20 | Verified: -2 |
Adam Gandelman | 82258fd | 2017-02-07 16:51:58 -0800 | [diff] [blame] | 21 | smtp: |
| 22 | to: you@example.com |
| 23 | start: |
| 24 | gerrit: |
Tobias Henkel | ea98a19 | 2017-05-29 21:15:17 +0200 | [diff] [blame^] | 25 | Verified: 0 |
Adam Gandelman | 82258fd | 2017-02-07 16:51:58 -0800 | [diff] [blame] | 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. Blair | 86073d3 | 2017-04-04 15:39:24 -0700 | [diff] [blame] | 31 | |
Adam Gandelman | 82258fd | 2017-02-07 16:51:58 -0800 | [diff] [blame] | 32 | - project: |
| 33 | name: org/project |
| 34 | gate: |
| 35 | jobs: |
| 36 | - project-test1 |