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

Side by Side Diff: milo/appengine/frontend/expectations/swarming.build-build-timeout.html

Issue 2718373004: Milo: Print raw json for buildbot build properties (Closed)
Patch Set: Add in empty strings Created 3 years, 8 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 <h2>Build Properties:</h2> 155 <h2>Build Properties:</h2>
156 156
157 <table class="info" width="100%"> 157 <table class="info" width="100%">
158 <tr><th>Name</th><th>Value</th><th>Source</th></tr> 158 <tr><th>Name</th><th>Value</th><th>Source</th></tr>
159 159
160 160
161 161
162 162
163 <tr> 163 <tr>
164 <td class="left">path_config</td> 164 <td class="left">path_config</td>
165 <td> 165 <td>kitchen</td>
166
167 kitchen
168
169 </td>
170 <td>recipe bootstrap</td> 166 <td>recipe bootstrap</td>
171 </tr> 167 </tr>
172 168
173 <tr> 169 <tr>
174 <td class="left">slavename</td> 170 <td class="left">slavename</td>
175 <td> 171 <td>fakeslave</td>
176
177 fakeslave
178
179 </td>
180 <td>recipe bootstrap</td> 172 <td>recipe bootstrap</td>
181 </tr> 173 </tr>
182 174
183 <tr> 175 <tr>
184 <td class="left">buildername</td> 176 <td class="left">buildername</td>
185 <td> 177 <td>infra-continuous-precise-32</td>
186
187 infra-continuous-precise-32
188
189 </td>
190 <td>recipe bootstrap</td> 178 <td>recipe bootstrap</td>
191 </tr> 179 </tr>
192 180
193 <tr> 181 <tr>
194 <td class="left">mastername</td> 182 <td class="left">mastername</td>
195 <td> 183 <td>chromium.infra</td>
196
197 chromium.infra
198
199 </td>
200 <td>recipe bootstrap</td> 184 <td>recipe bootstrap</td>
201 </tr> 185 </tr>
202 186
203 187
204 188
205 189
206 190
207 191
208 192
209 193
210 194
211 195
212 <tr> 196 <tr>
213 <td class="left">Cost of job (USD)</td> 197 <td class="left">Cost of job (USD)</td>
214 <td> 198 <td>$0.52</td>
215
216 $0.52
217
218 </td>
219 <td>Swarming</td> 199 <td>Swarming</td>
220 </tr> 200 </tr>
221 201
222 <tr> 202 <tr>
223 <td class="left">Exit Code</td> 203 <td class="left">Exit Code</td>
224 <td> 204 <td>-15</td>
225
226 -15
227
228 </td>
229 <td>Swarming</td> 205 <td>Swarming</td>
230 </tr> 206 </tr>
231 207
232 208
233 </table> 209 </table>
234 210
235 211
236 212
237 <h2>Timing:</h2> 213 <h2>Timing:</h2>
238 <table class="info" width="100%"> 214 <table class="info" width="100%">
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 <script> 281 <script>
306 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 282 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
307 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 283 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
308 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 284 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
309 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 285 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
310 286
311 ga('create', 'UA-12345-01', 'auto'); 287 ga('create', 'UA-12345-01', 'auto');
312 ga('send', 'pageview'); 288 ga('send', 'pageview');
313 </script> 289 </script>
314 290
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698