Move pinpoint acl to the perf bucket.

The perf builders have been moved from the 'ci' to the 'perf' bucket.

Bug: b/233159334
Change-Id: Ic5de4489892599d3a9cf94696a4db8a708c1f0e3
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/262808
Commit-Queue: Jeremy Leconte <jleconte@google.com>
Reviewed-by: Christoffer Jansson <jansson@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36928}
This commit is contained in:
Jeremy Leconte
2022-05-18 21:26:53 +02:00
committed by WebRTC LUCI CQ
parent 42cf83cc61
commit d68a06aedf
3 changed files with 9 additions and 9 deletions

View File

@ -259,10 +259,6 @@ luci.bucket(
acl.entry(acl.BUILDBUCKET_TRIGGERER, groups = [ acl.entry(acl.BUILDBUCKET_TRIGGERER, groups = [
"project-webrtc-ci-schedulers", "project-webrtc-ci-schedulers",
]), ]),
acl.entry(acl.BUILDBUCKET_TRIGGERER, groups = [
# Allow Pinpoint to trigger builds for bisection
"service-account-chromeperf",
]),
], ],
) )
@ -272,6 +268,10 @@ luci.bucket(
acl.entry(acl.BUILDBUCKET_TRIGGERER, users = [ acl.entry(acl.BUILDBUCKET_TRIGGERER, users = [
"webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com", "webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com",
]), ]),
acl.entry(acl.BUILDBUCKET_TRIGGERER, groups = [
# Allow Pinpoint to trigger builds for bisection
"service-account-chromeperf",
]),
], ],
) )

View File

@ -13,10 +13,6 @@ buckets {
role: SCHEDULER role: SCHEDULER
group: "project-webrtc-ci-schedulers" group: "project-webrtc-ci-schedulers"
} }
acls {
role: SCHEDULER
group: "service-account-chromeperf"
}
swarming { swarming {
builders { builders {
name: "Android32 (M Nexus5X)" name: "Android32 (M Nexus5X)"
@ -2152,6 +2148,10 @@ buckets {
role: SCHEDULER role: SCHEDULER
identity: "user:webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com" identity: "user:webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
} }
acls {
role: SCHEDULER
group: "service-account-chromeperf"
}
swarming { swarming {
builders { builders {
name: "Android32 Builder arm" name: "Android32 Builder arm"

View File

@ -64,7 +64,6 @@ realms {
bindings { bindings {
role: "role/buildbucket.triggerer" role: "role/buildbucket.triggerer"
principals: "group:project-webrtc-ci-schedulers" principals: "group:project-webrtc-ci-schedulers"
principals: "group:service-account-chromeperf"
} }
bindings { bindings {
role: "role/resultdb.invocationCreator" role: "role/resultdb.invocationCreator"
@ -87,6 +86,7 @@ realms {
} }
bindings { bindings {
role: "role/buildbucket.triggerer" role: "role/buildbucket.triggerer"
principals: "group:service-account-chromeperf"
principals: "user:webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com" principals: "user:webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
} }
bindings { bindings {