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

Side by Side Diff: milo/appengine/frontend/expectations/buildbot-swarming.TestableBuild-build-pending-logdog.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/2fb1b35e1da25710">Task 2fb1b35e 1da25710</a> 62 <a href="https://example.com/user/task/2fb1b35e1da25710">Task 2fb1b35e 1da25710</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 75
74 </div> 76 </div>
75 77
76 <div class="column"> 78 <div class="column">
77 79
78 <h2>Build Properties:</h2> 80 <h2>Build Properties:</h2>
79 81
80 <table class="info" width="100%"> 82 <table class="info" width="100%">
81 <tr><th>Name</th><th>Value</th><th>Source</th></tr> 83 <tr><th>Name</th><th>Value</th><th>Source</th></tr>
82 84
83 85
84 86
85 87
86 88
87
88
89 <tr>
90 <td class="left">os</td>
91 <td>
92
93 Linux
94
95 </td>
96 <td>Swarming Tags</td>
97 </tr>
98
99 <tr>
100 <td class="left">pool</td>
101 <td>
102
103 default
104
105 </td>
106 <td>Swarming Tags</td>
107 </tr>
108
109 <tr>
110 <td class="left">priority</td>
111 <td>
112
113 10
114
115 </td>
116 <td>Swarming Tags</td>
117 </tr>
118
119 <tr>
120 <td class="left">user</td>
121 <td>
122
123
124
125 </td>
126 <td>Swarming Tags</td>
127 </tr>
128
129 <tr>
130 <td class="left">allow_milo</td>
131 <td>
132
133 1
134
135 </td>
136 <td>Swarming Tags</td>
137 </tr>
138
139 <tr>
140 <td class="left">luci_project</td>
141 <td>
142
143 testproject
144
145 </td>
146 <td>Swarming Tags</td>
147 </tr>
148
149 <tr>
150 <td class="left">log_location</td>
151 <td>
152
153 logdog://example.com/testproject/${swarming_run_id}/&#43;/anno tations
154
155 </td>
156 <td>Swarming Tags</td>
157 </tr>
158
159
160 </table> 89 </table>
161 90
162 91
163 92
164 <h2>Timing:</h2> 93 <h2>Timing:</h2>
165 <table class="info" width="100%"> 94 <table class="info" width="100%">
166 <tr class="alt"><td class="left">Start</td> 95 <tr class="alt"><td class="left">Start</td>
167 <td> 96 <td>
168 N/A 97 N/A
169 </td></tr> 98 </td></tr>
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 <script> 161 <script>
233 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 162 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
234 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 163 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
235 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 164 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
236 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 165 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
237 166
238 ga('create', 'UA-12345-01', 'auto'); 167 ga('create', 'UA-12345-01', 'auto');
239 ga('send', 'pageview'); 168 ga('send', 'pageview');
240 </script> 169 </script>
241 170
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698