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

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

Issue 10264010: Make Chromium Mac 10.6 Shared not check for dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Use tests_run=noop instead Created 8 years, 7 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 | 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 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 from buildbot import locks 5 from buildbot import locks
6 from buildbot.changes import svnpoller 6 from buildbot.changes import svnpoller
7 from buildbot.scheduler import Dependent 7 from buildbot.scheduler import Dependent
8 from buildbot.scheduler import Nightly 8 from buildbot.scheduler import Nightly
9 from buildbot.scheduler import Periodic 9 from buildbot.scheduler import Periodic
10 from buildbot.scheduler import Scheduler 10 from buildbot.scheduler import Scheduler
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 f_chromium_mac_106_shared = mac().ChromiumFactory( 670 f_chromium_mac_106_shared = mac().ChromiumFactory(
671 slave_type='Builder', 671 slave_type='Builder',
672 target='Release', 672 target='Release',
673 options=[ 673 options=[
674 '--build-tool=make', 674 '--build-tool=make',
675 '--compiler=goma-clang', 675 '--compiler=goma-clang',
676 ], 676 ],
677 factory_properties={ 677 factory_properties={
678 'trigger': 'mac_rel', 678 'trigger': 'mac_rel',
679 'gclient_env': { 679 'gclient_env': {
680 'GYP_DEFINES': 'fastbuild=1 component=shared_library', 680 'GYP_DEFINES': 'fastbuild=1 component=shared_library tests_run=noop',
681 'GYP_GENERATORS': 'make', 681 'GYP_GENERATORS': 'make',
682 }}, 682 }},
683 tests=[]) 683 tests=[])
684 684
685 f_chromium_mac_107_tests = mac().ChromiumFactory( 685 f_chromium_mac_107_tests = mac().ChromiumFactory(
686 slave_type='Tester', 686 slave_type='Tester',
687 build_url=chromium_rel_mac_archive, 687 build_url=chromium_rel_mac_archive,
688 target='Release', 688 target='Release',
689 tests=['base', 689 tests=['base',
690 'browser_tests', 690 'browser_tests',
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
1382 relayhost=config.Master.smtp, 1382 relayhost=config.Master.smtp,
1383 subject='macshared buildbot %(result)s in %(projectName)s on %(builder)s', 1383 subject='macshared buildbot %(result)s in %(projectName)s on %(builder)s',
1384 extraRecipients=['thakis@chromium.org'], 1384 extraRecipients=['thakis@chromium.org'],
1385 sendToInterestedUsers=False)) 1385 sendToInterestedUsers=False))
1386 1386
1387 1387
1388 ####### PROJECT IDENTITY 1388 ####### PROJECT IDENTITY
1389 1389
1390 # Buildbot master url: 1390 # Buildbot master url:
1391 c['buildbotURL'] = 'http://build.chromium.org/p/chromium.fyi/' 1391 c['buildbotURL'] = 'http://build.chromium.org/p/chromium.fyi/'
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698