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

Unified Diff: appengine/findit/model/wf_config.py

Issue 2272953002: [Findit] Moving check flake parameters to config (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fixing naming in html file 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/handlers/test/config_test.py ('k') | appengine/findit/templates/config.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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={})
« no previous file with comments | « appengine/findit/handlers/test/config_test.py ('k') | appengine/findit/templates/config.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698