madecoste / swarming

Automatically exported from code.google.com/p/swarming
Apache License 2.0
0 stars 1 forks source link

Enforce access control for higher priorities #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, any user can use any priority without limit, preempting CI or CQ 
jobs.

The fix is to add an access group for the subset of 'users' (that is, bots and 
admins) that can trigger high priority tasks.

This is a requirement before enlarging the allowed users to a larger group.

Original issue reported on code.google.com by maruel@chromium.org on 14 Feb 2014 at 7:55

GoogleCodeExporter commented 9 years ago
c16119b746ecfc9c58f04eea031e3c174b568345 limits non-bot non-admin priority to 
100.

Original comment by maruel@chromium.org on 16 Jun 2014 at 6:00