Commit 9e7bbb13 authored by Garrett Beaty's avatar Garrett Beaty Committed by Commit Bot

Add TODO comments with starlark migration blocker information.

Bug: 1011908
Change-Id: I01c20af558317070d99313252823aef38f85338c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864460
Auto-Submit: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#706632}
parent 53bbd78c
...@@ -23,7 +23,15 @@ lucicfg.config( ...@@ -23,7 +23,15 @@ lucicfg.config(
[lucicfg.emit(dest = f, data = io.read_file(f)) for f in ( [lucicfg.emit(dest = f, data = io.read_file(f)) for f in (
'commit-queue.cfg', 'commit-queue.cfg',
'luci-milo.cfg', 'luci-milo.cfg',
# TODO(https://crbug.com/1015148) lucicfg generates luci-notify.cfg very
# differently from our hand-written file and doesn't do any normalization
# for luci-notify.cfg so the semantic diff is large and confusing
'luci-notify.cfg', 'luci-notify.cfg',
# TODO(https://crbug.com/819899) There are a number of noop jobs for dummy
# builders defined due to legacy requirements that trybots mirror CI bots
# and noop scheduler jobs cannot be created in lucicfg, so the trybots need
# to be updated to not rely on dummy builders and the noop jobs need to be
# removed
'luci-scheduler.cfg', 'luci-scheduler.cfg',
)] )]
......
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