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

Unified Diff: tools/auto_bisect/bisect_perf_regression.py

Issue 916543002: Add "" as a valid value for --builder_type in bisect_perf_regression.py. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/auto_bisect/bisect_perf_regression.py
diff --git a/tools/auto_bisect/bisect_perf_regression.py b/tools/auto_bisect/bisect_perf_regression.py
index d60f29f398f78d1c3187fb17d07cabd93e46b30e..1e06e99a7d60fc46414c8410c8ebccde2a2dc3ee 100755
--- a/tools/auto_bisect/bisect_perf_regression.py
+++ b/tools/auto_bisect/bisect_perf_regression.py
@@ -2641,10 +2641,11 @@ class BisectOptions(object):
'(default), or "Debug".')
group.add_argument('--builder_type', default=fetch_build.PERF_BUILDER,
choices=[fetch_build.PERF_BUILDER,
- fetch_build.FULL_BUILDER],
+ fetch_build.FULL_BUILDER, ''],
help='Type of builder to get build from. This '
'determines both the bot that builds and the '
- 'place where archived builds are downloaded from.')
+ 'place where archived builds are downloaded from. '
+ 'For local builds, an empty string can be passed.')
@staticmethod
def _AddDebugOptionsGroup(parser):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698