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

Unified Diff: masters/master.tryserver.chromium.gpu/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.gpu/master.cfg
diff --git a/masters/master.tryserver.chromium.gpu/master.cfg b/masters/master.tryserver.chromium.gpu/master.cfg
index f34e6afd67d941d26ecc9550993f92a6f9190475..23ed8fc822e26065afa56a702f9e6edc90e675a5 100644
--- a/masters/master.tryserver.chromium.gpu/master.cfg
+++ b/masters/master.tryserver.chromium.gpu/master.cfg
@@ -93,8 +93,7 @@ if LISTEN_TO_RIETVELD or True:
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')))
# Triggerable schedulers for GPU testers.
for gpu_builder_name, triggers in gpu_triggers.iteritems():

Powered by Google App Engine
This is Rietveld 408576698