Gregory Haynes | 4fc1254 | 2015-04-22 20:38:06 -0700 | [diff] [blame] | 1 | - pipeline: |
2 | name: check | ||||
3 | manager: independent | ||||
4 | trigger: | ||||
5 | github: | ||||
6 | - event: pull_request | ||||
7 | action: | ||||
8 | - opened | ||||
9 | - changed | ||||
10 | - reopened | ||||
Jan Hruban | d4edee8 | 2015-12-16 12:49:51 +0100 | [diff] [blame] | 11 | branch: '^master$' |
Jan Hruban | c7ab160 | 2015-10-14 15:29:33 +0200 | [diff] [blame] | 12 | - event: pull_request |
13 | action: comment | ||||
14 | comment: 'test me' | ||||
Wayne | 40f4004 | 2015-06-12 16:56:30 -0700 | [diff] [blame] | 15 | success: |
16 | github: {} | ||||
17 | failure: | ||||
18 | github: {} | ||||
Gregory Haynes | 4fc1254 | 2015-04-22 20:38:06 -0700 | [diff] [blame] | 19 | |
20 | - job: | ||||
James E. Blair | 2bab6e7 | 2017-08-07 09:52:45 -0700 | [diff] [blame] | 21 | name: base |
22 | parent: null | ||||
23 | |||||
24 | - job: | ||||
Gregory Haynes | 4fc1254 | 2015-04-22 20:38:06 -0700 | [diff] [blame] | 25 | name: project-test1 |
James E. Blair | 2bab6e7 | 2017-08-07 09:52:45 -0700 | [diff] [blame] | 26 | |
Gregory Haynes | 4fc1254 | 2015-04-22 20:38:06 -0700 | [diff] [blame] | 27 | - job: |
28 | name: project-test2 | ||||
29 | |||||
30 | - project: | ||||
31 | name: org/project | ||||
32 | check: | ||||
33 | jobs: | ||||
34 | - project-test1 | ||||
35 | - project-test2 |