| - pipeline: |
| name: gate |
| manager: dependent |
| success-message: Build succeeded (gate). |
| failure-message: Build failed. For information on how to proceed, see http://wiki.example.org/Test_Failures |
| footer-message: For CI problems and help debugging, contact ci@example.org |
| trigger: |
| gerrit: |
| - event: comment-added |
| approval: |
| - approved: 1 |
| success: |
| smtp: |
| to: you@example.com |
| gerrit: |
| verified: 2 |
| submit: true |
| failure: |
| gerrit: |
| verified: -2 |
| smtp: |
| to: you@example.com |
| start: |
| gerrit: |
| verified: 0 |
| precedence: high |
| |
| - job: |
| name: project-test1 |
| # success-url: http://logs.exxxample.com/{change.number}/{change.patchset}/{pipeline.name}/{job.name} |
| |
| - project: |
| name: org/project |
| gate: |
| jobs: |
| - project-test1 |