Add pools.cfg config file with settings attached to bot pools |
|||
Issue description
Something like
message Pool {
string name; // e.g "Chrome"
repeated string schedulers; // groups with whoever is allowed to scheduler tasks there
string default_task_account; // a service account to use for tasks assigned to this pool by default
}
This will allow most users of various non-main internal Swarming instances to configure their pool with service accounts in one place, and don't bother specifying it everywhere where they post a task.
,
Aug 17 2017
What does "schedulers" mean exactly? You mean a auth_service group? That looks like a good idea.
,
Aug 17 2017
Yes, a group name. This will replace https://chromium.googlesource.com/infra/luci/luci-py/+/master/appengine/swarming/proto/config.proto#124 which is kind of adhoc.
,
Oct 31 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by s...@google.com
, Aug 3 2017