Jesse Keating | d96e588 | 2017-01-19 13:55:50 -0800 | [diff] [blame] | 1 | - pipeline: |
| 2 | name: pipeline |
| 3 | manager: independent |
| 4 | require: |
| 5 | github: |
| 6 | status: "zuul:check:success" |
| 7 | trigger: |
| 8 | github: |
| 9 | - event: pull_request |
| 10 | action: comment |
| 11 | comment: 'test me' |
| 12 | success: |
| 13 | github: |
| 14 | comment: true |
| 15 | |
Adam Gandelman | 8c6eeb5 | 2017-01-23 16:31:06 -0800 | [diff] [blame^] | 16 | - pipeline: |
| 17 | name: trigger |
| 18 | manager: independent |
| 19 | trigger: |
| 20 | github: |
| 21 | - event: pull_request |
| 22 | action: status |
| 23 | status: 'zuul:check:success' |
| 24 | success: |
| 25 | github: |
| 26 | status: 'success' |
| 27 | failure: |
| 28 | github: |
| 29 | status: 'failure' |
| 30 | |
Jesse Keating | d96e588 | 2017-01-19 13:55:50 -0800 | [diff] [blame] | 31 | - job: |
| 32 | name: project1-pipeline |
Adam Gandelman | 8c6eeb5 | 2017-01-23 16:31:06 -0800 | [diff] [blame^] | 33 | - job: |
| 34 | name: project2-trigger |
Jesse Keating | d96e588 | 2017-01-19 13:55:50 -0800 | [diff] [blame] | 35 | |
| 36 | - project: |
| 37 | name: org/project1 |
| 38 | pipeline: |
| 39 | jobs: |
| 40 | - project1-pipeline |
Adam Gandelman | 8c6eeb5 | 2017-01-23 16:31:06 -0800 | [diff] [blame^] | 41 | |
| 42 | - project: |
| 43 | name: org/project2 |
| 44 | trigger: |
| 45 | jobs: |
| 46 | - project2-trigger |