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

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

Issue 2669473002: Milo: Remove swarming tags from build properties (Closed)
Patch Set: Fix gerrit checker Created 3 years, 9 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 Running 8 Running
9 9
10 - 10 -
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 <h2>Execution:</h2> 57 <h2>Execution:</h2>
58 <ul> 58 <ul>
59 59
60 <li> 60 <li>
61 Source: 61 Source:
62 <a href="https://example.com/user/task/2d8d62f6be545b10">Task 2d8d62f6 be545b10</a> 62 <a href="https://example.com/user/task/2d8d62f6be545b10">Task 2d8d62f6 be545b10</a>
63 </li> 63 </li>
64 64
65 65
66 66
67
68
67 </ul> 69 </ul>
68 70
69 71
70 72
71 73
72 74
73 <h2>Steps and Logfiles:</h2> 75 <h2>Steps and Logfiles:</h2>
74 <input type="checkbox" id="showHidden"> 76 <input type="checkbox" id="showHidden">
75 <label for="showHidden">Show hidden <span id="numHidden"></span></label> 77 <label for="showHidden">Show hidden <span id="numHidden"></span></label>
76 <ol id="steps" class="hide"> 78 <ol id="steps" class="hide">
(...skipping 28 matching lines...) Expand all
105 <table class="info" width="100%"> 107 <table class="info" width="100%">
106 <tr><th>Name</th><th>Value</th><th>Source</th></tr> 108 <tr><th>Name</th><th>Value</th><th>Source</th></tr>
107 109
108 110
109 111
110 112
111 113
112 114
113 115
114 116
115
116
117 <tr>
118 <td class="left">allow_milo</td>
119 <td>
120
121 1
122
123 </td>
124 <td>Swarming Tags</td>
125 </tr>
126
127
128 </table> 117 </table>
129 118
130 119
131 120
132 <h2>Timing:</h2> 121 <h2>Timing:</h2>
133 <table class="info" width="100%"> 122 <table class="info" width="100%">
134 <tr class="alt"><td class="left">Start</td> 123 <tr class="alt"><td class="left">Start</td>
135 <td> 124 <td>
136 <span class="local-time" data-timestamp="1457949601850">Monday, 14-Mar -16 10:00:01 UTC</span> 125 <span class="local-time" data-timestamp="1457949601850">Monday, 14-Mar -16 10:00:01 UTC</span>
137 </td></tr> 126 </td></tr>
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 <script> 189 <script>
201 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 190 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
202 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 191 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
203 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 192 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
204 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 193 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
205 194
206 ga('create', 'UA-12345-01', 'auto'); 195 ga('create', 'UA-12345-01', 'auto');
207 ga('send', 'pageview'); 196 ga('send', 'pageview');
208 </script> 197 </script>
209 198
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698