Commit c4dac5a6 authored by Andrii Shyshkalov's avatar Andrii Shyshkalov Committed by Chromium LUCI CQ

infra: allow V8 to use Chromium's -dev pool.

R=bpastene, liviurau, machenbach

Bug: 1142484
Change-Id: Id121d0fb153a2a7de3c2fab5f432d0083e841dc3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2589032
Auto-Submit: Andrii Shyshkalov <tandrii@google.com>
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836623}
parent c216dbf0
...@@ -18,6 +18,7 @@ swarming.pool_realm( ...@@ -18,6 +18,7 @@ swarming.pool_realm(
projects = [ projects = [
"infra", "infra",
"infra-experimental", "infra-experimental",
"v8",
], ],
) )
......
...@@ -73,6 +73,7 @@ realms { ...@@ -73,6 +73,7 @@ realms {
role: "role/swarming.poolUser" role: "role/swarming.poolUser"
principals: "project:infra" principals: "project:infra"
principals: "project:infra-experimental" principals: "project:infra-experimental"
principals: "project:v8"
} }
} }
realms { realms {
......
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