use android_fastbuild for android-build-perf-developer
Bug: 408301049 Change-Id: I393d0f33c9cf76372d187ff12e0f8ee448f7bb56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6432907 Commit-Queue: Fumitoshi Ukai <ukai@google.com> Reviewed-by: Philipp Wollermann <philwo@google.com> Auto-Submit: Fumitoshi Ukai <ukai@google.com> Cr-Commit-Position: refs/heads/main@{#1442531}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
d4072dd385
commit
f434566cd1
infra/config
@ -2,6 +2,7 @@
|
||||
"phases": {
|
||||
"ninja": {
|
||||
"gn_args": {
|
||||
"android_static_analysis": "off",
|
||||
"is_component_build": true,
|
||||
"is_debug": true,
|
||||
"symbol_level": 2,
|
||||
@ -13,6 +14,7 @@
|
||||
},
|
||||
"siso_native": {
|
||||
"gn_args": {
|
||||
"android_static_analysis": "off",
|
||||
"is_component_build": true,
|
||||
"is_debug": true,
|
||||
"symbol_level": 2,
|
||||
@ -25,6 +27,7 @@
|
||||
},
|
||||
"siso_reproxy": {
|
||||
"gn_args": {
|
||||
"android_static_analysis": "off",
|
||||
"is_component_build": true,
|
||||
"is_debug": true,
|
||||
"symbol_level": 2,
|
||||
|
@ -601,9 +601,9 @@ This builder measures build performance for Android developer builds, by simulat
|
||||
),
|
||||
),
|
||||
gn_args = {
|
||||
"ninja": gn_args.config(configs = ["android_developer", "remoteexec", "no_siso"]),
|
||||
"siso_reproxy": gn_args.config(configs = ["android_developer", "remoteexec"]),
|
||||
"siso_native": gn_args.config(configs = ["android_developer", "remoteexec", "no_reclient"]),
|
||||
"ninja": gn_args.config(configs = ["android_developer", "android_fastbuild", "remoteexec", "no_siso"]),
|
||||
"siso_reproxy": gn_args.config(configs = ["android_developer", "android_fastbuild", "remoteexec"]),
|
||||
"siso_native": gn_args.config(configs = ["android_developer", "android_fastbuild", "remoteexec", "no_reclient"]),
|
||||
},
|
||||
os = os.LINUX_DEFAULT,
|
||||
console_view_entry = consoles.console_view_entry(
|
||||
|
Reference in New Issue
Block a user