Commit 4a486dbc authored by Simon Que's avatar Simon Que Committed by Commit Bot

infra: Migrate builders to Goma RBE (Week 14b)

CI builders:
- Android ASAN (dbg)
- Android arm Builder (dbg)
- Android arm64 Builder (dbg)

Try builders:
- android_clang_dbg_recipe
- android_compile_dbg
- android_n5x_swarming_dbg
- android_arm64_dbg_recipe
- android-oreo-arm64-dbg
- android-pie-arm64-dbg

Schedule of migration:
https://docs.google.com/spreadsheets/d/1TZhpasm6iceYm7zqkyEtZ1wn9ZcpREfH4LV4cusICJA/edit#gid=0

Bug: 950413
Change-Id: Ib7db8b4b6e0712153b05bcc97e7dc82085e44b78
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875857Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Commit-Queue: Simon Que <sque@chromium.org>
Cr-Commit-Position: refs/heads/master@{#709935}
parent 02f2dff4
......@@ -156,6 +156,7 @@ def android_builder(
android_builder(
name = 'Android ASAN (dbg)',
goma_backend = goma.backend.RBE_PROD,
)
android_builder(
......@@ -185,11 +186,13 @@ android_builder(
android_builder(
name = 'Android arm Builder (dbg)',
goma_backend = goma.backend.RBE_PROD,
execution_timeout = 4 * time.hour,
)
android_builder(
name = 'Android arm64 Builder (dbg)',
goma_backend = goma.backend.RBE_PROD,
goma_jobs = goma.jobs.MANY_JOBS_FOR_CI,
execution_timeout = 4 * time.hour,
)
......
......@@ -234,10 +234,12 @@ android_builder(
android_builder(
name = 'android-oreo-arm64-dbg',
goma_backend = goma.backend.RBE_PROD,
)
android_builder(
name = 'android-pie-arm64-dbg',
goma_backend = goma.backend.RBE_PROD,
)
android_builder(
......@@ -277,6 +279,7 @@ android_builder(
android_builder(
name = 'android_arm64_dbg_recipe',
goma_backend = goma.backend.RBE_PROD,
goma_jobs = goma.jobs.J300,
tryjob = tryjob(),
)
......@@ -293,12 +296,14 @@ android_builder(
android_builder(
name = 'android_clang_dbg_recipe',
goma_backend = goma.backend.RBE_PROD,
goma_jobs = goma.jobs.J300,
tryjob = tryjob(),
)
android_builder(
name = 'android_compile_dbg',
goma_backend = goma.backend.RBE_PROD,
goma_jobs = goma.jobs.J150,
tryjob = tryjob(),
)
......@@ -359,6 +364,7 @@ android_builder(
android_builder(
name = 'android_n5x_swarming_dbg',
goma_backend = goma.backend.RBE_PROD,
)
android_builder(
......
......@@ -691,6 +691,21 @@ luci.console_view(
category = 'week14a|linux',
short_name = 'tsan',
),
luci.console_view_entry(
builder = 'ci/Android ASAN (dbg)',
category = 'week14b|android',
short_name = 'asanlsan',
),
luci.console_view_entry(
builder = 'ci/Android arm Builder (dbg)',
category = 'week14b|android',
short_name = 'tsan',
),
luci.console_view_entry(
builder = 'ci/Android arm64 Builder (dbg)',
category = 'week14b|android',
short_name = 'tsan',
),
luci.console_view_entry(
builder = 'ci/Win ASan Release',
category = 'win|week1|asan',
......
......@@ -178,7 +178,7 @@ buckets: <
name: "chromium"
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master"
properties_j: "$build/goma:{\"jobs\":150}"
properties_j: "$build/goma:{\"jobs\":150,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"chromium.android\""
>
......@@ -701,7 +701,7 @@ buckets: <
name: "chromium"
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master"
properties_j: "$build/goma:{\"jobs\":150}"
properties_j: "$build/goma:{\"jobs\":150,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"chromium.android\""
>
......@@ -722,7 +722,7 @@ buckets: <
name: "chromium"
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master"
properties_j: "$build/goma:{\"jobs\":500}"
properties_j: "$build/goma:{\"jobs\":500,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"chromium.android\""
>
......@@ -10016,6 +10016,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:{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"tryserver.chromium.android\""
>
......@@ -10044,6 +10045,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:{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"tryserver.chromium.android\""
>
......@@ -10460,7 +10462,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:{\"jobs\":300}"
properties_j: "$build/goma:{\"jobs\":300,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"tryserver.chromium.android\""
>
......@@ -10546,7 +10548,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:{\"jobs\":300}"
properties_j: "$build/goma:{\"jobs\":300,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"tryserver.chromium.android\""
>
......@@ -10575,7 +10577,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:{\"jobs\":150}"
properties_j: "$build/goma:{\"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\""
>
......@@ -10777,6 +10779,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:{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"tryserver.chromium.android\""
>
......
......@@ -5072,6 +5072,21 @@ consoles: <
category: "week14a|linux"
short_name: "tsan"
>
builders: <
name: "buildbucket/luci.chromium.ci/Android ASAN (dbg)"
category: "week14b|android"
short_name: "asanlsan"
>
builders: <
name: "buildbucket/luci.chromium.ci/Android arm Builder (dbg)"
category: "week14b|android"
short_name: "tsan"
>
builders: <
name: "buildbucket/luci.chromium.ci/Android arm64 Builder (dbg)"
category: "week14b|android"
short_name: "tsan"
>
builders: <
name: "buildbucket/luci.chromium.ci/Win ASan Release"
category: "win|week1|asan"
......
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