Commit 3c2d3a4d authored by prasadv's avatar prasadv Committed by Commit bot

Add android-chrome-perf as builder_type choice

BUG=463265
NOTRY=true

Review URL: https://codereview.chromium.org/973653002

Cr-Commit-Position: refs/heads/master@{#318799}
parent a741b8a3
......@@ -2645,7 +2645,8 @@ class BisectOptions(object):
'(default), Release_x64 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,
fetch_build.ANDROID_CHROME_PERF_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. '
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment