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

Unified Diff: scripts/slave/recipe_modules/auto_bisect/example.py

Issue 1782333002: Add bisect config validation. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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/recipe_modules/auto_bisect/example.py
diff --git a/scripts/slave/recipe_modules/auto_bisect/example.py b/scripts/slave/recipe_modules/auto_bisect/example.py
index 889dbf5bf2f58b0740195474ebaeabacfbbdf8aa..958497529fc75b1a6e1dafa483a801042ef8ee46 100644
--- a/scripts/slave/recipe_modules/auto_bisect/example.py
+++ b/scripts/slave/recipe_modules/auto_bisect/example.py
@@ -342,15 +342,15 @@ def _get_config(params=None):
'bad_revision': '314017',
'metric': 'mean_input_event_latency/mean_input_event_latency',
'repeat_count': '2',
+ 'bug_id': '-1',
'max_time_minutes': '5',
- 'bug_id': '',
'gs_bucket': 'chrome-perf',
'builder_host': 'master4.golo.chromium.org',
'builder_port': '8341',
'dummy_builds': 'True',
'bypass_stats_check': 'True',
'skip_gclient_ops': 'True',
- 'recipe_tester_name': 'linux_perf_tester'
+ 'recipe_tester_name': 'linux_perf_tester',
}
if params:
example_config.update(params)

Powered by Google App Engine
This is Rietveld 408576698