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

Side by Side Diff: milo/appengine/frontend/expectations/swarming.build-build-running-logdog-no-annotation-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 Pending 8 Pending
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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 <script> 202 <script>
203 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 203 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
204 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 204 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
205 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 205 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
206 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 206 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
207 207
208 ga('create', 'UA-12345-01', 'auto'); 208 ga('create', 'UA-12345-01', 'auto');
209 ga('send', 'pageview'); 209 ga('send', 'pageview');
210 </script> 210 </script>
211 211
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698