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

Unified Diff: masters/master.tryserver.v8/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
« no previous file with comments | « masters/master.tryserver.nacl/master.cfg ('k') | masters/master.tryserver.webrtc/master.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.v8/master.cfg
diff --git a/masters/master.tryserver.v8/master.cfg b/masters/master.tryserver.v8/master.cfg
index 1f2caa780220e2445ba6d50a2118a60f76ead96f..f579eaca5d09267bd57f925c49cabe7d5a6015ba 100644
--- a/masters/master.tryserver.v8/master.cfg
+++ b/masters/master.tryserver.v8/master.cfg
@@ -179,8 +179,7 @@ if LISTEN_TO_RIETVELD:
pools=pools,
filter_master=True,
project='v8',
- cachepath=os.path.join(os.getcwd(), 'try_job_rietveld_cache.json'),
- cache_processed_jobs=True))
+ cachepath=os.path.join(os.getcwd(), 'try_job_rietveld_cache.json')))
if LISTEN_TO_SVN:
from master.try_job_svn import TryJobSubversion
« no previous file with comments | « masters/master.tryserver.nacl/master.cfg ('k') | masters/master.tryserver.webrtc/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698