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

Unified Diff: appengine/findit/waterfall/waterfall_config.py

Issue 1999653003: [Findit] Bailing out if build data is too old and moving relevant settings to config (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 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
Index: appengine/findit/waterfall/waterfall_config.py
diff --git a/appengine/findit/waterfall/waterfall_config.py b/appengine/findit/waterfall/waterfall_config.py
index 9a7a6a87a5ed438a252bc5d1616691256dedf3d5..674454b09d9b60ed4d07b906cfffd4bdf32a7936 100644
--- a/appengine/findit/waterfall/waterfall_config.py
+++ b/appengine/findit/waterfall/waterfall_config.py
@@ -161,3 +161,8 @@ def GetTryJobSettings():
def GetSwarmingSettings():
return FinditConfig().Get().swarming_settings
+
+
+def GetDownloadBuildDataSettings():
+ return FinditConfig().Get().download_build_data_settings
+
chanli 2016/05/20 23:53:54 nit: empty line
« appengine/findit/waterfall/build_util.py ('K') | « appengine/findit/waterfall/try_job_util.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698