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

Side by Side Diff: masters/master.client.v8/master.cfg

Issue 4215002: Turn on the gpu layout tests on the main bots.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 10 years, 1 month 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 | « masters/master.chromium/master_win_webkit_cfg.py ('k') | no next file » | 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) 2010 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2010 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 'v8' bot. It must 8 # This is the buildmaster config file for the 'v8' 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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 'chromium-rel-mac5', 322 'chromium-rel-mac5',
323 tests=['page_cycler', 'startup', 'dom_perf', 323 tests=['page_cycler', 'startup', 'dom_perf',
324 'page_cycler_http', 'tab_switching', 324 'page_cycler_http', 'tab_switching',
325 'sunspider', 'v8_benchmark', 'dromaeo', 325 'sunspider', 'v8_benchmark', 'dromaeo',
326 'memory'], 326 'memory'],
327 options=['--', '-project', '../chrome/chrome.xcodeproj'], 327 options=['--', '-project', '../chrome/chrome.xcodeproj'],
328 factory_properties={'perf_id': 'chromium-rel-mac5-v8', 328 factory_properties={'perf_id': 'chromium-rel-mac5-v8',
329 'show_perf_results': True}) 329 'show_perf_results': True})
330 330
331 f_webkit_rel_v8 = win_webkit().ChromiumV8LatestFactory('webkit-rel-v8', 331 f_webkit_rel_v8 = win_webkit().ChromiumV8LatestFactory('webkit-rel-v8',
332 tests=['test_shell', 'webkit', 'webkit_unit'], 332 tests=['test_shell', 'webkit', 'webkit_gpu', 'webkit_unit'],
333 factory_properties={'archive_webkit_results': True}) 333 factory_properties={'archive_webkit_results': True})
334 334
335 f_webkit_rel_mac_v8 = mac().ChromiumV8LatestFactory( 335 f_webkit_rel_mac_v8 = mac().ChromiumV8LatestFactory(
336 'webkit-rel-mac-v8', 336 'webkit-rel-mac-v8',
337 tests=['test_shell', 'webkit', 'webkit_unit'], 337 tests=['test_shell', 'webkit', 'webkit_gpu', 'webkit_unit'],
338 factory_properties={'archive_webkit_results': True}, 338 factory_properties={'archive_webkit_results': True},
339 options=['--', '-project', 339 options=['--', '-project',
340 '../webkit/webkit.xcodeproj']) 340 '../webkit/webkit.xcodeproj'])
341 341
342 f_webkit_rel_linux_v8 = linux().ChromiumV8LatestFactory( 342 f_webkit_rel_linux_v8 = linux().ChromiumV8LatestFactory(
343 'webkit-rel-linux-v8', 343 'webkit-rel-linux-v8',
344 tests=['test_shell', 'webkit', 'webkit_unit'], 344 tests=['test_shell', 'webkit', 'webkit_gpu', 'webkit_unit'],
345 options=['--build-tool=make', 'test_shell', 'test_shell_tests', 345 options=['--build-tool=make', 'test_shell', 'test_shell_tests',
346 'webkit_unit_tests'], 346 'webkit_unit_tests'],
347 factory_properties={'archive_webkit_results': True, 347 factory_properties={'archive_webkit_results': True,
348 'gclient_env': {'GYP_GENERATORS' : 'make'}}) 348 'gclient_env': {'GYP_GENERATORS' : 'make'}})
349 349
350 f_webkit_rel_linux64_v8 = linux().ChromiumV8LatestFactory( 350 f_webkit_rel_linux64_v8 = linux().ChromiumV8LatestFactory(
351 'webkit-rel-linux64-v8', 351 'webkit-rel-linux64-v8',
352 tests=['test_shell', 'webkit', 'webkit_unit'], 352 tests=['test_shell', 'webkit', 'webkit_gpu', 'webkit_unit'],
353 options=['--build-tool=make', 'test_shell', 'test_shell_tests', 353 options=['--build-tool=make', 'test_shell', 'test_shell_tests',
354 'webkit_unit_tests'], 354 'webkit_unit_tests'],
355 factory_properties={'archive_webkit_results': True, 355 factory_properties={'archive_webkit_results': True,
356 'gclient_env': {'GYP_GENERATORS' : 'make'}}) 356 'gclient_env': {'GYP_GENERATORS' : 'make'}})
357 357
358 f_v8_arm_builder = m_linux.V8Factory('V8-arm-builder', 358 f_v8_arm_builder = m_linux.V8Factory('V8-arm-builder',
359 target='release', 359 target='release',
360 tests=[], 360 tests=[],
361 compile_timeout=3600, 361 compile_timeout=3600,
362 options=[ 362 options=[
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 # Adds common status and tools to this master. 578 # Adds common status and tools to this master.
579 master_utils.AutoSetupMaster(c, ActiveMaster) 579 master_utils.AutoSetupMaster(c, ActiveMaster)
580 580
581 581
582 ####### PROJECT IDENTITY 582 ####### PROJECT IDENTITY
583 583
584 # Buildbot master url: 584 # Buildbot master url:
585 c['buildbotURL'] = 'http://localhost:8010/' 585 c['buildbotURL'] = 'http://localhost:8010/'
586 c['projectName'] = ActiveMaster.project_name 586 c['projectName'] = ActiveMaster.project_name
587 c['projectURL'] = config.Master.project_url 587 c['projectURL'] = config.Master.project_url
OLDNEW
« no previous file with comments | « masters/master.chromium/master_win_webkit_cfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698