Cleanup from unnecessary permissions.

R=mbonadei

Bug: chromium:1203285
Change-Id: I1f494653faefa3f01a1273f25206649659248ad3
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/2854457
Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
Commit-Queue: Andrii Shyshkalov <tandrii@google.com>
This commit is contained in:
Andrii Shyshkalov 2021-04-27 17:07:58 +02:00 committed by libyuv LUCI CQ
parent ff705b66af
commit 54b4b0b6e7
2 changed files with 0 additions and 18 deletions

View File

@ -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"

View File

@ -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):