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

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

Issue 2630433002: Findit] Flake Checker: Pipeline to trigger try jobs to identify flake culprits (Closed)
Patch Set: Addressing comments Created 3 years, 11 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
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={})

Powered by Google App Engine
This is Rietveld 408576698