blob: 7977c19bc8df123149a4c23d801c7848506000d9 [file] [log] [blame]
Joshua Hesketh3979e3e2014-03-04 11:21:10 +11001includes:
2 - python-file: custom_functions.py
3
4pipelines:
5 - name: gate
6 manager: DependentPipelineManager
7 failure-message: Build failed. For information on how to proceed, see http://wiki.example.org/Test_Failures
8 footer-message: For CI problems and help debugging, contact ci@example.org
9 trigger:
10 gerrit:
11 - event: comment-added
12 approval:
13 - approved: 1
14 success:
15 gerrit:
16 verified: 2
17 submit: true
18 smtp:
19 to: success@example.org
20 failure:
21 gerrit:
22 verified: -2
23 smtp:
24 to: failure@example.org
25 start:
26 gerrit:
27 verified: 0
28 precedence: high
29
30projects:
31 - name: org/project
32 gate:
33 - test1
34 - test2