blob: bcbac1bde94ebf84157db3e4829c3ff4c6ef42c3 [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
31 failure:
32 github:
33 comment: false
34
35- job:
36 name: project-test1
37
38- project:
39 name: org/project
40 check:
41 jobs:
42 - project-test1
43 reporting:
44 jobs:
45 - project-test1