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

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

Issue 2675493003: milo: Use service interface for swarming. (Closed)
Patch Set: Update fetch signature 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 Pending 8 Pending
9 9
10 - 10 -
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 49
50 50
51 51
52 52
53 53
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/2fb1b35e1da25710">Task 2fb1b35e1da257 10</a> 59 <a href="https://example.com/user/task/2fb1b35e1da25710">Task 2fb1b35e 1da25710</a>
60 </li> 60 </li>
61 61
62 62
63 63
64 </ul> 64 </ul>
65 65
66 66
67 67
68 68
69 69
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 <script> 209 <script>
210 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 210 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
211 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 211 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
212 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 212 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
213 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 213 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
214 214
215 ga('create', 'UA-12345-01', 'auto'); 215 ga('create', 'UA-12345-01', 'auto');
216 ga('send', 'pageview'); 216 ga('send', 'pageview');
217 </script> 217 </script>
218 218
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698