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

Side by Side Diff: appengine/chromium_build/tests/console_test.files/test_console_merger/in_linux.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 10
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 </td> 514 </td>
515 <td colspan="2"> 515 <td colspan="2">
516 <script> 516 <script>
517 document.write([ 517 document.write([
518 a("../tryserver.chromium.linux/waterfall", "tryserver.chromium.l inux", ""), 518 a("../tryserver.chromium.linux/waterfall", "tryserver.chromium.l inux", ""),
519 a("../tryserver.chromium.mac/waterfall", "tryserver.chromium.mac ", ""), 519 a("../tryserver.chromium.mac/waterfall", "tryserver.chromium.mac ", ""),
520 a("../tryserver.chromium.win/waterfall", "tryserver.chromium.win ", ""), 520 a("../tryserver.chromium.win/waterfall", "tryserver.chromium.win ", ""),
521 a("../tryserver.blink/waterfall", "tryserver.blink", ""), 521 a("../tryserver.blink/waterfall", "tryserver.blink", ""),
522 aView("../chromium.fyi", "", "chromium.fyi"), 522 aView("../chromium.fyi", "", "chromium.fyi"),
523 aView("../chromium.memory", "", "chromium.memory"), 523 aView("../chromium.memory", "", "chromium.memory"),
524 aView("../chromium.memory.fyi", "", "chromium.memory.fyi"), 524 aView("../chromium.memory.full", "", "chromium.memory.full"),
525 aView("../chromium.chromiumos", "", "chromium.chromiumos"), 525 aView("../chromium.chromiumos", "", "chromium.chromiumos"),
526 aView("../chromiumos", "", "chromiumos"), 526 aView("../chromiumos", "", "chromiumos"),
527 aView("../client.nacl", "", "client.nacl"), 527 aView("../client.nacl", "", "client.nacl"),
528 aView("../chromium.webkit", "", "chromium.webkit")].join(' | ')) ; 528 aView("../chromium.webkit", "", "chromium.webkit")].join(' | ')) ;
529 </script> 529 </script>
530 </td> 530 </td>
531 </tr> 531 </tr>
532 <tr> 532 <tr>
533 <td style="text-align: right;"> 533 <td style="text-align: right;">
534 <b>Navigate:</b> 534 <b>Navigate:</b>
(...skipping 17 matching lines...) Expand all
552 </td> 552 </td>
553 <td width="70%"> 553 <td width="70%">
554 <table width="100%"> 554 <table width="100%">
555 <script language="javascript"> 555 <script language="javascript">
556 c.chromium = ''; 556 c.chromium = '';
557 c.win = ''; 557 c.win = '';
558 c.mac = ''; 558 c.mac = '';
559 c.linux = ''; 559 c.linux = '';
560 c.chromium_chromiumos = ''; 560 c.chromium_chromiumos = '';
561 c.memory = ''; 561 c.memory = '';
562 c.memory_fyi = ''; 562 c.memory.full = '';
563 c.perf = ''; 563 c.perf = '';
564 c.cros = ''; 564 c.cros = '';
565 c.chrome = ''; 565 c.chrome = '';
566 c.lkgr = ''; 566 c.lkgr = '';
567 c.gpu = ''; 567 c.gpu = '';
568 c.gpu_fyi = ''; 568 c.gpu_fyi = '';
569 569
570 c.status = '../chromium'; 570 c.status = '../chromium';
571 c.status_win = '../chromium.win'; 571 c.status_win = '../chromium.win';
572 c.status_mac = '../chromium.mac'; 572 c.status_mac = '../chromium.mac';
573 c.status_linux = '../chromium.linux'; 573 c.status_linux = '../chromium.linux';
574 c.status_cros = '../chromium.chromiumos'; 574 c.status_cros = '../chromium.chromiumos';
575 c.status_memory = '../chromium.memory'; 575 c.status_memory = '../chromium.memory';
576 c.status_memory_fyi = '../chromium.memory.fyi'; 576 c.status_memory.full = '../chromium.memory.full';
577 c.status_chrome = '../chromium.chrome'; 577 c.status_chrome = '../chromium.chrome';
578 c.status_perf = '../chromium.perf'; 578 c.status_perf = '../chromium.perf';
579 c.status_lkgr = '../chromium.lkgr'; 579 c.status_lkgr = '../chromium.lkgr';
580 c.status_gpu = '../chromium.gpu'; 580 c.status_gpu = '../chromium.gpu';
581 c.status_gpu_fyi = '../chromium.gpu.fyi'; 581 c.status_gpu_fyi = '../chromium.gpu.fyi';
582 582
583 /** 583 /**
584 * Builds a reference for the iframe with boxes. 584 * Builds a reference for the iframe with boxes.
585 * @param {String} x the name of the waterfall. 585 * @param {String} x the name of the waterfall.
586 * @param {?Array.<String>} opt_builders an optional array of 586 * @param {?Array.<String>} opt_builders an optional array of
(...skipping 13 matching lines...) Expand all
600 } 600 }
601 } 601 }
602 return 'https://chromium-build.appspot.com/p/' + x + 602 return 'https://chromium-build.appspot.com/p/' + x +
603 '/horizontal_one_box_per_builder' + builders; 603 '/horizontal_one_box_per_builder' + builders;
604 } 604 }
605 c.bar = BarUrl('chromium') 605 c.bar = BarUrl('chromium')
606 c.bar_win = BarUrl('chromium.win'); 606 c.bar_win = BarUrl('chromium.win');
607 c.bar_mac = BarUrl('chromium.mac'); 607 c.bar_mac = BarUrl('chromium.mac');
608 c.bar_linux = BarUrl('chromium.linux'); 608 c.bar_linux = BarUrl('chromium.linux');
609 c.bar_memory = BarUrl('chromium.memory'); 609 c.bar_memory = BarUrl('chromium.memory');
610 c.bar_memory_fyi = BarUrl('chromium.memory.fyi'); 610 c.bar_memory.full = BarUrl('chromium.memory.full');
611 c.bar_perf = BarUrl('chromium.perf'); 611 c.bar_perf = BarUrl('chromium.perf');
612 c.bar_chrome = BarUrl('chromium.chrome'); 612 c.bar_chrome = BarUrl('chromium.chrome');
613 c.bar_lkgr = BarUrl('chromium.lkgr'); 613 c.bar_lkgr = BarUrl('chromium.lkgr');
614 c.bar_cros = BarUrl('chromium.chromiumos'); 614 c.bar_cros = BarUrl('chromium.chromiumos');
615 c.bar_gpu = BarUrl('chromium.gpu'); 615 c.bar_gpu = BarUrl('chromium.gpu');
616 c.bar_gpu_closers = BarUrl('chromium.gpu', 616 c.bar_gpu_closers = BarUrl('chromium.gpu',
617 // This list must be kept in sync with the bots watched in 617 // This list must be kept in sync with the bots watched in
618 // scripts/slave/gatekeeper.json. 618 // scripts/slave/gatekeeper.json.
619 [ 'GPU Win Builder', 619 [ 'GPU Win Builder',
620 'Win7 Release (NVIDIA)', 620 'Win7 Release (NVIDIA)',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 HTMLBaseBar(c.status_gpu, c.bar_gpu_closers, c.gpu, 765 HTMLBaseBar(c.status_gpu, c.bar_gpu_closers, c.gpu,
766 'GPU', 'colspan=3'))))))); 766 'GPU', 'colspan=3')))))));
767 767
768 document.write(tr( 768 document.write(tr(
769 HTMLBaseBar(c.status_perf, c.bar_perf, c.perf, 769 HTMLBaseBar(c.status_perf, c.bar_perf, c.perf,
770 'Perf', 'width="75%"', '') + 770 'Perf', 'width="75%"', '') +
771 HTMLBaseBar(c.status_lkgr, c.bar_lkgr, c.lkgr, 771 HTMLBaseBar(c.status_lkgr, c.bar_lkgr, c.lkgr,
772 'LKGR', 'width="25%"', 'id="LKGRLink"'))); 772 'LKGR', 'width="25%"', 'id="LKGRLink"')));
773 773
774 document.write(tr( 774 document.write(tr(
775 HTMLBaseBar(c.status_memory_fyi, c.bar_memory_fyi, c.memory_fyi, 775 HTMLBaseBar(c.status_memory.full, c.bar_memory.full, c.memory.fu ll,
776 'Memory<br>FYI', 'width="100%" colspan=6', ''))); 776 'Memory<br>FYI', 'width="100%" colspan=6', '')));
777 777
778 document.write(tr( 778 document.write(tr(
779 HTMLBaseBar(c.status_gpu, c.bar_gpu, c.gpu, 779 HTMLBaseBar(c.status_gpu, c.bar_gpu, c.gpu,
780 'GPU', 'width="75%"', '') + 780 'GPU', 'width="75%"', '') +
781 HTMLBaseBar(c.status_gpu_fyi, c.bar_gpu_fyi, c.gpu_fyi, 781 HTMLBaseBar(c.status_gpu_fyi, c.bar_gpu_fyi, c.gpu_fyi,
782 'GPU FYI', 'width="25%"', ''))); 782 'GPU FYI', 'width="25%"', '')));
783 783
784 setTimeout('DisplayLKGR()', 100); 784 setTimeout('DisplayLKGR()', 100);
785 </script> 785 </script>
(...skipping 3130 matching lines...) Expand 10 before | Expand all | Expand 10 after
3916 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement (o), 3916 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement (o),
3917 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore (a,m) 3917 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore (a,m)
3918 })(window,document,'script','//www.google-analytics.com/analytics.js','ga' ); 3918 })(window,document,'script','//www.google-analytics.com/analytics.js','ga' );
3919 3919
3920 ga('create', 'UA-55762617-2', {'siteSpeedSampleRate': 100}); 3920 ga('create', 'UA-55762617-2', {'siteSpeedSampleRate': 100});
3921 ga('send', 'pageview'); 3921 ga('send', 'pageview');
3922 3922
3923 </script> 3923 </script>
3924 </body> 3924 </body>
3925 </html> 3925 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698