blob: 4e12cd6497a4bff1b00392101b0ce395103221df [file] [log] [blame]
Timo Tijhof51516cd2013-04-09 01:32:29 +02001{
2 "message": "Example error message",
3 "pipelines": [
4 {
5 "name": "test",
6 "description": "Lint and unit tests",
7 "change_queues": [
8 {
9 "name": "some-jobs@worker301.ci-example.org",
10 "heads": [
11 [
12 {
13 "id": "10101,1",
14 "url": "#!/review.example.org/r/10101",
15 "project": "openstack/infra/zuul",
16 "jobs": [
17 {
18 "name": "zuul-merge",
19 "url": "#!/jenkins.example.org/job/zuul-merge/201",
20 "result": "SUCCESS",
21 "voting": true
22 },
23 {
24 "name": "zuul-lint",
25 "url": "#!/jenkins.example.org/job/zuul-lint/201",
26 "result": "SUCCESS",
27 "voting": true
28 },
29 {
30 "name": "zuul-test",
31 "url": "#!/jenkins.example.org/job/zuul-test/201",
32 "result": "SUCCESS",
33 "voting": true
34 }
35 ]
36 }
37 ],
38 [
39 {
40 "id": "10103,1",
41 "url": "#!/review.example.org/r/10103",
42 "project": "google/gerrit",
43 "jobs": [
44 {
45 "name": "gerrit-merge",
46 "url": "#!/jenkins.example.org/job/gerrit-merge/203",
47 "result": "SUCCESS",
48 "voting": false
49 }
50 ]
51 }
52 ]
53 ]
54 },
55 {
56 "name": "other-jobs@worker301.ci-example.org",
57 "heads": [
58 [
59 {
60 "id": "10102,1",
61 "url": "#!/review.example.org/r/10102",
62 "project": "google/gerrit",
63 "jobs": [
64 {
65 "name": "gerrit-merge",
66 "url": "#!/jenkins.example.org/job/gerrit-merge/202",
67 "result": "UNSTABLE",
68 "voting": false
69 }
70 ]
71 }
72 ],
73 [
74 {
75 "id": "10104,1",
76 "url": "#!/review.example.org/r/10104",
77 "project": "openstack/infra/zuul",
78 "jobs": [
79 {
80 "name": "zuul-merge",
81 "url": "#!/jenkins.example.org/job/zuul-merge/204",
82 "result": "SUCCESS",
83 "voting": true
84 },
85 {
86 "name": "zuul-lint",
87 "url": "#!/jenkins.example.org/job/zuul-lint/204",
88 "result": "FAILURE",
89 "voting": true
90 },
91 {
92 "name": "zuul-test",
93 "url": "#!/jenkins.example.org/job/zuul-test/204",
94 "result": null,
95 "voting": true
96 }
97 ]
98 }
99 ]
100 ]
101 }
102 ]
103 },
104 {
105 "name": "gate-and-submit",
106 "change_queues": []
107 },
108 {
109 "name": "postmerge",
110 "change_queues": [
111 {
112 "name": "some-jobs@worker301.ci-example.org",
113 "heads": [
114 [
115 {
116 "id": "7f1d65cb0f663c907698f915da01c008c7ef4748",
117 "url": "#!/review.example.org/r/10100",
118 "project": "openstack/infra/zuul",
119 "jobs": [
120 {
121 "name": "zuul-lint",
122 "url": "#!/jenkins.example.org/job/zuul-lint/200",
123 "result": "SUCCESS",
124 "voting": true
125 },
126 {
127 "name": "zuul-test",
128 "url": "#!/jenkins.example.org/job/zuul-test/200",
129 "result": "FAILURE",
130 "voting": true
131 },
132 {
133 "name": "zuul-regression-python2",
134 "url": "#!/jenkins.example.org/job/zuul-regression-python2/200",
135 "result": "SUCCESS",
136 "voting": true
137 },
138 {
139 "name": "zuul-regression-python3",
140 "url": "#!/jenkins.example.org/job/zuul-regression-python3/200",
141 "result": "FAILURE",
142 "voting": true
143 },
144 {
145 "name": "zuul-performance-python2",
146 "url": null,
147 "result": null,
148 "voting": true
149 },
150 {
151 "name": "zuul-performance-python3",
152 "url": null,
153 "result": null,
154 "voting": true
155 },
156 {
157 "name": "zuul-docs-publish",
158 "url": null,
159 "result": null,
160 "voting": true
161 }
162 ]
163 }
164 ]
165 ]
166 }
167 ]
168 }
169 ],
170 "trigger_event_queue": {
171 "length": 0
172 },
173 "result_event_queue": {
174 "length": 0
175 }
176}