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

Side by Side Diff: milo/appengine/frontend/expectations/swarming.build-build-finished-logdog-expired-stream.html

Issue 2915663002: milo: open swarming tasks with wide logs (Closed)
Patch Set: Created 3 years, 6 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 Infra Failure 8 Infra Failure
9 9
10 - 10 -
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 56
57 57
58 58
59 59
60 60
61 <h2>Execution:</h2> 61 <h2>Execution:</h2>
62 <ul> 62 <ul>
63 63
64 <li> 64 <li>
65 Source: 65 Source:
66 <a href="https://example.com/task?id=1a2b3c4d5e6f7890&amp;show_raw=1"> Task 1a2b3c4d5e6f7890</a> 66 <a href="https://example.com/task?id=1a2b3c4d5e6f7890&amp;show_raw=1&a mp;wide_logs=true">Task 1a2b3c4d5e6f7890</a>
67 </li> 67 </li>
68 68
69 69
70 70
71 71
72 72
73 </ul> 73 </ul>
74 74
75 75
76 76
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 <script> 215 <script>
216 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 216 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
217 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 217 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
218 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 218 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
219 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 219 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
220 220
221 ga('create', 'UA-12345-01', 'auto'); 221 ga('create', 'UA-12345-01', 'auto');
222 ga('send', 'pageview'); 222 ga('send', 'pageview');
223 </script> 223 </script>
224 224
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698