Commit c612513c authored by Yuke Liao's avatar Yuke Liao Committed by Commit Bot

[lacros] Bump goma jobs for linux-lacros-rel

There is a plan to nearly double the compile load on linux-lacros-rel,
and in order to mitigate the impact on CQ cycle time, bump the goma
jobs from 80 to 150.

Bug: 1129223
Change-Id: I2699dd626b14db2239cc4a72f15955cfa75ff10c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458367
Commit-Queue: Yuke Liao <liaoyuke@chromium.org>
Reviewed-by: default avatarYoshisato Yanagisawa <yyanagisawa@chromium.org>
Cr-Commit-Position: refs/heads/master@{#817050}
parent 2cb648f2
......@@ -25021,7 +25021,7 @@ buckets {
cipd_version: "refs/heads/master"
cmd: "recipes"
}
properties: "{\"$build/goma\":{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true},\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"$recipe_engine/isolated\":{\"server\":\"https://isolateserver.appspot.com\"},\"builder_group\":\"tryserver.chromium.chromiumos\",\"recipe\":\"chromium_trybot\"}"
properties: "{\"$build/goma\":{\"enable_ats\":true,\"jobs\":150,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true},\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"$recipe_engine/isolated\":{\"server\":\"https://isolateserver.appspot.com\"},\"builder_group\":\"tryserver.chromium.chromiumos\",\"recipe\":\"chromium_trybot\"}"
execution_timeout_secs: 14400
expiration_secs: 7200
caches {
......@@ -678,6 +678,7 @@ try_.chromium_chromiumos_builder(
try_.chromium_chromiumos_builder(
name = "linux-lacros-rel",
goma_jobs = goma.jobs.J150,
main_list_view = "try",
tryjob = try_.job(),
)
......
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