| Index: appengine/findit/model/wf_config.py
|
| diff --git a/appengine/findit/model/wf_config.py b/appengine/findit/model/wf_config.py
|
| index cca90a3da8b7582337ba8a3b61fdba30f2e707ce..fa767a3ed3afe8553b1918286a86493d44b1dbaf 100644
|
| --- a/appengine/findit/model/wf_config.py
|
| +++ b/appengine/findit/model/wf_config.py
|
| @@ -103,3 +103,7 @@ class FinditConfig(VersionedConfig):
|
| # 'max_dive_in_a_row': 4,
|
| # }
|
| check_flake_settings = ndb.JsonProperty(indexed=False, default={})
|
| +
|
| + # A dict containing try job settings for identifying a cl that introduced
|
| + # test flakiness.
|
| + check_flake_try_job_settings = ndb.JsonProperty(indexed=False, default={})
|
|
|