mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
[Config] Add service accounts for the example builder
Bug:1300370 Change-Id: Ie8a3260c8539ea1aea736cc0f4bb4bfd61ac5871 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3622237 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Yuanjun Huang <yuanjunh@google.com>
This commit is contained in:
parent
3a3d73b3cb
commit
95e1e6bb14
3 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,7 @@ buckets {
|
|||
'{'
|
||||
' "recipe": "hello_world"'
|
||||
'}'
|
||||
service_account: "crosvm-luci-ci-builder@crosvm-infra.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
|
|
|
@ -57,6 +57,10 @@ realms {
|
|||
}
|
||||
realms {
|
||||
name: "ci"
|
||||
bindings {
|
||||
role: "role/buildbucket.builderServiceAccount"
|
||||
principals: "user:crosvm-luci-ci-builder@crosvm-infra.iam.gserviceaccount.com"
|
||||
}
|
||||
bindings {
|
||||
role: "role/buildbucket.triggerer"
|
||||
principals: "group:mdb/crosvm-acl-luci-admin"
|
||||
|
|
|
@ -122,4 +122,5 @@ luci.builder(
|
|||
name = "hello_world",
|
||||
),
|
||||
schedule = "with 1m interval",
|
||||
service_account = "crosvm-luci-ci-builder@crosvm-infra.iam.gserviceaccount.com",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue