Jan Hruban | e252a73 | 2017-01-03 15:03:09 +0100 | [diff] [blame] | 1 | - pipeline: |
| 2 | name: check |
| 3 | description: Standard check |
| 4 | manager: independent |
| 5 | trigger: |
| 6 | github: |
| 7 | - event: pull_request |
| 8 | action: opened |
| 9 | start: |
| 10 | github: |
| 11 | status: 'pending' |
| 12 | comment: false |
| 13 | success: |
| 14 | github: |
| 15 | status: 'success' |
| 16 | |
| 17 | - pipeline: |
| 18 | name: reporting |
| 19 | description: Uncommon reporting |
| 20 | manager: independent |
| 21 | trigger: |
| 22 | github: |
| 23 | - event: pull_request |
| 24 | action: comment |
| 25 | comment: 'reporting check' |
| 26 | start: |
| 27 | github: {} |
| 28 | success: |
| 29 | github: |
| 30 | comment: false |
Jesse Keating | d96e588 | 2017-01-19 13:55:50 -0800 | [diff] [blame] | 31 | status: 'success' |
Jamie Lennox | bf997c8 | 2017-05-10 09:58:40 +1000 | [diff] [blame^] | 32 | status-url: http://logs.example.com/{tenant.name}/{pipeline.name}/{change.project}/{change.number}/{change.patchset}/ |
Jan Hruban | e252a73 | 2017-01-03 15:03:09 +0100 | [diff] [blame] | 33 | failure: |
| 34 | github: |
| 35 | comment: false |
| 36 | |
| 37 | - job: |
| 38 | name: project-test1 |
| 39 | |
| 40 | - project: |
| 41 | name: org/project |
| 42 | check: |
| 43 | jobs: |
| 44 | - project-test1 |
| 45 | reporting: |
| 46 | jobs: |
| 47 | - project-test1 |