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

Side by Side 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, 3 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 """Determines support level for different steps for masters.""" 5 """Determines support level for different steps for masters."""
6 6
7 from model.wf_config import FinditConfig 7 from model.wf_config import FinditConfig
8 8
9 # Explicitly list unsupported masters. Additional work might be needed in order 9 # Explicitly list unsupported masters. Additional work might be needed in order
10 # to support them. 10 # to support them.
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 def GetSwarmingSettings(): 162 def GetSwarmingSettings():
163 return FinditConfig().Get().swarming_settings 163 return FinditConfig().Get().swarming_settings
164 164
165 165
166 def GetDownloadBuildDataSettings(): 166 def GetDownloadBuildDataSettings():
167 return FinditConfig().Get().download_build_data_settings 167 return FinditConfig().Get().download_build_data_settings
168 168
169 169
170 def GetActionSettings(): 170 def GetActionSettings():
171 return FinditConfig().Get().action_settings 171 return FinditConfig().Get().action_settings
172
173
174 def GetCheckFlakeSettings():
175 return FinditConfig().Get().check_flake_settings
OLDNEW
« 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