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

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

Issue 2438673004: [Findit] Post analysis results of flakes to bug filed by chromium-try-flakes. (Closed)
Patch Set: Add a config flag to enable/disable updating monorail bug. Created 4 years, 1 month 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 a4bf91e64e2f06d654a1e173f71c95bf7764e0b0..63ad7a74a08864a8a9798da2b285808447137ebb 100644
--- a/appengine/findit/model/wf_config.py
+++ b/appengine/findit/model/wf_config.py
@@ -96,6 +96,8 @@ class FinditConfig(VersionedConfig):
# 'upper_flake_threshold': 0.98,
# 'max_flake_in_a_row': 4,
# 'max_stable_in_a_row': 4,
- # 'iterations_to_rerun': 100
+ # 'iterations_to_rerun': 100,
+ # 'max_build_numbers_to_look_back': 500,
+ # 'update_monorail_bug': False,
# }
check_flake_settings = ndb.JsonProperty(indexed=False, default={})
« no previous file with comments | « appengine/findit/model/flake/master_flake_analysis.py ('k') | appengine/findit/third_party/endpoints_client » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698