mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2026-04-30 19:09:18 +08:00
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:
parent
ff705b66af
commit
54b4b0b6e7
@ -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"
|
||||
|
||||
10
main.star
10
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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user