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

Side by Side Diff: masters/master.chromium.perf/master.cfg

Issue 9307012: Add Mach ports test to the perf waterfall. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Address review comments Created 8 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | scripts/master/factory/chromium_commands.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 # This is the buildmaster config file for the 'chromium' bot. It must 8 # This is the buildmaster config file for the 'chromium' bot. It must
9 # be installed as 'master.cfg' in your buildmaster's base directory 9 # be installed as 'master.cfg' in your buildmaster's base directory
10 # (although the filename can be changed with the --basedir option to 10 # (although the filename can be changed with the --basedir option to
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'page_cycler_indexeddb', 429 'page_cycler_indexeddb',
430 'page_cycler_moz-http', 430 'page_cycler_moz-http',
431 'page_cycler_bloat-http']) 431 'page_cycler_bloat-http'])
432 432
433 f_cr_rel_mac5_perf_2 = RelMacPerfTester('chromium-rel-mac5', 433 f_cr_rel_mac5_perf_2 = RelMacPerfTester('chromium-rel-mac5',
434 ['startup', 'tab_switching', 'memory', 434 ['startup', 'tab_switching', 'memory',
435 'v8_benchmark', 'sunspider', 435 'v8_benchmark', 'sunspider',
436 'dom_perf', 'dom_checker']) 436 'dom_perf', 'dom_checker'])
437 437
438 f_cr_rel_mac5_perf_3 = RelMacPerfTester('chromium-rel-mac5', 438 f_cr_rel_mac5_perf_3 = RelMacPerfTester('chromium-rel-mac5',
439 ['dromaeo', 'plugin', 'frame_rate']) 439 ['dromaeo', 'plugin', 'frame_rate',
440 'mach_ports'])
440 441
441 # Same setup as 10.5, just using 10.6 naming. 442 # Same setup as 10.5, just using 10.6 naming.
442 f_cr_rel_mac6_perf_1 = RelMacPerfTester('chromium-rel-mac6', 443 f_cr_rel_mac6_perf_1 = RelMacPerfTester('chromium-rel-mac6',
443 ['page_cycler_moz', 444 ['page_cycler_moz',
444 'page_cycler_morejs', 445 'page_cycler_morejs',
445 'page_cycler_intl1', 446 'page_cycler_intl1',
446 'page_cycler_intl2', 447 'page_cycler_intl2',
447 'page_cycler_dhtml', 448 'page_cycler_dhtml',
448 'page_cycler_database', 449 'page_cycler_database',
449 'page_cycler_indexeddb', 450 'page_cycler_indexeddb',
450 'page_cycler_moz-http', 451 'page_cycler_moz-http',
451 'page_cycler_bloat-http']) 452 'page_cycler_bloat-http'])
452 453
453 f_cr_rel_mac6_perf_2 = RelMacPerfTester('chromium-rel-mac6', 454 f_cr_rel_mac6_perf_2 = RelMacPerfTester('chromium-rel-mac6',
454 ['startup', 'tab_switching', 'memory', 455 ['startup', 'tab_switching', 'memory',
455 'v8_benchmark', 'sunspider', 456 'v8_benchmark', 'sunspider',
456 'dom_perf', 'dom_checker']) 457 'dom_perf', 'dom_checker'])
457 458
458 f_cr_rel_mac6_perf_3 = RelMacPerfTester('chromium-rel-mac6', 459 f_cr_rel_mac6_perf_3 = RelMacPerfTester('chromium-rel-mac6',
459 ['dromaeo', 'plugin', 'frame_rate', 460 ['dromaeo', 'plugin', 'frame_rate',
460 'sync']) 461 'sync', 'mach_ports'])
461 462
462 # ---------------------------------------------------------------------------- 463 # ----------------------------------------------------------------------------
463 # BUILDER DEFINITIONS 464 # BUILDER DEFINITIONS
464 465
465 # The 'builders' list defines the Builders. Each one is configured with a 466 # The 'builders' list defines the Builders. Each one is configured with a
466 # dictionary, using the following keys: 467 # dictionary, using the following keys:
467 # name (required): the name used to describe this bilder 468 # name (required): the name used to describe this bilder
468 # builddir (required): which subdirectory to run the builder in 469 # builddir (required): which subdirectory to run the builder in
469 # factory (required): a BuildFactory to define how the build is run 470 # factory (required): a BuildFactory to define how the build is run
470 # periodicBuildTime (optional): if set, force a build every N seconds 471 # periodicBuildTime (optional): if set, force a build every N seconds
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 c['projectName'] = ActiveMaster.project_name 734 c['projectName'] = ActiveMaster.project_name
734 c['projectURL'] = config.Master.project_url 735 c['projectURL'] = config.Master.project_url
735 736
736 # the 'buildbotURL' string should point to the location where the buildbot's 737 # the 'buildbotURL' string should point to the location where the buildbot's
737 # internal web server (usually the html.Waterfall page) is visible. This 738 # internal web server (usually the html.Waterfall page) is visible. This
738 # typically uses the port number set in the Waterfall 'status' entry, but 739 # typically uses the port number set in the Waterfall 'status' entry, but
739 # with an externally-visible host name which the buildbot cannot figure out 740 # with an externally-visible host name which the buildbot cannot figure out
740 # without some help. 741 # without some help.
741 742
742 c['buildbotURL'] = 'http://build.chromium.org/p/chromium.perf/' 743 c['buildbotURL'] = 'http://build.chromium.org/p/chromium.perf/'
OLDNEW
« no previous file with comments | « no previous file | scripts/master/factory/chromium_commands.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698