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

Side by Side Diff: milo/appengine/frontend/expectations/swarming.build-build-exception.html

Issue 2718373004: Milo: Print raw json for buildbot build properties (Closed)
Patch Set: Add in empty strings Created 3 years, 8 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 <!DOCTYPE html> 2 <!DOCTYPE html>
3 3
4 <html lang="en"> 4 <html lang="en">
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <title> 6 <title>
7 7
8 Failed 8 Failed
9 9
10 - 10 -
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 <h2>Build Properties:</h2> 182 <h2>Build Properties:</h2>
183 183
184 <table class="info" width="100%"> 184 <table class="info" width="100%">
185 <tr><th>Name</th><th>Value</th><th>Source</th></tr> 185 <tr><th>Name</th><th>Value</th><th>Source</th></tr>
186 186
187 187
188 188
189 189
190 <tr> 190 <tr>
191 <td class="left">path_config</td> 191 <td class="left">path_config</td>
192 <td> 192 <td>kitchen</td>
193
194 kitchen
195
196 </td>
197 <td>recipe bootstrap</td> 193 <td>recipe bootstrap</td>
198 </tr> 194 </tr>
199 195
200 <tr> 196 <tr>
201 <td class="left">slavename</td> 197 <td class="left">slavename</td>
202 <td> 198 <td>fakeslave</td>
203
204 fakeslave
205
206 </td>
207 <td>recipe bootstrap</td> 199 <td>recipe bootstrap</td>
208 </tr> 200 </tr>
209 201
210 <tr> 202 <tr>
211 <td class="left">buildername</td> 203 <td class="left">buildername</td>
212 <td> 204 <td>infra-continuous-precise-32</td>
213
214 infra-continuous-precise-32
215
216 </td>
217 <td>recipe bootstrap</td> 205 <td>recipe bootstrap</td>
218 </tr> 206 </tr>
219 207
220 <tr> 208 <tr>
221 <td class="left">mastername</td> 209 <td class="left">mastername</td>
222 <td> 210 <td>chromium.infra</td>
223
224 chromium.infra
225
226 </td>
227 <td>recipe bootstrap</td> 211 <td>recipe bootstrap</td>
228 </tr> 212 </tr>
229 213
230 214
231 215
232 216
233 217
234 218
235 219
236 220
237 221
238 222
239 223
240 224
241 225
242 226
243 227
244 228
245 <tr> 229 <tr>
246 <td class="left">Exit Code</td> 230 <td class="left">Exit Code</td>
247 <td> 231 <td>0</td>
248
249 0
250
251 </td>
252 <td>Swarming</td> 232 <td>Swarming</td>
253 </tr> 233 </tr>
254 234
255 235
256 </table> 236 </table>
257 237
258 238
259 239
260 <h2>Timing:</h2> 240 <h2>Timing:</h2>
261 <table class="info" width="100%"> 241 <table class="info" width="100%">
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 <script> 308 <script>
329 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 309 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
330 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 310 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
331 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 311 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
332 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 312 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
333 313
334 ga('create', 'UA-12345-01', 'auto'); 314 ga('create', 'UA-12345-01', 'auto');
335 ga('send', 'pageview'); 315 ga('send', 'pageview');
336 </script> 316 </script>
337 317
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698