James E. Blair | b09a0c5 | 2017-10-04 07:35:14 -0700 | [diff] [blame^] | 1 | - pipeline: |
2 | name: check | ||||
3 | manager: independent | ||||
4 | trigger: | ||||
5 | gerrit: | ||||
6 | - event: patchset-created | ||||
7 | success: | ||||
8 | gerrit: | ||||
9 | Verified: 1 | ||||
10 | failure: | ||||
11 | gerrit: | ||||
12 | Verified: -1 | ||||
13 | |||||
14 | - job: | ||||
15 | name: base | ||||
16 | parent: null | ||||
17 | pre-run: base-pre | ||||
18 | post-run: base-post | ||||
19 | nodeset: | ||||
20 | nodes: | ||||
21 | - name: controller | ||||
22 | label: base | ||||
23 | |||||
24 | - job: | ||||
25 | name: python27 | ||||
26 | parent: base | ||||
27 | timeout: 40 | ||||
28 | pre-run: py27-pre | ||||
29 | post-run: | ||||
30 | - py27-post-a | ||||
31 | - py27-post-b | ||||
32 | nodeset: | ||||
33 | nodes: | ||||
34 | - name: controller | ||||
35 | label: new | ||||
36 | |||||
37 | - job: | ||||
38 | name: python27 | ||||
39 | timeout: 50 | ||||
40 | branches: | ||||
41 | - stable/diablo | ||||
42 | pre-run: py27-diablo-pre | ||||
43 | run: py27-diablo | ||||
44 | post-run: py27-diablo-post | ||||
45 | nodeset: | ||||
46 | nodes: | ||||
47 | - name: controller | ||||
48 | label: old | ||||
49 | |||||
50 | - job: | ||||
51 | name: python27 | ||||
52 | branches: | ||||
53 | - stable/essex | ||||
54 | pre-run: py27-essex-pre | ||||
55 | post-run: py27-essex-post | ||||
56 | |||||
57 | - project: | ||||
58 | name: org/project | ||||
59 | check: | ||||
60 | jobs: | ||||
61 | - python27 |