mb: Fully remove references to 'masters' in favor of 'builder_groups'.

All of WebRTC's mb_configs should have been swapped over to using
'builder_groups'.

Bug: chromium:1117773, webrtc:11680
Change-Id: I5509c242ded0a381b781eef14c2514247eaedf1b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/201721
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Dirk Pranke <dpranke@google.com>
Cr-Commit-Position: refs/heads/master@{#32987}
This commit is contained in:
Mirko Bonadei
2021-01-14 09:21:32 +01:00
committed by Commit Bot
parent 7acc2d9fe3
commit 6c8738ce6e

View File

@ -81,8 +81,6 @@ class MetaBuildWrapper(object):
subp.add_argument('-b', '--builder', subp.add_argument('-b', '--builder',
help='builder name to look up config from') help='builder name to look up config from')
subp.add_argument('-m', '--builder-group', subp.add_argument('-m', '--builder-group',
# TODO(crbug.com/1117773): Remove the 'master' args.
'--master',
help='builder group name to look up config from') help='builder group name to look up config from')
subp.add_argument('-c', '--config', subp.add_argument('-c', '--config',
help='configuration to analyze') help='configuration to analyze')