support regexes for builders in console config |
||||
Issue descriptionhttps://chromium.googlesource.com/chromium/src/+/infra/config/luci-milo.cfg is very verbose and duplicates builder names in master.cfg and cr-buildbucket.cfg. estaab wrote a tool to convert buildermap.json to this config. Builder names will eventually go out of sync both problems could be solved by implemented regexes for builder ids. The builder name field in the proto could be interpreted using https://godoc.org/go.chromium.org/luci/common/data/text/pattern (which is backward compatible) and update console computation code https://cs.chromium.org/chromium/infra/go/src/go.chromium.org/luci/milo/buildsource/console.go?type=cs&q=GetConsoleRows&l=76 to check the pattern
,
Nov 8 2017
I think we decided we don't want to do this until after the migration since we'll builder granularity while we're converting them.
,
Nov 9 2017
,
Oct 18
|
||||
►
Sign in to add a comment |
||||
Comment 1 by no...@chromium.org
, Nov 5 2017