0

android-marshmallow-arm64-rel uses 500 parallel goma jobs

There were a couple of new target added to this builder.
The builder compile often use >2.5 hours. Using a higher
parallel goma job setting to resolve the issue.

Bug: 1242403
Change-Id: Iae468e365c7a416bc681828808bb1bcf844c3482
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3116417
Reviewed-by: Michael Moss <mmoss@chromium.org>
Commit-Queue: Sven Zheng <svenzheng@chromium.org>
Cr-Commit-Position: refs/heads/main@{#914952}
This commit is contained in:
Sven Zheng
2021-08-24 23:02:32 +00:00
committed by Chromium LUCI CQ
parent 117cfd4c6a
commit fee7d6ad1a
2 changed files with 2 additions and 1 deletions
infra/config
generated
subprojects
chromium

@ -28840,7 +28840,7 @@ buckets {
'{'
' "$build/goma": {'
' "enable_ats": true,'
' "jobs": 150,'
' "jobs": 500,'
' "rpc_extra_params": "?prod",'
' "server_host": "goma.chromium.org",'
' "use_luci_auth": true'

@ -905,6 +905,7 @@ ci.android_builder(
),
cq_mirrors_console_view = "mirrors",
execution_timeout = 4 * time.hour,
goma_jobs = goma.jobs.MANY_JOBS_FOR_CI,
main_console_view = main_console_if_on_branch(),
tree_closing = True,
os = os.LINUX_BIONIC_REMOVE,