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

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

Issue 305343003: Enabled new RietveldPollerWithCache on tryserver.chromium (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Only tryserver.chromium Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium/master.cfg
diff --git a/masters/master.tryserver.chromium/master.cfg b/masters/master.tryserver.chromium/master.cfg
index fbb08173eec1b7fc9f76fd52d2f9e0eedde25c2d..70d0fd287ff5c42c94b34ffa2ccc600d8fb09529 100644
--- a/masters/master.tryserver.chromium/master.cfg
+++ b/masters/master.tryserver.chromium/master.cfg
@@ -2231,7 +2231,8 @@ if ActiveMaster.is_production_host:
pools=pools,
project='chrome',
filter_master=True,
- cachepath=os.path.join(os.getcwd(), 'try_job_rietveld.json')))
+ cachepath=os.path.join(os.getcwd(), 'try_job_rietveld.json'),
+ cache_processed_jobs=True))
if LISTEN_TO_SVN:
c['schedulers'].append(TryJobSubversion(
« 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