Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Failed | 8 Failed |
| 9 | 9 |
| 10 - | 10 - |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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> |
|
nodir
2017/04/11 07:13:20
why these are not JSON?
hinoka
2017/04/13 21:01:59
This CL is buildbot only. Updated description.
| |
| 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 | 202 |
| 223 </table> | 203 </table> |
| 224 | 204 |
| 225 | 205 |
| 226 | 206 |
| 227 <h2>Timing:</h2> | 207 <h2>Timing:</h2> |
| 228 <table class="info" width="100%"> | 208 <table class="info" width="100%"> |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 295 <script> | 275 <script> |
| 296 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ | 276 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ |
| 297 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), | 277 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), |
| 298 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) | 278 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) |
| 299 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); | 279 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); |
| 300 | 280 |
| 301 ga('create', 'UA-12345-01', 'auto'); | 281 ga('create', 'UA-12345-01', 'auto'); |
| 302 ga('send', 'pageview'); | 282 ga('send', 'pageview'); |
| 303 </script> | 283 </script> |
| 304 | 284 |
| OLD | NEW |