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

Side by Side Diff: appengine/cmd/milo/swarming/expectations/build-canceled.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": "Failure",
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 cancelled by user"
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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 ] 78 ]
77 } 79 }
78 ], 80 ],
79 "PropertyGroup": [ 81 "PropertyGroup": [
80 { 82 {
81 "GroupName": "Swarming", 83 "GroupName": "Swarming",
82 "Property": [ 84 "Property": [
83 { 85 {
84 "Key": "Cost of job (USD)", 86 "Key": "Cost of job (USD)",
85 "Value": "$0.52" 87 "Value": "$0.52"
86 },
87 {
88 "Key": "Exit Code",
89 "Value": "-15"
90 } 88 }
91 ] 89 ]
92 }, 90 },
93 { 91 {
94 "GroupName": "Swarming Tags", 92 "GroupName": "Swarming Tags",
95 "Property": [ 93 "Property": [
96 { 94 {
97 "Key": "buildbucket_bucket", 95 "Key": "buildbucket_bucket",
98 "Value": "estaab-infra-waterfall-test" 96 "Value": "estaab-infra-waterfall-test"
99 }, 97 },
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "GroupName": "setup_build", 182 "GroupName": "setup_build",
185 "Property": null 183 "Property": null
186 }, 184 },
187 { 185 {
188 "GroupName": "Main", 186 "GroupName": "Main",
189 "Property": null 187 "Property": null
190 } 188 }
191 ], 189 ],
192 "Blame": null 190 "Blame": null
193 } 191 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698