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

Side by Side Diff: appengine/cmd/milo/swarming/expectations/build-canceled.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": { 3 "ParentLabel": {
4 "Label": "infra-continuous-precise-32", 4 "Label": "infra-continuous-precise-32",
5 "Img": "", 5 "Img": "",
6 "URL": "/buildbucket/estaab-infra-waterfall-test/infra-continuous-precise- 32?server=cr-buildbucket-dev.appspot.com", 6 "URL": "/buildbucket/estaab-infra-waterfall-test/infra-continuous-precise- 32?server=cr-buildbucket-dev.appspot.com",
7 "Alt": "" 7 "Alt": ""
8 }, 8 },
9 "Label": "2d8d62f6be545b10", 9 "Label": "2d8d62f6be545b10",
10 "Status": "Failure", 10 "Status": "Failure",
(...skipping 14 matching lines...) Expand all
25 "URL": "https://debug/restricted/bot/swarm3-c4", 25 "URL": "https://debug/restricted/bot/swarm3-c4",
26 "Alt": "" 26 "Alt": ""
27 }, 27 },
28 "Source": { 28 "Source": {
29 "Label": "Task 2d8d62f6be545b10", 29 "Label": "Task 2d8d62f6be545b10",
30 "Img": "", 30 "Img": "",
31 "URL": "https://debug/user/task/2d8d62f6be545b10", 31 "URL": "https://debug/user/task/2d8d62f6be545b10",
32 "Alt": "" 32 "Alt": ""
33 }, 33 },
34 "MainLink": null, 34 "MainLink": null,
35 "SubLink": null, 35 "SubLink": [
36 {
37 "Label": "stdout",
38 "Img": "",
39 "URL": "foo/stdout",
40 "Alt": ""
41 }
42 ],
36 "Progress": null, 43 "Progress": null,
37 "Started": "2016-03-14T10:00:01.85071Z", 44 "Started": "2016-03-14T10:00:01.85071Z",
38 "Finished": "2016-03-14T11:00:18.48602Z", 45 "Finished": "2016-03-14T11:00:18.48602Z",
39 "Duration": 3615243180990, 46 "Duration": 3616635310000,
40 "Type": "Recipe", 47 "Type": "Recipe",
41 "LevelsDeep": 0, 48 "LevelsDeep": 0,
42 "Text": [ 49 "Text": [
43 "Task cancelled by user" 50 "Task cancelled by user"
44 ] 51 ]
45 }, 52 },
46 "SourceStamp": null, 53 "SourceStamp": null,
47 "Components": [ 54 "Components": [
48 { 55 {
49 "ParentLabel": null, 56 "ParentLabel": null,
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "Duration": 1000000000, 101 "Duration": 1000000000,
95 "Type": "Step", 102 "Type": "Step",
96 "LevelsDeep": 0, 103 "LevelsDeep": 0,
97 "Text": [ 104 "Text": [
98 "running recipe: \"v8\"" 105 "running recipe: \"v8\""
99 ] 106 ]
100 } 107 }
101 ], 108 ],
102 "PropertyGroup": [ 109 "PropertyGroup": [
103 { 110 {
111 "GroupName": "recipe bootstrap",
112 "Property": [
113 {
114 "Key": "path_config",
115 "Value": "kitchen"
116 },
117 {
118 "Key": "slavename",
119 "Value": "fakeslave"
120 },
121 {
122 "Key": "buildername",
123 "Value": "infra-continuous-precise-32"
124 },
125 {
126 "Key": "mastername",
127 "Value": "chromium.infra"
128 }
129 ]
130 },
131 {
132 "GroupName": "setup_build",
133 "Property": null
134 },
135 {
136 "GroupName": "Main",
137 "Property": null
138 },
139 {
104 "GroupName": "Swarming", 140 "GroupName": "Swarming",
105 "Property": [ 141 "Property": [
106 { 142 {
107 "Key": "Cost of job (USD)", 143 "Key": "Cost of job (USD)",
108 "Value": "$0.52" 144 "Value": "$0.52"
109 } 145 }
110 ] 146 ]
111 }, 147 },
112 { 148 {
113 "GroupName": "Swarming Tags", 149 "GroupName": "Swarming Tags",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 }, 206 },
171 { 207 {
172 "Key": "user_agent", 208 "Key": "user_agent",
173 "Value": "luci-cron" 209 "Value": "luci-cron"
174 }, 210 },
175 { 211 {
176 "Key": "allow_milo", 212 "Key": "allow_milo",
177 "Value": "1" 213 "Value": "1"
178 } 214 }
179 ] 215 ]
180 },
181 {
182 "GroupName": "recipe bootstrap",
183 "Property": [
184 {
185 "Key": "path_config",
186 "Value": "kitchen"
187 },
188 {
189 "Key": "slavename",
190 "Value": "fakeslave"
191 },
192 {
193 "Key": "buildername",
194 "Value": "infra-continuous-precise-32"
195 },
196 {
197 "Key": "mastername",
198 "Value": "chromium.infra"
199 }
200 ]
201 },
202 {
203 "GroupName": "setup_build",
204 "Property": null
205 },
206 {
207 "GroupName": "Main",
208 "Property": null
209 } 216 }
210 ], 217 ],
211 "Blame": null 218 "Blame": null
212 } 219 }
OLDNEW
« no previous file with comments | « appengine/cmd/milo/swarming/build.go ('k') | appengine/cmd/milo/swarming/expectations/build-exception.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698