Skip to content

Commit

Permalink
Add Pinpoint as trybot scheduler
Browse files Browse the repository at this point in the history
Adds the Pinpoint service account as a scheduler for the tryserver ACL
set. This is so that it can trigger builds for bisection. This is
currently only expected to actually schedule builds on
gpu-fyi-try-win-xr-builder, but other bisection builders are likely to
be added in the future.

Bug: 977735
Change-Id: If63bd750e931d9002f06a43080ef9aad34fb0e45
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704322
Auto-Submit: Brian Sheedy <bsheedy@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#677896}
  • Loading branch information
Brian Sheedy authored and Commit Bot committed Jul 16, 2019
1 parent 44fa9fb commit 444c9d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions infra/config/cr-buildbucket.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ acl_sets {
role: SCHEDULER
identity: "findit-for-me@appspot.gserviceaccount.com"
}
acls {
# Allow Pinpoint to trigger builds for bisection.
role: SCHEDULER
group: "service-account-chromeperf"
}
acls {
role: WRITER
group: "service-account-chromium-tryserver"
Expand Down

0 comments on commit 444c9d6

Please sign in to comment.