Commit 27ae5938 authored by Simon Que's avatar Simon Que Committed by Commit Bot

infra/config: Use RBE_PROD backend for CrOS builder

This is currently set to use the RBE backend via the recipe config.
Specify it in the builder config instead.

Bug: 1022800
Change-Id: I27955c8012682847987c65daec9d2de64898369c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906460
Auto-Submit: Simon Que <sque@chromium.org>
Reviewed-by: default avatarYoshisato Yanagisawa <yyanagisawa@google.com>
Reviewed-by: default avatarTakuto Ikuta <tikuta@chromium.org>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#714373}
parent 5d5ec608
......@@ -480,6 +480,7 @@ goma_builder(
goma_builder(
name = 'chromeos-amd64-generic-rel (Goma RBE FYI)',
builderless = True,
goma_backend = goma.backend.RBE_PROD,
goma_enable_ats = True,
)
......
......@@ -7533,7 +7533,7 @@ buckets: <
name: "chromium"
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master"
properties_j: "$build/goma:{\"enable_ats\":true}"
properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"chromium.goma\""
>
......
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