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

Side by Side Diff: milo/appengine/frontend/expectations/buildbot-swarming.TestableBuild-build-running-logdog-no-annotation-stream.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 Pending 8 Pending
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/1a2b3c4d5e6f7890">Task 1a2b3c4d 5e6f7890</a> 62 <a href="https://example.com/user/task/1a2b3c4d5e6f7890">Task 1a2b3c4d 5e6f7890</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 21 matching lines...) Expand all
98 </div> 100 </div>
99 101
100 <div class="column"> 102 <div class="column">
101 103
102 <h2>Build Properties:</h2> 104 <h2>Build Properties:</h2>
103 105
104 <table class="info" width="100%"> 106 <table class="info" width="100%">
105 <tr><th>Name</th><th>Value</th><th>Source</th></tr> 107 <tr><th>Name</th><th>Value</th><th>Source</th></tr>
106 108
107 109
108
109
110 <tr>
111 <td class="left">allow_milo</td>
112 <td>
113
114 1
115
116 </td>
117 <td>Swarming Tags</td>
118 </tr>
119
120 <tr>
121 <td class="left">luci_project</td>
122 <td>
123
124 testproject
125
126 </td>
127 <td>Swarming Tags</td>
128 </tr>
129
130 <tr>
131 <td class="left">log_location</td>
132 <td>
133
134 logdog://example.com/testproject/${swarming_run_id}/&#43;/anno tations
135
136 </td>
137 <td>Swarming Tags</td>
138 </tr>
139
140
141 </table> 110 </table>
142 111
143 112
144 113
145 <h2>Timing:</h2> 114 <h2>Timing:</h2>
146 <table class="info" width="100%"> 115 <table class="info" width="100%">
147 <tr class="alt"><td class="left">Start</td> 116 <tr class="alt"><td class="left">Start</td>
148 <td> 117 <td>
149 N/A 118 N/A
150 </td></tr> 119 </td></tr>
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 <script> 182 <script>
214 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 183 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
215 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 184 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
216 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 185 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
217 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 186 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
218 187
219 ga('create', 'UA-12345-01', 'auto'); 188 ga('create', 'UA-12345-01', 'auto');
220 ga('send', 'pageview'); 189 ga('send', 'pageview');
221 </script> 190 </script>
222 191
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698