blob: 0cfb445cd92b26d5f24390a8d76f6db24bb406f7 [file] [log] [blame]
Maru Newby3fe5f852015-01-13 04:22:14 +00001pipelines:
2 - name: check
3 manager: IndependentPipelineManager
4 trigger:
5 gerrit:
6 - event: patchset-created
7 success:
8 gerrit:
9 verified: 1
10 failure:
11 gerrit:
12 verified: -1
13
14
15jobs:
16 # Defining a metajob will validate that the skip-if attribute of the
17 # metajob is correctly copied to the job.
18 - name: ^.*skip-if$
19 skip-if:
20 - project: ^org/project$
21 branch: ^master$
22 all-files-match-any:
23 - ^README$
24 - name: project-test-skip-if
25
26projects:
27 - name: org/project
28 check:
29 - project-test-skip-if