Chromium Code Reviews| Index: appengine/findit/model/wf_config.py |
| diff --git a/appengine/findit/model/wf_config.py b/appengine/findit/model/wf_config.py |
| index e27cb0548b5517800869448b457c1fa9fa8fd959..e4c36bd66be51805f0675b4e4c7f222a23ad0094 100644 |
| --- a/appengine/findit/model/wf_config.py |
| +++ b/appengine/findit/model/wf_config.py |
| @@ -86,3 +86,7 @@ class FinditConfig(VersionedConfig): |
| # 'cr_notification_latency_limit_minutes': 30, |
| # } |
| action_settings = ndb.JsonProperty(indexed=False, default={}) |
| + |
| + # A dict containing settings for identifying the regression range that |
| + # introduces test flakiness. |
|
stgao
2016/08/24 16:13:43
nit: include a sample of setting like other above?
lijeffrey
2016/08/26 01:40:45
Done.
|
| + check_flake_settings = ndb.JsonProperty(indexed=False, default={}) |