0

[reclient] Migrate android-marshmallow-arm64-rel to reclient from goma.

Bug: 1286864
Change-Id: I3d62c95e4d5012cddb135d6ec1e209a10625e690
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3402020
Reviewed-by: Dirk Pranke <dpranke@google.com>
Commit-Queue: Michael Savigny <msavigny@google.com>
Cr-Commit-Position: refs/heads/main@{#961135}
This commit is contained in:
Michael Savigny
2022-01-19 21:17:42 +00:00
committed by Chromium LUCI CQ
parent 7891009be9
commit d522f80222
4 changed files with 15 additions and 8 deletions
infra/config
generated
builders
ci
android-marshmallow-arm64-rel
subprojects
tools/mb

@ -1,10 +1,8 @@
{
"$build/goma": {
"enable_ats": true,
"$build/reclient": {
"instance": "rbe-chromium-trusted",
"jobs": 500,
"rpc_extra_params": "?prod",
"server_host": "goma.chromium.org",
"use_luci_auth": true
"metrics_project": "chromium-reclient-metrics"
},
"$recipe_engine/resultdb/test_presentation": {
"column_keys": [],

@ -448,7 +448,9 @@ ci.builder(
),
cq_mirrors_console_view = "mirrors",
execution_timeout = 4 * time.hour,
goma_jobs = goma.jobs.MANY_JOBS_FOR_CI,
goma_backend = None,
reclient_instance = rbe_instance.DEFAULT,
reclient_jobs = rbe_jobs.HIGH_JOBS_FOR_CI,
tree_closing = True,
)

@ -98,7 +98,7 @@
# This bot must use the gpu_tests mixin to match 'Android FYI Release (Nexus 5X)'
# on the chromium.gpu waterfall, which it mirrors via trybots.pyl.
'android-marshmallow-arm64-rel': 'gpu_tests_android_release_bot_minimal_symbols_arm64_fastbuild',
'android-marshmallow-arm64-rel': 'gpu_tests_android_release_bot_minimal_symbols_arm64_fastbuild_reclient',
'android-marshmallow-x86-rel': 'android_release_bot_minimal_symbols_x86_fastbuild_resource_allowlisting_webview_google',
'android-marshmallow-x86-rel-non-cq': 'android_release_bot_minimal_symbols_x86_fastbuild_resource_allowlisting_webview_google',
@ -2253,6 +2253,12 @@
'webview_google',
],
'gpu_tests_android_release_bot_minimal_symbols_arm64_fastbuild_reclient': [
'gpu_tests', 'android', 'release_bot_reclient', 'minimal_symbols', 'arm64',
'resource_allowlisting', 'static_angle', 'android_fastbuild',
'webview_google',
],
'gpu_tests_android_release_bot_minimal_symbols_arm64_fastbuild_java_coverage': [
'gpu_tests', 'android', 'release_bot', 'minimal_symbols', 'arm64',
'resource_allowlisting', 'static_angle', 'android_fastbuild', 'webview_google',

@ -429,7 +429,8 @@
"target_cpu": "arm64",
"target_os": "android",
"use_errorprone_java_compiler": false,
"use_goma": true,
"use_rbe": true,
"use_remoteexec": true,
"use_static_angle": true
}
},