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

Unified Diff: scripts/slave/recipes/bisect_test/example_bisect_results.py

Issue 1782333002: Add bisect config validation. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebased Created 4 years, 9 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: scripts/slave/recipes/bisect_test/example_bisect_results.py
diff --git a/scripts/slave/recipes/bisect_test/example_bisect_results.py b/scripts/slave/recipes/bisect_test/example_bisect_results.py
index 3be8ddca28bc9d36c9a97683ef828ab8e1fdff5a..0b8b3bcd6486874e42c96a9ab32f1bdc922c41b9 100644
--- a/scripts/slave/recipes/bisect_test/example_bisect_results.py
+++ b/scripts/slave/recipes/bisect_test/example_bisect_results.py
@@ -22,8 +22,6 @@ BASIC_CONFIG = {
'metric': 'mean_input_event_latency/mean_input_event_latency',
'repeat_count': '2',
'max_time_minutes': '5',
- 'truncate_percent': '0',
- 'bug_id': '',
'gs_bucket': 'chrome-perf',
'builder_host': 'master4.golo.chromium.org',
'builder_port': '8341',

Powered by Google App Engine
This is Rietveld 408576698