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

Side by Side Diff: appengine/cmd/milo/swarming/expectations/build-exception.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": "2016-03-14T10:00:01.85071Z", 24 "Started": "2016-03-14T10:00:01.85071Z",
18 "Finished": "2016-03-14T11:00:18.48602Z", 25 "Finished": "2016-03-14T11:00:18.48602Z",
19 "Duration": 0, 26 "Duration": 3616635310000,
20 "Type": "Recipe", 27 "Type": "Recipe",
21 "LevelsDeep": 0, 28 "LevelsDeep": 0,
22 "Text": [ 29 "Text": [
23 "InfraFailure bot_update", 30 "InfraFailure bot_update",
24 "InfraFailure Uncaught Exception" 31 "InfraFailure Uncaught Exception"
25 ] 32 ]
26 }, 33 },
27 "SourceStamp": null, 34 "SourceStamp": null,
28 "Components": [ 35 "Components": [
29 { 36 {
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "Started": "2016-03-14T10:00:07Z", 140 "Started": "2016-03-14T10:00:07Z",
134 "Finished": "2016-03-14T10:00:08Z", 141 "Finished": "2016-03-14T10:00:08Z",
135 "Duration": 1000000000, 142 "Duration": 1000000000,
136 "Type": "Step", 143 "Type": "Step",
137 "LevelsDeep": 0, 144 "LevelsDeep": 0,
138 "Text": null 145 "Text": null
139 } 146 }
140 ], 147 ],
141 "PropertyGroup": [ 148 "PropertyGroup": [
142 { 149 {
143 "GroupName": "Swarming",
144 "Property": [
145 {
146 "Key": "Exit Code",
147 "Value": "0"
148 }
149 ]
150 },
151 {
152 "GroupName": "Swarming Tags",
153 "Property": [
154 {
155 "Key": "allow_milo",
156 "Value": "1"
157 }
158 ]
159 },
160 {
161 "GroupName": "recipe bootstrap", 150 "GroupName": "recipe bootstrap",
162 "Property": [ 151 "Property": [
163 { 152 {
164 "Key": "path_config", 153 "Key": "path_config",
165 "Value": "kitchen" 154 "Value": "kitchen"
166 }, 155 },
167 { 156 {
168 "Key": "slavename", 157 "Key": "slavename",
169 "Value": "fakeslave" 158 "Value": "fakeslave"
170 }, 159 },
(...skipping 15 matching lines...) Expand all
186 "GroupName": "bot_update", 175 "GroupName": "bot_update",
187 "Property": null 176 "Property": null
188 }, 177 },
189 { 178 {
190 "GroupName": "Uncaught Exception", 179 "GroupName": "Uncaught Exception",
191 "Property": null 180 "Property": null
192 }, 181 },
193 { 182 {
194 "GroupName": "Main", 183 "GroupName": "Main",
195 "Property": null 184 "Property": null
185 },
186 {
187 "GroupName": "Swarming",
188 "Property": [
189 {
190 "Key": "Exit Code",
191 "Value": "0"
192 }
193 ]
194 },
195 {
196 "GroupName": "Swarming Tags",
197 "Property": [
198 {
199 "Key": "allow_milo",
200 "Value": "1"
201 }
202 ]
196 } 203 }
197 ], 204 ],
198 "Blame": null 205 "Blame": null
199 } 206 }
OLDNEW
« no previous file with comments | « appengine/cmd/milo/swarming/expectations/build-canceled.json ('k') | appengine/cmd/milo/swarming/expectations/build-hang.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698