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

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

Issue 2117613002: Milo: Add step text for swarming task exceptions (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Tests Created 4 years, 5 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 "Label": "", 3 "Label": "",
4 "Status": "InfraFailure", 4 "Status": "InfraFailure",
5 "Bot": { 5 "Bot": {
6 "Label": "swarm3-c4", 6 "Label": "swarm3-c4",
7 "Img": "", 7 "Img": "",
8 "URL": "https://debug/restricted/bot/swarm3-c4", 8 "URL": "https://debug/restricted/bot/swarm3-c4",
9 "Alt": "" 9 "Alt": ""
10 }, 10 },
11 "Source": { 11 "Source": {
12 "Label": "Task 2d8d62f6be545b10", 12 "Label": "Task 2d8d62f6be545b10",
13 "Img": "", 13 "Img": "",
14 "URL": "https://debug/user/task/2d8d62f6be545b10", 14 "URL": "https://debug/user/task/2d8d62f6be545b10",
15 "Alt": "" 15 "Alt": ""
16 }, 16 },
17 "MainLink": null, 17 "MainLink": null,
18 "SubLink": null, 18 "SubLink": null,
19 "Progress": null, 19 "Progress": null,
20 "Started": "2016-03-14T10:00:01.85071Z", 20 "Started": "2016-03-14T10:00:01.85071Z",
21 "Finished": "2016-03-14T10:00:01.85071Z", 21 "Finished": "2016-03-14T10:00:01.85071Z",
22 "Duration": 3615243180990, 22 "Duration": 3615243180990,
23 "Type": "Recipe", 23 "Type": "Recipe",
24 "LevelsDeep": 0, 24 "LevelsDeep": 0,
25 "Text": null 25 "Text": [
26 "Task timed out"
27 ]
26 }, 28 },
27 "SourceStamp": null, 29 "SourceStamp": null,
28 "Components": [ 30 "Components": [
29 { 31 {
30 "Label": "recipe bootstrap", 32 "Label": "recipe bootstrap",
31 "Status": "Success", 33 "Status": "Success",
32 "Bot": null, 34 "Bot": null,
33 "Source": null, 35 "Source": null,
34 "MainLink": { 36 "MainLink": {
35 "Label": "stdout", 37 "Label": "stdout",
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "GroupName": "setup_build", 186 "GroupName": "setup_build",
185 "Property": null 187 "Property": null
186 }, 188 },
187 { 189 {
188 "GroupName": "Main", 190 "GroupName": "Main",
189 "Property": null 191 "Property": null
190 } 192 }
191 ], 193 ],
192 "Blame": null 194 "Blame": null
193 } 195 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698