DescriptionSupport references to args files in MB.
Eventually we want most of the MB implementation to go away;
in particular, we probably want the bots to pick up their
GN configurations from args files, rather than from configs
in the mb_config.pyl file.
This CL adds support for specifying a given args file for a bot
in the master/builder configs directly, so you can specify
"masters": {"master": {"builder": "//foo/bar/baz.gn"}}. When
MB runs, it'll create an args.gn in the build directory that
contains the line 'import("//foo/bar/baz.gn")', which will
ensure the args are kept in sync.
R=brettw@chromium.org, jessicag@chromium.org, perezju@chromium.org
BUG=602528
Committed: https://crrev.com/9dd5e25ac7e13a059c68e71b8a22955d952c23a3
Cr-Commit-Position: refs/heads/master@{#387234}
Patch Set 1 #
Total comments: 4
Patch Set 2 : merge to #387207 #Patch Set 3 : fix indent #
Messages
Total messages: 14 (3 generated)
|