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