Reviewed by Tony Chang.
increase the number of test results that we save
https://bugs.webkit.org/show_bug.cgi?id=43763
Now that we do incremental uploads, we can increase the number of
results that we save for http://test-results.appspot.com/dashboards/flakiness_dashboard.html.
* Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@65026
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-08-09 Ojan Vafai <ojan@chromium.org>
+
+ Reviewed by Tony Chang.
+
+ increase the number of test results that we save
+ https://bugs.webkit.org/show_bug.cgi?id=43763
+
+ Now that we do incremental uploads, we can increase the number of
+ results that we save for http://test-results.appspot.com/dashboards/flakiness_dashboard.html.
+
+ * Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py:
+
2010-08-09 Evan Martin <evan@chromium.org>
Reviewed by Tony Chang.
class JSONResultsGeneratorBase(object):
"""A JSON results generator for generic tests."""
- MAX_NUMBER_OF_BUILD_RESULTS_TO_LOG = 750
+ MAX_NUMBER_OF_BUILD_RESULTS_TO_LOG = 1500
# Min time (seconds) that will be added to the JSON.
MIN_TIME = 1
JSON_PREFIX = "ADD_RESULTS("