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

Unified Diff: masters/master.tryserver.webrtc/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.v8/master.cfg ('k') | scripts/master/try_job_rietveld.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.webrtc/master.cfg
diff --git a/masters/master.tryserver.webrtc/master.cfg b/masters/master.tryserver.webrtc/master.cfg
index e92ea51cbaef13a28027f6bf7183f9fff430f12c..d6e0f950ecfe77e9a5ff119a6b6a4e4be433e358 100755
--- a/masters/master.tryserver.webrtc/master.cfg
+++ b/masters/master.tryserver.webrtc/master.cfg
@@ -266,15 +266,12 @@ c['schedulers'].append(TryJobHTTP(
pools=pools))
if LISTEN_TO_RIETVELD:
- # TODO(kjellander): Set cache_processed_jobs=True when the caching Rietveld
- # poller has proven to be stable.
c['schedulers'].append(TryJobRietveld(
name='try_job_rietveld',
last_good_urls=last_good_urls,
code_review_sites=code_review_sites,
pools=pools,
- project='webrtc',
- cachepath=os.path.join(os.getcwd(), 'try_job_rietveld.json')))
+ project='webrtc'))
if LISTEN_TO_SVN:
from master.try_job_svn import TryJobSubversion
« no previous file with comments | « masters/master.tryserver.v8/master.cfg ('k') | scripts/master/try_job_rietveld.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698