Commit 2f48b694 authored by Ben Joyce's avatar Ben Joyce Committed by Commit Bot

Update location of luc-milo.cfg mentioned in comment.

Bug: None
Change-Id: I1f436a10c64f9e8ca59dfbe0d811cfc6904ca680
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2530257
Commit-Queue: benjamin joyce <bjoyce@chromium.org>
Reviewed-by: default avatarBrian Sheedy <bsheedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#825953}
parent e93252ac
...@@ -1364,7 +1364,7 @@ class BBJSONGenerator(object): ...@@ -1364,7 +1364,7 @@ class BBJSONGenerator(object):
self.write_file(self.pyl_file_path(filename + suffix), jsonstr) self.write_file(self.pyl_file_path(filename + suffix), jsonstr)
def get_valid_bot_names(self): def get_valid_bot_names(self):
# Extract bot names from infra/config/luci-milo.cfg. # Extract bot names from infra/config/generated/luci-milo.cfg.
# NOTE: This reference can cause issues; if a file changes there, the # NOTE: This reference can cause issues; if a file changes there, the
# presubmit here won't be run by default. A manually maintained list there # presubmit here won't be run by default. A manually maintained list there
# tries to run presubmit here when luci-milo.cfg is changed. If any other # tries to run presubmit here when luci-milo.cfg is changed. If any other
......
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