Commit 9213e232 authored by Quinten Yearsley's avatar Quinten Yearsley Committed by Commit Bot

blinkpy: Update TODO comment about removing "master-name"

Bug: 1002702
Change-Id: I3100574c1c4a3677c710021d755e91f5db23a87d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982686Reviewed-by: default avatarRobert Ma <robertma@chromium.org>
Commit-Queue: Robert Ma <robertma@chromium.org>
Cr-Commit-Position: refs/heads/master@{#728274}
parent 52e34296
......@@ -527,8 +527,10 @@ def parse_args(args):
default='',
help='The name of the builder shown on the waterfall running '
'this script, e.g. "Mac10.13 Tests".'),
# TODO(crbug/1002702): Remove this, it's not actually a Buildbot
# master since Buildbot is gone.
# TODO(qyearsley): This is not actually a Buildbot master since
# Buildbot is gone; all instances of the term "master" in this
# code-base should be removed after test-results.appspot.com is
# removed.
optparse.make_option('--master-name'),
optparse.make_option(
'--test-results-server',
......
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