Commit 72aa3388 authored by Tina Lu's avatar Tina Lu Committed by Commit Bot

Allow Tricium to trigger LUCI buildbuckets

Bug: 1018380
Change-Id: I8dbfc8b1d181c39935e3d877675d3fd696c80af1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888514Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Commit-Queue: Tina Lu <ltina@google.com>
Cr-Commit-Position: refs/heads/master@{#710588}
parent f2107046
......@@ -9,7 +9,10 @@ luci.bucket(
),
acl.entry(
roles = acl.BUILDBUCKET_TRIGGERER,
users = 'findit-for-me@appspot.gserviceaccount.com',
users = [
'findit-for-me@appspot.gserviceaccount.com',
'tricium-prod@appspot.gserviceaccount.com',
],
groups = [
'project-chromium-tryjob-access',
# Allow Pinpoint to trigger builds for bisection
......
......@@ -9704,6 +9704,10 @@ buckets: <
role: SCHEDULER
identity: "user:findit-for-me@appspot.gserviceaccount.com"
>
acls: <
role: SCHEDULER
identity: "user:tricium-prod@appspot.gserviceaccount.com"
>
acls: <
role: SCHEDULER
group: "project-chromium-tryjob-access"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment