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

Side by Side Diff: milo/appengine/frontend/expectations/buildbot-swarming.TestableBuild-build-patch-failure.html

Issue 2669473002: Milo: Remove swarming tags from build properties (Closed)
Patch Set: Created 3 years, 10 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 <h2>Execution:</h2> 54 <h2>Execution:</h2>
55 <ul> 55 <ul>
56 56
57 <li> 57 <li>
58 Source: 58 Source:
59 <a href="https://debug/user/task/2d8d62f6be545b10">Task 2d8d62f6be545b 10</a> 59 <a href="https://debug/user/task/2d8d62f6be545b10">Task 2d8d62f6be545b 10</a>
60 </li> 60 </li>
61 61
62 62
63 63
64
65
64 </ul> 66 </ul>
65 67
66 68
67 69
68 70
69 71
70 <h2>Steps and Logfiles:</h2> 72 <h2>Steps and Logfiles:</h2>
71 <input type="checkbox" id="showHidden"> 73 <input type="checkbox" id="showHidden">
72 <label for="showHidden">Show hidden <span id="numHidden"></span></label> 74 <label for="showHidden">Show hidden <span id="numHidden"></span></label>
73 <ol id="steps" class="hide"> 75 <ol id="steps" class="hide">
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 <td class="left">Exit Code</td> 313 <td class="left">Exit Code</td>
312 <td> 314 <td>
313 315
314 0 316 0
315 317
316 </td> 318 </td>
317 <td>Swarming</td> 319 <td>Swarming</td>
318 </tr> 320 </tr>
319 321
320 322
321
322
323 <tr>
324 <td class="left">allow_milo</td>
325 <td>
326
327 1
328
329 </td>
330 <td>Swarming Tags</td>
331 </tr>
332
333
334 </table> 323 </table>
335 324
336 325
337 326
338 <h2>Timing:</h2> 327 <h2>Timing:</h2>
339 <table class="info" width="100%"> 328 <table class="info" width="100%">
340 <tr class="alt"><td class="left">Start</td> 329 <tr class="alt"><td class="left">Start</td>
341 <td> 330 <td>
342 <span class="local-time" data-timestamp="1457949601000">Monday, 14-Mar -16 10:00:01 UTC</span> 331 <span class="local-time" data-timestamp="1457949601000">Monday, 14-Mar -16 10:00:01 UTC</span>
343 </td></tr> 332 </td></tr>
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 <script> 395 <script>
407 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 396 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
408 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 397 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
409 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 398 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
410 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 399 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
411 400
412 ga('create', 'UA-12345-01', 'auto'); 401 ga('create', 'UA-12345-01', 'auto');
413 ga('send', 'pageview'); 402 ga('send', 'pageview');
414 </script> 403 </script>
415 404
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698