blob: 8dd35b0223c48e7d22d25d48cf621295c283d144 [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'
K Jonathan Harker0c40cdc2017-06-02 11:31:34 -070032 status-url: http://logs.example.com/{pipeline.name}/{change.project}/{change.number}/{change.patchset}/
Jan Hrubane252a732017-01-03 15:03:09 +010033 failure:
34 github:
35 comment: false
36
37- job:
38 name: project-test1
39
40- project:
41 name: org/project
42 check:
43 jobs:
44 - project-test1
45 reporting:
46 jobs:
47 - project-test1