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

Side by Side Diff: masters/master.chromium/templates/announce.html

Issue 2184603003: Move memory FYI slaves to memory full master and switch configs over. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Update expectations Created 4 years, 4 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 {% extends "layout.html" %} 1 {% extends "layout.html" %}
2 {% from "tree_status.html" import treestatus %} 2 {% from "tree_status.html" import treestatus %}
3 3
4 {% block header -%} 4 {% block header -%}
5 {{ super() }} 5 {{ super() }}
6 <hr/> 6 <hr/>
7 <script> 7 <script>
8 /** 8 /**
9 * Pseudo namespace for chromium - keep it short because we are in a very 9 * Pseudo namespace for chromium - keep it short because we are in a very
10 * narrow scope for this file. 10 * narrow scope for this file.
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 <td style="text-align: right;"> 206 <td style="text-align: right;">
207 <b>Masters:</b> 207 <b>Masters:</b>
208 </td> 208 </td>
209 <td colspan="2"> 209 <td colspan="2">
210 <script> 210 <script>
211 document.write([ 211 document.write([
212 aView("../chromium.android", "", "chromium.android"), 212 aView("../chromium.android", "", "chromium.android"),
213 aView("../chromium.chromedriver", "", "chromium.chromedriver"), 213 aView("../chromium.chromedriver", "", "chromium.chromedriver"),
214 aView("../chromium.fyi", "", "chromium.fyi"), 214 aView("../chromium.fyi", "", "chromium.fyi"),
215 aView("../chromium.gpu", "", "chromium.gpu"), 215 aView("../chromium.gpu", "", "chromium.gpu"),
216 aView("../chromium.memory.fyi", "", "chromium.memory.fyi"), 216 aView("../chromium.memory.full", "", "chromium.memory.full"),
217 aView("../chromium.perf", "", "chromium.perf"), 217 aView("../chromium.perf", "", "chromium.perf"),
218 aView("../chromium.perf.fyi", "", "chromium.perf.fyi"), 218 aView("../chromium.perf.fyi", "", "chromium.perf.fyi"),
219 aView("../chromium.webkit", "", "chromium.webkit"), 219 aView("../chromium.webkit", "", "chromium.webkit"),
220 aView("../chromium.webrtc", "", "chromium.webrtc"), 220 aView("../chromium.webrtc", "", "chromium.webrtc"),
221 aView("../chromiumos", "", "chromiumos"), 221 aView("../chromiumos", "", "chromiumos"),
222 ].join(' | ')); 222 ].join(' | '));
223 </script> 223 </script>
224 </td> 224 </td>
225 </tr> 225 </tr>
226 <tr> 226 <tr>
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 </td> 262 </td>
263 <td width="70%"> 263 <td width="70%">
264 <table width="100%"> 264 <table width="100%">
265 <script language="javascript"> 265 <script language="javascript">
266 c.chromium = ''; 266 c.chromium = '';
267 c.win = ''; 267 c.win = '';
268 c.mac = ''; 268 c.mac = '';
269 c.linux = ''; 269 c.linux = '';
270 c.chromium_chromiumos = ''; 270 c.chromium_chromiumos = '';
271 c.memory = ''; 271 c.memory = '';
272 c.memory_fyi = ''; 272 c.memory_full = '';
273 c.perf = ''; 273 c.perf = '';
274 c.cros = ''; 274 c.cros = '';
275 c.chrome = ''; 275 c.chrome = '';
276 c.lkgr = ''; 276 c.lkgr = '';
277 c.gpu = ''; 277 c.gpu = '';
278 c.gpu_fyi = ''; 278 c.gpu_fyi = '';
279 c.webkit = ''; 279 c.webkit = '';
280 280
281 c.status = '../chromium'; 281 c.status = '../chromium';
282 c.status_win = '../chromium.win'; 282 c.status_win = '../chromium.win';
283 c.status_mac = '../chromium.mac'; 283 c.status_mac = '../chromium.mac';
284 c.status_linux = '../chromium.linux'; 284 c.status_linux = '../chromium.linux';
285 c.status_cros = '../chromium.chromiumos'; 285 c.status_cros = '../chromium.chromiumos';
286 c.status_memory = '../chromium.memory'; 286 c.status_memory = '../chromium.memory';
287 c.status_memory_fyi = '../chromium.memory.fyi'; 287 c.status_memory_full = '../chromium.memory.full';
288 c.status_chrome = '../chromium.chrome'; 288 c.status_chrome = '../chromium.chrome';
289 c.status_perf = '../chromium.perf'; 289 c.status_perf = '../chromium.perf';
290 c.status_lkgr = '../chromium.lkgr'; 290 c.status_lkgr = '../chromium.lkgr';
291 c.status_gpu = '../chromium.gpu'; 291 c.status_gpu = '../chromium.gpu';
292 c.status_gpu_fyi = '../chromium.gpu.fyi'; 292 c.status_gpu_fyi = '../chromium.gpu.fyi';
293 c.status_webkit = '../chromium.webkit'; 293 c.status_webkit = '../chromium.webkit';
294 294
295 /** 295 /**
296 * Builds a reference for the iframe with boxes. 296 * Builds a reference for the iframe with boxes.
297 * @param {String} x the name of the waterfall. 297 * @param {String} x the name of the waterfall.
(...skipping 14 matching lines...) Expand all
312 } 312 }
313 } 313 }
314 return 'https://chromium-build.appspot.com/p/' + x + 314 return 'https://chromium-build.appspot.com/p/' + x +
315 '/horizontal_one_box_per_builder' + builders; 315 '/horizontal_one_box_per_builder' + builders;
316 } 316 }
317 c.bar = BarUrl('chromium') 317 c.bar = BarUrl('chromium')
318 c.bar_win = BarUrl('chromium.win'); 318 c.bar_win = BarUrl('chromium.win');
319 c.bar_mac = BarUrl('chromium.mac'); 319 c.bar_mac = BarUrl('chromium.mac');
320 c.bar_linux = BarUrl('chromium.linux'); 320 c.bar_linux = BarUrl('chromium.linux');
321 c.bar_memory = BarUrl('chromium.memory'); 321 c.bar_memory = BarUrl('chromium.memory');
322 c.bar_memory_fyi = BarUrl('chromium.memory.fyi'); 322 c.bar_memory_full = BarUrl('chromium.memory.full');
323 c.bar_perf = BarUrl('chromium.perf'); 323 c.bar_perf = BarUrl('chromium.perf');
324 c.bar_chrome = BarUrl('chromium.chrome'); 324 c.bar_chrome = BarUrl('chromium.chrome');
325 c.bar_lkgr = BarUrl('chromium.lkgr'); 325 c.bar_lkgr = BarUrl('chromium.lkgr');
326 c.bar_cros = BarUrl('chromium.chromiumos'); 326 c.bar_cros = BarUrl('chromium.chromiumos');
327 c.bar_gpu = BarUrl('chromium.gpu'); 327 c.bar_gpu = BarUrl('chromium.gpu');
328 c.bar_gpu_closers = BarUrl('chromium.gpu', 328 c.bar_gpu_closers = BarUrl('chromium.gpu',
329 // This list must be kept in sync with the bots watched in 329 // This list must be kept in sync with the bots watched in
330 // scripts/slave/gatekeeper.json. 330 // scripts/slave/gatekeeper.json.
331 [ 'GPU Win Builder', 331 [ 'GPU Win Builder',
332 'Win7 Release (NVIDIA)', 332 'Win7 Release (NVIDIA)',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 tr(HTMLBaseBar(c.status_webkit, c.bar_webkit, c.webkit, 478 tr(HTMLBaseBar(c.status_webkit, c.bar_webkit, c.webkit,
479 'Webkit', 'colspan=6'))))))); 479 'Webkit', 'colspan=6')))))));
480 480
481 document.write(tr( 481 document.write(tr(
482 HTMLBaseBar(c.status_perf, c.bar_perf, c.perf, 482 HTMLBaseBar(c.status_perf, c.bar_perf, c.perf,
483 'Perf', 'width="75%"', '') + 483 'Perf', 'width="75%"', '') +
484 HTMLBaseBar(c.status_lkgr, c.bar_lkgr, c.lkgr, 484 HTMLBaseBar(c.status_lkgr, c.bar_lkgr, c.lkgr,
485 'LKGR', 'width="25%"', 'id="LKGRLink"'))); 485 'LKGR', 'width="25%"', 'id="LKGRLink"')));
486 486
487 document.write(tr( 487 document.write(tr(
488 HTMLBaseBar(c.status_memory_fyi, c.bar_memory_fyi, c.memory_fyi, 488 HTMLBaseBar(c.status_memory_full, c.bar_memory_full, c.memory_fu ll,
489 'Memory<br>FYI', 'width="100%" colspan=6', ''))); 489 'Memory<br>FYI', 'width="100%" colspan=6', '')));
490 490
491 document.write(tr(td( 491 document.write(tr(td(
492 'colspan=4', 492 'colspan=4',
493 table( 493 table(
494 'width="100%"', 494 'width="100%"',
495 tr( 495 tr(
496 HTMLBaseBar(c.status_gpu, c.bar_gpu, c.gpu, 496 HTMLBaseBar(c.status_gpu, c.bar_gpu, c.gpu,
497 'GPU', 'width="50%"', '') + 497 'GPU', 'width="50%"', '') +
498 HTMLBaseBar(c.status_gpu_fyi, c.bar_gpu_fyi, c.gpu_fyi, 498 HTMLBaseBar(c.status_gpu_fyi, c.bar_gpu_fyi, c.gpu_fyi,
499 'GPU FYI', 'width="50%"', '')))))); 499 'GPU FYI', 'width="50%"', ''))))));
500 500
501 setTimeout('DisplayLKGR()', 100); 501 setTimeout('DisplayLKGR()', 100);
502 </script> 502 </script>
503 </table> 503 </table>
504 </td> 504 </td>
505 </tr> 505 </tr>
506 </table> 506 </table>
507 </center> 507 </center>
508 508
509 </div> 509 </div>
510 {% endblock header %} 510 {% endblock header %}
511 511
512 {% block footer %} 512 {% block footer %}
513 513
514 {{ super() }} 514 {{ super() }}
515 {# <p>Debug info: {{ debuginfo }}</p> #} 515 {# <p>Debug info: {{ debuginfo }}</p> #}
516 {% endblock %} 516 {% endblock %}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698