| OLD | NEW |
| 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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 f_cr_rel_linux_1 = F_LINUX(slave_type='Tester', | 395 f_cr_rel_linux_1 = F_LINUX(slave_type='Tester', |
| 396 build_url=chromium_rel_linux_archive, | 396 build_url=chromium_rel_linux_archive, |
| 397 tests=['page_cycler_moz', | 397 tests=['page_cycler_moz', |
| 398 'page_cycler_morejs', | 398 'page_cycler_morejs', |
| 399 'page_cycler_intl1', | 399 'page_cycler_intl1', |
| 400 'page_cycler_intl2', | 400 'page_cycler_intl2', |
| 401 'page_cycler_dhtml', | 401 'page_cycler_dhtml', |
| 402 'page_cycler_database', | 402 'page_cycler_database', |
| 403 'page_cycler_indexeddb', 'startup', | 403 'page_cycler_indexeddb', 'startup', |
| 404 'page_cycler_moz-http', | 404 'page_cycler_moz-http', |
| 405 'page_cycler_bloat-http'], | 405 'page_cycler_bloat-http', |
| 406 'page_cycler_2012Q2-netsim'], |
| 406 factory_properties={ | 407 factory_properties={ |
| 407 'show_perf_results': True, | 408 'show_perf_results': True, |
| 408 'expectations': True, | 409 'expectations': True, |
| 409 'halt_on_missing_build': True, | 410 'halt_on_missing_build': True, |
| 410 'perf_id': 'linux-release'}) | 411 'perf_id': 'linux-release'}) |
| 411 | 412 |
| 412 f_cr_rel_linux_2 = F_LINUX(slave_type='Tester', | 413 f_cr_rel_linux_2 = F_LINUX(slave_type='Tester', |
| 413 build_url=chromium_rel_linux_archive, | 414 build_url=chromium_rel_linux_archive, |
| 414 tests=['dom_perf', 'memory', 'sunspider', | 415 tests=['dom_perf', 'memory', 'sunspider', |
| 415 'v8_benchmark', 'dromaeo', | 416 'v8_benchmark', 'dromaeo', |
| 416 'frame_rate', 'dom_checker', 'sync'], | 417 'frame_rate', 'dom_checker', 'sync'], |
| 417 factory_properties={ | 418 factory_properties={ |
| 418 'show_perf_results': True, | 419 'show_perf_results': True, |
| 419 'expectations': True, | 420 'expectations': True, |
| 420 'halt_on_missing_build': True, | 421 'halt_on_missing_build': True, |
| 421 'perf_id': 'linux-release'}) | 422 'perf_id': 'linux-release'}) |
| 422 | 423 |
| 423 f_cr_rel_linux_lowmem = F_LINUX( | 424 f_cr_rel_linux_lowmem = F_LINUX( |
| 424 slave_type='Tester', | 425 slave_type='Tester', |
| 425 build_url=chromium_rel_linux_archive, | 426 build_url=chromium_rel_linux_archive, |
| 426 tests=['page_cycler_moz', 'page_cycler_morejs', 'page_cycler_intl1', | 427 tests=['page_cycler_moz', 'page_cycler_morejs', 'page_cycler_intl1', |
| 427 'page_cycler_intl2', 'page_cycler_dhtml', 'page_cycler_database', | 428 'page_cycler_intl2', 'page_cycler_dhtml', 'page_cycler_database', |
| 428 'page_cycler_indexeddb', 'startup', 'dom_perf', 'tab_switching', | 429 'page_cycler_indexeddb', 'startup', 'dom_perf', 'tab_switching', |
| 429 'memory', 'sunspider', 'v8_benchmark', 'page_cycler_moz-http', | 430 'memory', 'sunspider', 'v8_benchmark', 'page_cycler_moz-http', |
| 430 'page_cycler_bloat-http', 'frame_rate', 'sync'], | 431 'page_cycler_bloat-http', 'page_cycler_2012Q2-netsim', |
| 432 'frame_rate', 'sync'], |
| 431 factory_properties={ | 433 factory_properties={ |
| 432 'show_perf_results': True, | 434 'show_perf_results': True, |
| 433 'expectations': True, | 435 'expectations': True, |
| 434 'halt_on_missing_build': True, | 436 'halt_on_missing_build': True, |
| 435 'perf_id': 'linux-release-lowmem'}) | 437 'perf_id': 'linux-release-lowmem'}) |
| 436 | 438 |
| 437 # BuilderTesters using a custom build configuration. | 439 # BuilderTesters using a custom build configuration. |
| 438 | 440 |
| 439 f_cr_rel_mac_builder = F_MAC( | 441 f_cr_rel_mac_builder = F_MAC( |
| 440 slave_type='Builder', | 442 slave_type='Builder', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 459 # possible. | 461 # possible. |
| 460 f_cr_rel_mac5_perf_1 = RelMacPerfTester('chromium-rel-mac5', | 462 f_cr_rel_mac5_perf_1 = RelMacPerfTester('chromium-rel-mac5', |
| 461 ['page_cycler_moz', | 463 ['page_cycler_moz', |
| 462 'page_cycler_morejs', | 464 'page_cycler_morejs', |
| 463 'page_cycler_intl1', | 465 'page_cycler_intl1', |
| 464 'page_cycler_intl2', | 466 'page_cycler_intl2', |
| 465 'page_cycler_dhtml', | 467 'page_cycler_dhtml', |
| 466 'page_cycler_database', | 468 'page_cycler_database', |
| 467 'page_cycler_indexeddb', | 469 'page_cycler_indexeddb', |
| 468 'page_cycler_moz-http', | 470 'page_cycler_moz-http', |
| 469 'page_cycler_bloat-http']) | 471 'page_cycler_bloat-http', |
| 472 'page_cycler_2012Q2-netsim']) |
| 470 | 473 |
| 471 f_cr_rel_mac5_perf_2 = RelMacPerfTester('chromium-rel-mac5', | 474 f_cr_rel_mac5_perf_2 = RelMacPerfTester('chromium-rel-mac5', |
| 472 ['startup', 'tab_switching', 'memory', | 475 ['startup', 'tab_switching', 'memory', |
| 473 'v8_benchmark', 'sunspider', | 476 'v8_benchmark', 'sunspider', |
| 474 'dom_perf', 'dom_checker']) | 477 'dom_perf', 'dom_checker']) |
| 475 | 478 |
| 476 f_cr_rel_mac5_perf_3 = RelMacPerfTester('chromium-rel-mac5', | 479 f_cr_rel_mac5_perf_3 = RelMacPerfTester('chromium-rel-mac5', |
| 477 ['dromaeo', 'frame_rate', | 480 ['dromaeo', 'frame_rate', |
| 478 'mach_ports']) | 481 'mach_ports']) |
| 479 | 482 |
| 480 # Same setup as 10.5, just using 10.6 naming. | 483 # Same setup as 10.5, just using 10.6 naming. |
| 481 f_cr_rel_mac6_perf_1 = RelMacPerfTester('chromium-rel-mac6', | 484 f_cr_rel_mac6_perf_1 = RelMacPerfTester('chromium-rel-mac6', |
| 482 ['page_cycler_moz', | 485 ['page_cycler_moz', |
| 483 'page_cycler_morejs', | 486 'page_cycler_morejs', |
| 484 'page_cycler_intl1', | 487 'page_cycler_intl1', |
| 485 'page_cycler_intl2', | 488 'page_cycler_intl2', |
| 486 'page_cycler_dhtml', | 489 'page_cycler_dhtml', |
| 487 'page_cycler_database', | 490 'page_cycler_database', |
| 488 'page_cycler_indexeddb', | 491 'page_cycler_indexeddb', |
| 489 'page_cycler_moz-http', | 492 'page_cycler_moz-http', |
| 490 'page_cycler_bloat-http']) | 493 'page_cycler_bloat-http', |
| 494 'page_cycler_2012Q2-netsim']) |
| 491 | 495 |
| 492 f_cr_rel_mac6_perf_2 = RelMacPerfTester('chromium-rel-mac6', | 496 f_cr_rel_mac6_perf_2 = RelMacPerfTester('chromium-rel-mac6', |
| 493 ['startup', 'tab_switching', 'memory', | 497 ['startup', 'tab_switching', 'memory', |
| 494 'v8_benchmark', 'sunspider', | 498 'v8_benchmark', 'sunspider', |
| 495 'dom_perf', 'dom_checker']) | 499 'dom_perf', 'dom_checker']) |
| 496 | 500 |
| 497 f_cr_rel_mac6_perf_3 = RelMacPerfTester('chromium-rel-mac6', | 501 f_cr_rel_mac6_perf_3 = RelMacPerfTester('chromium-rel-mac6', |
| 498 ['dromaeo', 'frame_rate', | 502 ['dromaeo', 'frame_rate', |
| 499 'sync', 'mach_ports']) | 503 'sync', 'mach_ports']) |
| 500 | 504 |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 781 'memory_test', | 785 'memory_test', |
| 782 'new_tab_ui_cold_test', | 786 'new_tab_ui_cold_test', |
| 783 'new_tab_ui_warm_test', | 787 'new_tab_ui_warm_test', |
| 784 'page_cycler_bloat-http', | 788 'page_cycler_bloat-http', |
| 785 'page_cycler_dhtml', | 789 'page_cycler_dhtml', |
| 786 'page_cycler_intl1', | 790 'page_cycler_intl1', |
| 787 'page_cycler_intl2', | 791 'page_cycler_intl2', |
| 788 'page_cycler_morejs', | 792 'page_cycler_morejs', |
| 789 'page_cycler_moz', | 793 'page_cycler_moz', |
| 790 'page_cycler_moz-http', | 794 'page_cycler_moz-http', |
| 795 'page_cycler_2012Q2-netsim', |
| 791 'startup_test', | 796 'startup_test', |
| 792 'tab_switching_test', | 797 'tab_switching_test', |
| 793 'frame_rate_test', | 798 'frame_rate_test', |
| 794 'sync', | 799 'sync', |
| 795 ], | 800 ], |
| 796 'builders_windows': [], | 801 'builders_windows': [], |
| 797 'builders_compile': [] | 802 'builders_compile': [] |
| 798 } | 803 } |
| 799 exclusions = { } | 804 exclusions = { } |
| 800 forgiving_steps = [ ] | 805 forgiving_steps = [ ] |
| (...skipping 21 matching lines...) Expand all Loading... |
| 822 c['projectName'] = ActiveMaster.project_name | 827 c['projectName'] = ActiveMaster.project_name |
| 823 c['projectURL'] = config.Master.project_url | 828 c['projectURL'] = config.Master.project_url |
| 824 | 829 |
| 825 # the 'buildbotURL' string should point to the location where the buildbot's | 830 # the 'buildbotURL' string should point to the location where the buildbot's |
| 826 # internal web server (usually the html.Waterfall page) is visible. This | 831 # internal web server (usually the html.Waterfall page) is visible. This |
| 827 # typically uses the port number set in the Waterfall 'status' entry, but | 832 # typically uses the port number set in the Waterfall 'status' entry, but |
| 828 # with an externally-visible host name which the buildbot cannot figure out | 833 # with an externally-visible host name which the buildbot cannot figure out |
| 829 # without some help. | 834 # without some help. |
| 830 | 835 |
| 831 c['buildbotURL'] = 'http://build.chromium.org/p/chromium.perf/' | 836 c['buildbotURL'] = 'http://build.chromium.org/p/chromium.perf/' |
| OLD | NEW |