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

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

Issue 2272953002: [Findit] Moving check flake parameters to config (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Updating swarming settings config example Created 4 years, 4 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 | « appengine/findit/waterfall/trigger_flake_swarming_task_pipeline.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/waterfall/waterfall_config.py
diff --git a/appengine/findit/waterfall/waterfall_config.py b/appengine/findit/waterfall/waterfall_config.py
index e2b10a3fcee84ec5257c2bd24bdad6ceaad493b7..99c3052082d36f82b9898333b8ed21063e773c4b 100644
--- a/appengine/findit/waterfall/waterfall_config.py
+++ b/appengine/findit/waterfall/waterfall_config.py
@@ -169,3 +169,7 @@ def GetDownloadBuildDataSettings():
def GetActionSettings():
return FinditConfig().Get().action_settings
+
+
+def GetCheckFlakeSettings():
+ return FinditConfig().Get().check_flake_settings
« no previous file with comments | « appengine/findit/waterfall/trigger_flake_swarming_task_pipeline.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698