0

Allow WebRTC admins to trigger WebRTC ci bots.

Goal is to be able to trigger led runs and simplify the debugging of https://crbug.com/418717425.

Bug: None
Change-Id: I27abce4c18b6158fab712de7c61774dd759ce81c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6573734
Commit-Queue: Jeremy Leconte <jleconte@google.com>
Reviewed-by: Ilya Nikolaevskiy <ilnik@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1463275}
This commit is contained in:
Jeremy Leconte
2025-05-21 02:00:37 -07:00
committed by Chromium LUCI CQ
parent 6b57e7dc06
commit 82b948eb04
2 changed files with 5 additions and 1 deletions
infra/config
generated
subprojects

@ -841,6 +841,7 @@ realms {
bindings {
role: "role/buildbucket.triggerer"
principals: "group:project-chromium-ci-schedulers"
principals: "group:project-webrtc-admins"
}
bindings {
role: "role/scheduler.owner"

@ -17,7 +17,10 @@ luci.bucket(
),
acl.entry(
roles = acl.BUILDBUCKET_TRIGGERER,
groups = "project-chromium-ci-schedulers",
groups = [
"project-chromium-ci-schedulers",
"project-webrtc-admins",
],
),
acl.entry(
roles = acl.BUILDBUCKET_OWNER,