Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1572)

Side by Side Diff: appengine/cmd/milo/swarming/expectations/build-patch-failure.json

Issue 2191693003: Milo: Add LogDog annotation stream support. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Rebarse Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "Summary": { 2 "Summary": {
3 "ParentLabel": null, 3 "ParentLabel": null,
4 "Label": "", 4 "Label": "",
5 "Status": "Failure", 5 "Status": "Failure",
6 "Banner": null, 6 "Banner": null,
7 "Bot": null, 7 "Bot": null,
8 "Source": { 8 "Source": {
9 "Label": "Task ", 9 "Label": "Task ",
10 "Img": "", 10 "Img": "",
11 "URL": "https://debug/user/task/", 11 "URL": "https://debug/user/task/",
12 "Alt": "" 12 "Alt": ""
13 }, 13 },
14 "MainLink": null, 14 "MainLink": null,
15 "SubLink": null, 15 "SubLink": [
16 {
17 "Label": "stdout",
18 "Img": "",
19 "URL": "foo/stdout",
20 "Alt": ""
21 }
22 ],
16 "Progress": null, 23 "Progress": null,
17 "Started": "0001-01-01T00:00:00Z", 24 "Started": "2016-03-14T10:00:01Z",
18 "Finished": "0001-01-01T00:00:00Z", 25 "Finished": "0001-01-01T00:00:00Z",
19 "Duration": 0, 26 "Duration": 0,
20 "Type": "Recipe", 27 "Type": "Recipe",
21 "LevelsDeep": 0, 28 "LevelsDeep": 0,
22 "Text": [ 29 "Text": [
23 "Failure Patch failure" 30 "Failure Patch failure"
24 ] 31 ]
25 }, 32 },
26 "SourceStamp": null, 33 "SourceStamp": null,
27 "Components": [ 34 "Components": [
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 "Started": "2016-03-14T10:00:10Z", 180 "Started": "2016-03-14T10:00:10Z",
174 "Finished": "2016-03-14T10:00:11Z", 181 "Finished": "2016-03-14T10:00:11Z",
175 "Duration": 1000000000, 182 "Duration": 1000000000,
176 "Type": "Step", 183 "Type": "Step",
177 "LevelsDeep": 0, 184 "LevelsDeep": 0,
178 "Text": null 185 "Text": null
179 } 186 }
180 ], 187 ],
181 "PropertyGroup": [ 188 "PropertyGroup": [
182 { 189 {
183 "GroupName": "Swarming",
184 "Property": [
185 {
186 "Key": "Exit Code",
187 "Value": "0"
188 }
189 ]
190 },
191 {
192 "GroupName": "Swarming Tags",
193 "Property": [
194 {
195 "Key": "allow_milo",
196 "Value": "1"
197 }
198 ]
199 },
200 {
201 "GroupName": "update_scripts", 190 "GroupName": "update_scripts",
202 "Property": [ 191 "Property": [
203 { 192 {
204 "Key": "build_scm", 193 "Key": "build_scm",
205 "Value": "\"git\"" 194 "Value": "\"git\""
206 }, 195 },
207 { 196 {
208 "Key": "build_revision", 197 "Key": "build_revision",
209 "Value": "\"1fb19c56e954ada4c990ed04cf8a004e16def555\"" 198 "Value": "\"1fb19c56e954ada4c990ed04cf8a004e16def555\""
210 } 199 }
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 }, 248 },
260 { 249 {
261 "Key": "patch_project", 250 "Key": "patch_project",
262 "Value": "infra" 251 "Value": "infra"
263 }, 252 },
264 { 253 {
265 "Key": "revision", 254 "Key": "revision",
266 "Value": "HEAD" 255 "Value": "HEAD"
267 } 256 }
268 ] 257 ]
258 },
259 {
260 "GroupName": "Swarming",
261 "Property": [
262 {
263 "Key": "Exit Code",
264 "Value": "0"
265 }
266 ]
267 },
268 {
269 "GroupName": "Swarming Tags",
270 "Property": [
271 {
272 "Key": "allow_milo",
273 "Value": "1"
274 }
275 ]
269 } 276 }
270 ], 277 ],
271 "Blame": null 278 "Blame": null
272 } 279 }
OLDNEW
« no previous file with comments | « appengine/cmd/milo/swarming/expectations/build-hang.json ('k') | appengine/cmd/milo/swarming/expectations/build-running.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698