Commit a69f10d1 authored by John Budorick's avatar John Budorick Committed by Commit Bot

luci: use -j150 on android-pie-x86-fyi-rel.

Matching existing non-fyi android bots.

Bug: 922145
Change-Id: I12e793167c3abe66f2a283f1e1ffe61735002ec4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2078838Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#745102}
parent 42f7c96e
......@@ -288,6 +288,7 @@ ci.android_fyi_builder(
ci.android_fyi_builder(
name = 'android-pie-x86-fyi-rel',
goma_jobs=goma.jobs.J150,
)
......
......@@ -166,6 +166,7 @@ try_.chromium_android_builder(
try_.chromium_android_builder(
name = 'android-pie-x86-fyi-rel',
goma_jobs=goma.jobs.J150,
)
try_.chromium_android_builder(
......
......@@ -6405,7 +6405,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,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$build/goma:{\"enable_ats\":true,\"jobs\":150,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"chromium.android.fyi\""
>
......@@ -12328,7 +12328,7 @@ buckets: <
name: "chromium_trybot"
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master"
properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$build/goma:{\"enable_ats\":true,\"jobs\":150,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"tryserver.chromium.android\""
>
......
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