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' |
Jan Hruban | e252a73 | 2017-01-03 15:03:09 +0100 | [diff] [blame] | 32 | failure: |
33 | github: | ||||
34 | comment: false | ||||
35 | |||||
36 | - job: | ||||
37 | name: project-test1 | ||||
38 | |||||
39 | - project: | ||||
40 | name: org/project | ||||
41 | check: | ||||
42 | jobs: | ||||
43 | - project-test1 | ||||
44 | reporting: | ||||
45 | jobs: | ||||
46 | - project-test1 |