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

Unified Diff: tools/run-bisect-perf-regression.py

Issue 847603002: Replace builder_host and builder_port with builder_type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update sample configs for win and mac. Created 5 years, 11 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
« no previous file with comments | « tools/auto_bisect/request_build.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-bisect-perf-regression.py
diff --git a/tools/run-bisect-perf-regression.py b/tools/run-bisect-perf-regression.py
index c8c0de247e0c2cbc902099a3367038b820eb9f47..f2eff2a9d65de9896f07f3f6fdbbd0986862630b 100755
--- a/tools/run-bisect-perf-regression.py
+++ b/tools/run-bisect-perf-regression.py
@@ -511,8 +511,7 @@ def _RunBisectionScript(
('bisect_mode', '--bisect_mode'),
('improvement_direction', '--improvement_direction'),
('bug_id', '--bug_id'),
- ('builder_host', '--builder_host'),
- ('builder_port', '--builder_port'),
+ ('builder_type', '--builder_type'),
]
for config_key, flag in options:
if config.has_key(config_key):
« no previous file with comments | « tools/auto_bisect/request_build.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698