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

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

Issue 309763004: Revert of Enabled new RietveldPollerWithCache on remaining masters (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 6 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
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 6
7 # READ THIS: 7 # READ THIS:
8 # See http://dev.chromium.org/developers/testing/chromium-build-infrastructure 8 # See http://dev.chromium.org/developers/testing/chromium-build-infrastructure
9 9
10 import os 10 import os
(...skipping 2239 matching lines...) Expand 10 before | Expand all | Expand 10 after
2250 pools=pools)) 2250 pools=pools))
2251 2251
2252 if ActiveMaster.is_production_host: 2252 if ActiveMaster.is_production_host:
2253 c['schedulers'].append(TryJobRietveld( 2253 c['schedulers'].append(TryJobRietveld(
2254 name='try_job_rietveld', 2254 name='try_job_rietveld',
2255 last_good_urls=last_good_urls, 2255 last_good_urls=last_good_urls,
2256 code_review_sites=code_review_sites, 2256 code_review_sites=code_review_sites,
2257 pools=pools, 2257 pools=pools,
2258 project='chrome', 2258 project='chrome',
2259 filter_master=True, 2259 filter_master=True,
2260 cachepath=os.path.join(os.getcwd(), 'try_job_rietveld.json'), 2260 cachepath=os.path.join(os.getcwd(), 'try_job_rietveld.json')))
2261 cache_processed_jobs=True))
2262 2261
2263 if LISTEN_TO_SVN: 2262 if LISTEN_TO_SVN:
2264 c['schedulers'].append(TryJobSubversion( 2263 c['schedulers'].append(TryJobSubversion(
2265 name='try_job_svn', 2264 name='try_job_svn',
2266 svn_url=ActiveMaster.svn_url, 2265 svn_url=ActiveMaster.svn_url,
2267 last_good_urls=last_good_urls, 2266 last_good_urls=last_good_urls,
2268 code_review_sites=code_review_sites, 2267 code_review_sites=code_review_sites,
2269 pools=pools)) 2268 pools=pools))
2270 2269
2271 # Triggerable schedulers for Android Builder. 2270 # Triggerable schedulers for Android Builder.
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
2383 # base.make_stop_form = hack_stop(base.make_stop_form) 2382 # base.make_stop_form = hack_stop(base.make_stop_form)
2384 2383
2385 2384
2386 ####### PROJECT IDENTITY 2385 ####### PROJECT IDENTITY
2387 2386
2388 # The 'projectURL' string will be used to provide a link 2387 # The 'projectURL' string will be used to provide a link
2389 # from buildbot HTML pages to your project's home page. 2388 # from buildbot HTML pages to your project's home page.
2390 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage' 2389 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage'
2391 2390
2392 # vi: set ts=4 sts=2 sw=2 et: 2391 # vi: set ts=4 sts=2 sw=2 et:
OLDNEW
« no previous file with comments | « masters/master.tryserver.chromium.gpu/master.cfg ('k') | masters/master.tryserver.nacl/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698