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

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

Powered by Google App Engine
This is Rietveld 408576698