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

Side by Side Diff: appengine/chromium_build/tests/console_test.files/test_console_merger/exp_merged.html

Issue 2201713002: Update waterfall for new master chromium.memory.full. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Update tests 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 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head> 4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <meta http-equiv="refresh" content="9999999999" /> 6 <meta http-equiv="refresh" content="9999999999" />
7 <title>BuildBot: Chromium Linux</title> 7 <title>BuildBot: Chromium Linux</title>
8 <link rel="stylesheet" href="default.css" type="text/css" /> 8 <link rel="stylesheet" href="default.css" type="text/css" />
9 <link rel="alternate" type="application/rss+xml" title="RSS" href="rss" /> 9 <link rel="alternate" type="application/rss+xml" title="RSS" href="rss" />
10 <script type="text/javascript"> 10 <script type="text/javascript">
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 </td> 508 </td>
509 <td colspan="2"> 509 <td colspan="2">
510 <script> 510 <script>
511 document.write([ 511 document.write([
512 a("../tryserver.chromium.linux/waterfall", "tryserver.chromium.l inux", ""), 512 a("../tryserver.chromium.linux/waterfall", "tryserver.chromium.l inux", ""),
513 a("../tryserver.chromium.mac/waterfall", "tryserver.chromium.mac ", ""), 513 a("../tryserver.chromium.mac/waterfall", "tryserver.chromium.mac ", ""),
514 a("../tryserver.chromium.win/waterfall", "tryserver.chromium.win ", ""), 514 a("../tryserver.chromium.win/waterfall", "tryserver.chromium.win ", ""),
515 a("../tryserver.blink/waterfall", "tryserver.blink", ""), 515 a("../tryserver.blink/waterfall", "tryserver.blink", ""),
516 aView("../chromium.fyi", "", "chromium.fyi"), 516 aView("../chromium.fyi", "", "chromium.fyi"),
517 aView("../chromium.memory", "", "chromium.memory"), 517 aView("../chromium.memory", "", "chromium.memory"),
518 aView("../chromium.memory.fyi", "", "chromium.memory.fyi"), 518 aView("../chromium.memory.full", "", "chromium.memory.full"),
519 aView("../chromium.chromiumos", "", "chromium.chromiumos"), 519 aView("../chromium.chromiumos", "", "chromium.chromiumos"),
520 aView("../chromiumos", "", "chromiumos"), 520 aView("../chromiumos", "", "chromiumos"),
521 aView("../client.nacl", "", "client.nacl"), 521 aView("../client.nacl", "", "client.nacl"),
522 aView("../chromium.webkit", "", "chromium.webkit")].join(' | ')) ; 522 aView("../chromium.webkit", "", "chromium.webkit")].join(' | ')) ;
523 </script> 523 </script>
524 </td> 524 </td>
525 </tr> 525 </tr>
526 <tr> 526 <tr>
527 <td style="text-align: right;"> 527 <td style="text-align: right;">
528 <b>Navigate:</b> 528 <b>Navigate:</b>
(...skipping 17 matching lines...) Expand all
546 </td> 546 </td>
547 <td width="70%"> 547 <td width="70%">
548 <table width="100%"> 548 <table width="100%">
549 <script language="javascript"> 549 <script language="javascript">
550 c.chromium = ''; 550 c.chromium = '';
551 c.win = ''; 551 c.win = '';
552 c.mac = ''; 552 c.mac = '';
553 c.linux = ''; 553 c.linux = '';
554 c.chromium_chromiumos = ''; 554 c.chromium_chromiumos = '';
555 c.memory = ''; 555 c.memory = '';
556 c.memory_fyi = ''; 556 c.memory.full = '';
557 c.perf = ''; 557 c.perf = '';
558 c.cros = ''; 558 c.cros = '';
559 c.chrome = ''; 559 c.chrome = '';
560 c.lkgr = ''; 560 c.lkgr = '';
561 c.gpu = ''; 561 c.gpu = '';
562 c.gpu_fyi = ''; 562 c.gpu_fyi = '';
563 563
564 c.status = '../chromium'; 564 c.status = '../chromium';
565 c.status_win = '../chromium.win'; 565 c.status_win = '../chromium.win';
566 c.status_mac = '../chromium.mac'; 566 c.status_mac = '../chromium.mac';
567 c.status_linux = '../chromium.linux'; 567 c.status_linux = '../chromium.linux';
568 c.status_cros = '../chromium.chromiumos'; 568 c.status_cros = '../chromium.chromiumos';
569 c.status_memory = '../chromium.memory'; 569 c.status_memory = '../chromium.memory';
570 c.status_memory_fyi = '../chromium.memory.fyi'; 570 c.status_memory.full = '../chromium.memory.full';
571 c.status_chrome = '../chromium.chrome'; 571 c.status_chrome = '../chromium.chrome';
572 c.status_perf = '../chromium.perf'; 572 c.status_perf = '../chromium.perf';
573 c.status_lkgr = '../chromium.lkgr'; 573 c.status_lkgr = '../chromium.lkgr';
574 c.status_gpu = '../chromium.gpu'; 574 c.status_gpu = '../chromium.gpu';
575 c.status_gpu_fyi = '../chromium.gpu.fyi'; 575 c.status_gpu_fyi = '../chromium.gpu.fyi';
576 576
577 /** 577 /**
578 * Builds a reference for the iframe with boxes. 578 * Builds a reference for the iframe with boxes.
579 * @param {String} x the name of the waterfall. 579 * @param {String} x the name of the waterfall.
580 * @param {?Array.<String>} opt_builders an optional array of 580 * @param {?Array.<String>} opt_builders an optional array of
(...skipping 13 matching lines...) Expand all
594 } 594 }
595 } 595 }
596 return 'https://chromium-build.appspot.com/p/' + x + 596 return 'https://chromium-build.appspot.com/p/' + x +
597 '/horizontal_one_box_per_builder' + builders; 597 '/horizontal_one_box_per_builder' + builders;
598 } 598 }
599 c.bar = BarUrl('chromium') 599 c.bar = BarUrl('chromium')
600 c.bar_win = BarUrl('chromium.win'); 600 c.bar_win = BarUrl('chromium.win');
601 c.bar_mac = BarUrl('chromium.mac'); 601 c.bar_mac = BarUrl('chromium.mac');
602 c.bar_linux = BarUrl('chromium.linux'); 602 c.bar_linux = BarUrl('chromium.linux');
603 c.bar_memory = BarUrl('chromium.memory'); 603 c.bar_memory = BarUrl('chromium.memory');
604 c.bar_memory_fyi = BarUrl('chromium.memory.fyi'); 604 c.bar_memory.full = BarUrl('chromium.memory.full');
605 c.bar_perf = BarUrl('chromium.perf'); 605 c.bar_perf = BarUrl('chromium.perf');
606 c.bar_chrome = BarUrl('chromium.chrome'); 606 c.bar_chrome = BarUrl('chromium.chrome');
607 c.bar_lkgr = BarUrl('chromium.lkgr'); 607 c.bar_lkgr = BarUrl('chromium.lkgr');
608 c.bar_cros = BarUrl('chromium.chromiumos'); 608 c.bar_cros = BarUrl('chromium.chromiumos');
609 c.bar_gpu = BarUrl('chromium.gpu'); 609 c.bar_gpu = BarUrl('chromium.gpu');
610 c.bar_gpu_closers = BarUrl('chromium.gpu', 610 c.bar_gpu_closers = BarUrl('chromium.gpu',
611 // This list must be kept in sync with the bots watched in 611 // This list must be kept in sync with the bots watched in
612 // scripts/slave/gatekeeper.json. 612 // scripts/slave/gatekeeper.json.
613 [ 'GPU Win Builder', 613 [ 'GPU Win Builder',
614 'Win7 Release (NVIDIA)', 614 'Win7 Release (NVIDIA)',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 HTMLBaseBar(c.status_gpu, c.bar_gpu_closers, c.gpu, 759 HTMLBaseBar(c.status_gpu, c.bar_gpu_closers, c.gpu,
760 'GPU', 'colspan=3'))))))); 760 'GPU', 'colspan=3')))))));
761 761
762 document.write(tr( 762 document.write(tr(
763 HTMLBaseBar(c.status_perf, c.bar_perf, c.perf, 763 HTMLBaseBar(c.status_perf, c.bar_perf, c.perf,
764 'Perf', 'width="75%"', '') + 764 'Perf', 'width="75%"', '') +
765 HTMLBaseBar(c.status_lkgr, c.bar_lkgr, c.lkgr, 765 HTMLBaseBar(c.status_lkgr, c.bar_lkgr, c.lkgr,
766 'LKGR', 'width="25%"', 'id="LKGRLink"'))); 766 'LKGR', 'width="25%"', 'id="LKGRLink"')));
767 767
768 document.write(tr( 768 document.write(tr(
769 HTMLBaseBar(c.status_memory_fyi, c.bar_memory_fyi, c.memory_fyi, 769 HTMLBaseBar(c.status_memory.full, c.bar_memory.full, c.memory.fu ll,
770 'Memory<br>FYI', 'width="100%" colspan=6', ''))); 770 'Memory<br>FYI', 'width="100%" colspan=6', '')));
771 771
772 document.write(tr( 772 document.write(tr(
773 HTMLBaseBar(c.status_gpu, c.bar_gpu, c.gpu, 773 HTMLBaseBar(c.status_gpu, c.bar_gpu, c.gpu,
774 'GPU', 'width="75%"', '') + 774 'GPU', 'width="75%"', '') +
775 HTMLBaseBar(c.status_gpu_fyi, c.bar_gpu_fyi, c.gpu_fyi, 775 HTMLBaseBar(c.status_gpu_fyi, c.bar_gpu_fyi, c.gpu_fyi,
776 'GPU FYI', 'width="25%"', ''))); 776 'GPU FYI', 'width="25%"', '')));
777 777
778 setTimeout('DisplayLKGR()', 100); 778 setTimeout('DisplayLKGR()', 100);
779 </script> 779 </script>
(...skipping 2315 matching lines...) Expand 10 before | Expand all | Expand 10 after
3095 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement (o), 3095 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement (o),
3096 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore (a,m) 3096 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore (a,m)
3097 })(window,document,'script','//www.google-analytics.com/analytics.js','ga' ); 3097 })(window,document,'script','//www.google-analytics.com/analytics.js','ga' );
3098 3098
3099 ga('create', 'UA-55762617-2', {'siteSpeedSampleRate': 100}); 3099 ga('create', 'UA-55762617-2', {'siteSpeedSampleRate': 100});
3100 ga('send', 'pageview'); 3100 ga('send', 'pageview');
3101 3101
3102 </script> 3102 </script>
3103 </body> 3103 </body>
3104 </html> 3104 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698