blob: c939f39950c3335f8f8370783f099725a0894049 [file] [log] [blame]
Jan Hrubane252a732017-01-03 15:03:09 +01001- 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 Keatingd96e5882017-01-19 13:55:50 -080031 status: 'success'
Jan Hrubane252a732017-01-03 15:03:09 +010032 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