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

Unified Diff: masters/master.tryserver.chromium/master.cfg

Issue 330283006: New RietveldPollerWithCache is working stable. Removed old RietveldPoller and the flag to choose be… (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 side-by-side diff with in-line comments
Download patch
Index: masters/master.tryserver.chromium/master.cfg
diff --git a/masters/master.tryserver.chromium/master.cfg b/masters/master.tryserver.chromium/master.cfg
index 70d0fd287ff5c42c94b34ffa2ccc600d8fb09529..fbb08173eec1b7fc9f76fd52d2f9e0eedde25c2d 100644
--- a/masters/master.tryserver.chromium/master.cfg
+++ b/masters/master.tryserver.chromium/master.cfg
@@ -2231,8 +2231,7 @@ if ActiveMaster.is_production_host:
pools=pools,
project='chrome',
filter_master=True,
- cachepath=os.path.join(os.getcwd(), 'try_job_rietveld.json'),
- cache_processed_jobs=True))
+ cachepath=os.path.join(os.getcwd(), 'try_job_rietveld.json')))
if LISTEN_TO_SVN:
c['schedulers'].append(TryJobSubversion(

Powered by Google App Engine
This is Rietveld 408576698