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

Side by Side Diff: milo/appengine/frontend/expectations/swarming.build-build-expired.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 Expired 8 Expired
9 9
10 - 10 -
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 64
65 65
66 66
67 67
68 68
69 <h2>Execution:</h2> 69 <h2>Execution:</h2>
70 <ul> 70 <ul>
71 71
72 <li> 72 <li>
73 Source: 73 Source:
74 <a href="https://example.com/task?id=308998ca182a0210&amp;show_raw=1"> Task 308998ca182a0210</a> 74 <a href="https://example.com/task?id=308998ca182a0210&amp;show_raw=1&a mp;wide_logs=true">Task 308998ca182a0210</a>
75 </li> 75 </li>
76 76
77 77
78 78
79 79
80 80
81 <li> 81 <li>
82 Recipe: <a href="https://chromium.googlesource.com/infra/infra/&#43;/m aster/">infra_repo_trybot</a> 82 Recipe: <a href="https://chromium.googlesource.com/infra/infra/&#43;/m aster/">infra_repo_trybot</a>
83 </li> 83 </li>
84 84
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 <script> 183 <script>
184 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 184 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
185 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 185 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
186 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 186 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
187 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 187 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
188 188
189 ga('create', 'UA-12345-01', 'auto'); 189 ga('create', 'UA-12345-01', 'auto');
190 ga('send', 'pageview'); 190 ga('send', 'pageview');
191 </script> 191 </script>
192 192
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698