diff --git a/cr-buildbucket.cfg b/cr-buildbucket.cfg index 189f0c914..c4dc0421d 100644 --- a/cr-buildbucket.cfg +++ b/cr-buildbucket.cfg @@ -13,10 +13,6 @@ buckets { acls { group: "all" } - acls { - role: SCHEDULER - identity: "user:luci-scheduler@appspot.gserviceaccount.com" - } swarming { builders { name: "Android ARM64 Debug" @@ -624,10 +620,6 @@ buckets { acls { group: "all" } - acls { - role: SCHEDULER - identity: "user:luci-scheduler@appspot.gserviceaccount.com" - } swarming { builders { name: "DEPS Autoroller" diff --git a/main.star b/main.star index 2323f4a00..019421b7c 100755 --- a/main.star +++ b/main.star @@ -156,11 +156,6 @@ luci.cq_group( luci.bucket( name = "ci", - acls = [ - acl.entry(acl.BUILDBUCKET_TRIGGERER, users = [ - "luci-scheduler@appspot.gserviceaccount.com", - ]), - ], ) luci.bucket( name = "try", @@ -173,11 +168,6 @@ luci.bucket( ) luci.bucket( name = "cron", - acls = [ - acl.entry(acl.BUILDBUCKET_TRIGGERER, users = [ - "luci-scheduler@appspot.gserviceaccount.com", - ]), - ], ) def get_os_dimensions(os):