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

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

Issue 9320073: Do not use our svnpoller, it's not ready yet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 8 years, 10 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.scheduler import Dependent 7 from buildbot.scheduler import Dependent
7 from buildbot.scheduler import Nightly 8 from buildbot.scheduler import Nightly
8 from buildbot.scheduler import Periodic 9 from buildbot.scheduler import Periodic
9 from buildbot.scheduler import Scheduler 10 from buildbot.scheduler import Scheduler
10 from buildbot.scheduler import Triggerable 11 from buildbot.scheduler import Triggerable
11 12
12 # These modules come from scripts/master, which must be in the PYTHONPATH. 13 # These modules come from scripts/master, which must be in the PYTHONPATH.
13 from master import build_utils 14 from master import build_utils
14 from master import chromium_notifier 15 from master import chromium_notifier
15 from master import failures_notifier 16 from master import failures_notifier
16 from master import master_config 17 from master import master_config
17 from master import master_utils 18 from master import master_utils
18 from master import slaves_list 19 from master import slaves_list
19 from master import svnpoller
20 20
21 from master.factory import chromeos_factory 21 from master.factory import chromeos_factory
22 from master.factory import chromium_factory 22 from master.factory import chromium_factory
23 23
24 # These modules come from scripts/common, which must be in the PYTHONPATH. 24 # These modules come from scripts/common, which must be in the PYTHONPATH.
25 import config 25 import config
26 26
27 ActiveMaster = config.Master.ChromiumFYI 27 ActiveMaster = config.Master.ChromiumFYI
28 28
29 CODESEARCH_NOTIFIER = True 29 CODESEARCH_NOTIFIER = True
(...skipping 1417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1447 ], 1447 ],
1448 lookup=master_utils.FilterDomain(), 1448 lookup=master_utils.FilterDomain(),
1449 forgiving_steps=[], 1449 forgiving_steps=[],
1450 use_getname=True)) 1450 use_getname=True))
1451 1451
1452 1452
1453 ####### PROJECT IDENTITY 1453 ####### PROJECT IDENTITY
1454 1454
1455 # Buildbot master url: 1455 # Buildbot master url:
1456 c['buildbotURL'] = 'http://build.chromium.org/p/chromium.fyi/' 1456 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