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

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

Issue 56079: Add SunSpider and V8 Benchmark perf tests to Buildbot. (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/
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 | « buildbot/config/master.chromium.fyi/master.cfg ('k') | buildbot/perf/generate_perf.sh » ('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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 'tab_switching']) 410 'tab_switching'])
411 411
412 f_chromium_rel_perf_xp_dual = m.NewBuildFactory(identifier='chromium-rel', 412 f_chromium_rel_perf_xp_dual = m.NewBuildFactory(identifier='chromium-rel',
413 slave_type='Tester', 413 slave_type='Tester',
414 build_url=chromium_rel_archive, 414 build_url=chromium_rel_archive,
415 show_perf_results=True, 415 show_perf_results=True,
416 perf_id='chromium-rel-xp-dual', 416 perf_id='chromium-rel-xp-dual',
417 run_crash_handler=True, 417 run_crash_handler=True,
418 tests=['page_cycler', 'startup', 418 tests=['page_cycler', 'startup',
419 'page_cycler_http', 419 'page_cycler_http',
420 'tab_switching', 'memory']) 420 'tab_switching', 'memory',
421 'sunspider', 'v8_benchmark'])
421 422
422 f_chromium_rel_perf_vista_dual = m.NewBuildFactory(identifier='chromium-rel', 423 f_chromium_rel_perf_vista_dual = m.NewBuildFactory(identifier='chromium-rel',
423 slave_type='Tester', 424 slave_type='Tester',
424 build_url=chromium_rel_archive, 425 build_url=chromium_rel_archive,
425 show_perf_results=True, 426 show_perf_results=True,
426 perf_id='chromium-rel-vista-dual', 427 perf_id='chromium-rel-vista-dual',
427 run_crash_handler=True, 428 run_crash_handler=True,
428 tests=['page_cycler', 'startup', 429 tests=['page_cycler', 'startup',
429 'tab_switching', 'memory']) 430 'tab_switching', 'memory',
431 'sunspider', 'v8_benchmark'])
430 432
431 f_chromium_rel_perf_xp_single = m.NewBuildFactory(identifier='chromium-rel', 433 f_chromium_rel_perf_xp_single = m.NewBuildFactory(identifier='chromium-rel',
432 slave_type='Tester', 434 slave_type='Tester',
433 build_url=chromium_rel_archive, 435 build_url=chromium_rel_archive,
434 show_perf_results=True, 436 show_perf_results=True,
435 perf_id='chromium-rel-xp-single', 437 perf_id='chromium-rel-xp-single',
436 run_crash_handler=True, 438 run_crash_handler=True,
437 tests=['page_cycler', 'startup', 439 tests=['page_cycler', 'startup',
438 'page_cycler_http', 440 'page_cycler_http',
439 'tab_switching', 'memory']) 441 'tab_switching', 'memory',
442 'sunspider', 'v8_benchmark'])
440 443
441 f_chromium_rel_perf_vista_single = m.NewBuildFactory(identifier='chromium-rel', 444 f_chromium_rel_perf_vista_single = m.NewBuildFactory(identifier='chromium-rel',
442 slave_type='Tester', 445 slave_type='Tester',
443 build_url=chromium_rel_archive, 446 build_url=chromium_rel_archive,
444 show_perf_results=True, 447 show_perf_results=True,
445 perf_id='chromium-rel-vista-single', 448 perf_id='chromium-rel-vista-single',
446 run_crash_handler=True, 449 run_crash_handler=True,
447 tests=['page_cycler', 'startup', 450 tests=['page_cycler', 'startup',
448 'tab_switching', 'memory']) 451 'tab_switching', 'memory',
452 'sunspider', 'v8_benchmark'])
449 453
450 f_chromium_rel_perf_mac = m_mac.NewBuildFactory(identifier='mac-rel', 454 f_chromium_rel_perf_mac = m_mac.NewBuildFactory(identifier='mac-rel',
451 tests=['startup'], 455 tests=['startup'],
452 show_perf_results=True, 456 show_perf_results=True,
453 perf_id='chromium-rel-mac', 457 perf_id='chromium-rel-mac',
454 build_dir='src/build', 458 build_dir='src/build',
455 run_crash_handler=False, 459 run_crash_handler=False,
456 options=['--build-tool=xcode', '--', 460 options=['--build-tool=xcode', '--',
457 '-project', 'all.xcodeproj']) 461 '-project', 'all.xcodeproj'])
458 462
(...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
1142 c['projectURL'] = config.Master.project_url 1146 c['projectURL'] = config.Master.project_url
1143 1147
1144 # the 'buildbotURL' string should point to the location where the buildbot's 1148 # the 'buildbotURL' string should point to the location where the buildbot's
1145 # internal web server (usually the html.Waterfall page) is visible. This 1149 # internal web server (usually the html.Waterfall page) is visible. This
1146 # typically uses the port number set in the Waterfall 'status' entry, but 1150 # typically uses the port number set in the Waterfall 'status' entry, but
1147 # with an externally-visible host name which the buildbot cannot figure out 1151 # with an externally-visible host name which the buildbot cannot figure out
1148 # without some help. 1152 # without some help.
1149 1153
1150 c['buildbotURL'] = 'http://build.chromium.org/buildbot/waterfall/' 1154 c['buildbotURL'] = 'http://build.chromium.org/buildbot/waterfall/'
1151 1155
OLDNEW
« no previous file with comments | « buildbot/config/master.chromium.fyi/master.cfg ('k') | buildbot/perf/generate_perf.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698