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

Side by Side Diff: config/master.chromium/master.cfg

Issue 67234: Buildbot changes for running page_cycler_http on Mac (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/buildbot/
Patch Set: '' Created 11 years, 8 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/slave/runtest.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) 2006-2008 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2006-2008 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 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 slave_type='Tester', 452 slave_type='Tester',
453 build_url=chromium_rel_archive, 453 build_url=chromium_rel_archive,
454 show_perf_results=True, 454 show_perf_results=True,
455 perf_id='chromium-rel-vista-single', 455 perf_id='chromium-rel-vista-single',
456 run_crash_handler=True, 456 run_crash_handler=True,
457 tests=['page_cycler', 'startup', 457 tests=['page_cycler', 'startup',
458 'tab_switching', 'memory', 458 'tab_switching', 'memory',
459 'sunspider', 'v8_benchmark']) 459 'sunspider', 'v8_benchmark'])
460 460
461 f_chromium_rel_perf_mac = m_mac.NewBuildFactory(identifier='mac-rel', 461 f_chromium_rel_perf_mac = m_mac.NewBuildFactory(identifier='mac-rel',
462 tests=['startup', 'page_cycler'], 462 tests=['startup', 'page_cycler',
463 'page_cycler_http'],
463 show_perf_results=True, 464 show_perf_results=True,
464 perf_id='chromium-rel-mac', 465 perf_id='chromium-rel-mac',
465 build_dir='src/build', 466 build_dir='src/build',
466 run_crash_handler=False, 467 run_crash_handler=False,
467 options=['--build-tool=xcode', '--', 468 options=['--build-tool=xcode', '--',
468 '-project', 'all.xcodeproj']) 469 '-project', 'all.xcodeproj'])
469 470
470 f_webkit_rel_builder = m_webkit.NewBuildFactory('webkit-rel', 471 f_webkit_rel_builder = m_webkit.NewBuildFactory('webkit-rel',
471 slave_type='Builder', 472 slave_type='Builder',
472 tests=[]) 473 tests=[])
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 f_sub_rel_mac = m_mac.NewBuildFactory(identifier='sub-rel-mac', 612 f_sub_rel_mac = m_mac.NewBuildFactory(identifier='sub-rel-mac',
612 target='Release', 613 target='Release',
613 tests=['unit', 'base', 'net', 'googleurl', 614 tests=['unit', 'base', 'net', 'googleurl',
614 'test_shell', 'media', 615 'test_shell', 'media',
615 'ui', 'printing'], 616 'ui', 'printing'],
616 build_dir='src/build', 617 build_dir='src/build',
617 run_crash_handler=False, 618 run_crash_handler=False,
618 options=['--build-tool=xcode', '--', 619 options=['--build-tool=xcode', '--',
619 '-project', 'all.xcodeproj']) 620 '-project', 'all.xcodeproj'])
620 621
621 # TODO: Move startup & page_cycler to a debug perf bot when one is available. 622 # TODO: Move startup & page_cycler* to a debug perf bot when one is available.
622 f_sub_dbg_mac = m_mac.NewBuildFactory(identifier='sub-dbg-mac', 623 f_sub_dbg_mac = m_mac.NewBuildFactory(identifier='sub-dbg-mac',
623 target='Debug', 624 target='Debug',
624 tests=['unit', 'base', 'net', 'googleurl', 625 tests=['unit', 'base', 'net', 'googleurl',
625 'test_shell', 'media', 626 'test_shell', 'media',
626 'ui', 'printing', 'startup', 627 'ui', 'printing', 'startup',
627 'page_cycler'], 628 'page_cycler', 'page_cycler_http'],
628 build_dir='src/build', 629 build_dir='src/build',
629 run_crash_handler=False, 630 run_crash_handler=False,
630 options=['--build-tool=xcode', '--', 631 options=['--build-tool=xcode', '--',
631 '-project', 'all.xcodeproj']) 632 '-project', 'all.xcodeproj'])
632 633
633 f_sub_dbg_mac_valgrind = m_mac.NewBuildFactory(identifier='sub-dbg-mac', 634 f_sub_dbg_mac_valgrind = m_mac.NewBuildFactory(identifier='sub-dbg-mac',
634 target='Debug', 635 target='Debug',
635 tests=['valgrind_base', 636 tests=['valgrind_base',
636 'valgrind_googleurl', 637 'valgrind_googleurl',
637 'valgrind_ipc', 638 'valgrind_ipc',
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
1241 c['projectURL'] = config.Master.project_url 1242 c['projectURL'] = config.Master.project_url
1242 1243
1243 # the 'buildbotURL' string should point to the location where the buildbot's 1244 # the 'buildbotURL' string should point to the location where the buildbot's
1244 # internal web server (usually the html.Waterfall page) is visible. This 1245 # internal web server (usually the html.Waterfall page) is visible. This
1245 # typically uses the port number set in the Waterfall 'status' entry, but 1246 # typically uses the port number set in the Waterfall 'status' entry, but
1246 # with an externally-visible host name which the buildbot cannot figure out 1247 # with an externally-visible host name which the buildbot cannot figure out
1247 # without some help. 1248 # without some help.
1248 1249
1249 c['buildbotURL'] = 'http://build.chromium.org/buildbot/waterfall/' 1250 c['buildbotURL'] = 'http://build.chromium.org/buildbot/waterfall/'
1250 1251
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/runtest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698