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

Unified Diff: appengine/findit/waterfall/test/waterfall_config_test.py

Issue 2282093002: [Findit] Moving check flake max_builds_to_look_back to config (Closed)
Patch Set: 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
Index: appengine/findit/waterfall/test/waterfall_config_test.py
diff --git a/appengine/findit/waterfall/test/waterfall_config_test.py b/appengine/findit/waterfall/test/waterfall_config_test.py
index 871e5420d560eeb622cedac01c248f1c95bd9c36..41df4aface11b69395797d3fd1844d02de664f91 100644
--- a/appengine/findit/waterfall/test/waterfall_config_test.py
+++ b/appengine/findit/waterfall/test/waterfall_config_test.py
@@ -143,6 +143,7 @@ class MastersTest(wf_testcase.WaterfallTestCase):
'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': 1000
},
waterfall_config.GetCheckFlakeSettings())
« no previous file with comments | « appengine/findit/waterfall/flake/initialize_flake_pipeline.py ('k') | appengine/findit/waterfall/test/wf_testcase.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698