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: |
James E. Blair | 2bab6e7 | 2017-08-07 09:52:45 -0700 | [diff] [blame] | 29 | name: base |
| 30 | parent: null |
| 31 | |
| 32 | - job: |
Adam Gandelman | 82258fd | 2017-02-07 16:51:58 -0800 | [diff] [blame] | 33 | name: project-test1 |
| 34 | # 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] | 35 | |
Adam Gandelman | 82258fd | 2017-02-07 16:51:58 -0800 | [diff] [blame] | 36 | - project: |
| 37 | name: org/project |
| 38 | gate: |
| 39 | jobs: |
| 40 | - project-test1 |