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

Side by Side Diff: milo/appengine/frontend/expectations/buildbot-swarming.TestableBuild-build-timeout.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 Exception 8 Exception
9 9
10 - 10 -
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 57
58 58
59 59
60 60
61 61
62 <h2>Execution:</h2> 62 <h2>Execution:</h2>
63 <ul> 63 <ul>
64 64
65 <li> 65 <li>
66 Source: 66 Source:
67 <a href="https://debug/user/task/2d8d62f6be545b10">Task 2d8d62f6be545b 10</a> 67 <a href="https://example.com/user/task/2d8d62f6be545b10">Task 2d8d62f6 be545b10</a>
68 </li> 68 </li>
69 69
70 70
71 71
72 <li> 72 <li>
73 Bot: 73 Bot:
74 <a href="https://debug/restricted/bot/swarm3-c4">swarm3-c4</a> 74 <a href="https://example.com/restricted/bot/swarm3-c4">swarm3-c4</a>
75 </li> 75 </li>
76 76
77 </ul> 77 </ul>
78 78
79 79
80 80
81 81
82 82
83 <h2>Steps and Logfiles:</h2> 83 <h2>Steps and Logfiles:</h2>
84 <input type="checkbox" id="showHidden"> 84 <input type="checkbox" id="showHidden">
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 <script> 442 <script>
443 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 443 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
444 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 444 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
445 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 445 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
446 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 446 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
447 447
448 ga('create', 'UA-12345-01', 'auto'); 448 ga('create', 'UA-12345-01', 'auto');
449 ga('send', 'pageview'); 449 ga('send', 'pageview');
450 </script> 450 </script>
451 451
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698