Commit 149d69e1 authored by Clark DuVall's avatar Clark DuVall Committed by Commit Bot

Add system_webview_google_apk compile target to perf bots

The perf bots were not able to run pinpoint jobs using
SystemWebViewGoogle.apk because it was not being built.

Bug: 1105096
Change-Id: Id2b5b1f8952eaf1cef742d78fde59855699b7e35
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300636Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Clark DuVall <cduvall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#789320}
parent dc0326f6
...@@ -193,7 +193,8 @@ ...@@ -193,7 +193,8 @@
"additional_compile_targets": [ "additional_compile_targets": [
"microdump_stackwalk", "microdump_stackwalk",
"angle_perftests", "angle_perftests",
"chrome_apk" "chrome_apk",
"system_webview_google_apk"
], ],
"isolated_scripts": [ "isolated_scripts": [
{ {
...@@ -645,7 +646,8 @@ ...@@ -645,7 +646,8 @@
"additional_compile_targets": [ "additional_compile_targets": [
"microdump_stackwalk", "microdump_stackwalk",
"angle_perftests", "angle_perftests",
"chrome_apk" "chrome_apk",
"system_webview_google_apk"
], ],
"isolated_scripts": [ "isolated_scripts": [
{ {
......
...@@ -184,12 +184,15 @@ SKIP_GN_ISOLATE_MAP_TARGETS = { ...@@ -184,12 +184,15 @@ SKIP_GN_ISOLATE_MAP_TARGETS = {
'telemetry_gpu_integration_test_scripts_only', 'telemetry_gpu_integration_test_scripts_only',
# These are defined by an android internal gn_isolate_map.pyl file. # These are defined by an android internal gn_isolate_map.pyl file.
'chrome_apk',
'resource_sizes_chrome_modern_minimal_apks', 'resource_sizes_chrome_modern_minimal_apks',
'resource_sizes_monochrome_minimal_apks', 'resource_sizes_monochrome_minimal_apks',
'resource_sizes_trichrome_google', 'resource_sizes_trichrome_google',
'resource_sizes_system_webview_google_bundle', 'resource_sizes_system_webview_google_bundle',
# These are only used by perf bots.
'chrome_apk',
'system_webview_google_apk',
# These are used by https://www.chromium.org/developers/cluster-telemetry. # These are used by https://www.chromium.org/developers/cluster-telemetry.
'ct_telemetry_perf_tests_without_chrome', 'ct_telemetry_perf_tests_without_chrome',
} }
......
...@@ -242,8 +242,10 @@ FYI_BUILDERS = { ...@@ -242,8 +242,10 @@ FYI_BUILDERS = {
# issues, please contact johnchen@chromium.org. # issues, please contact johnchen@chromium.org.
BUILDERS = { BUILDERS = {
'android-builder-perf': { 'android-builder-perf': {
'additional_compile_targets': 'additional_compile_targets': [
['microdump_stackwalk', 'angle_perftests', 'chrome_apk'], 'microdump_stackwalk', 'angle_perftests', 'chrome_apk',
'system_webview_google_apk'
],
'tests': [ 'tests': [
{ {
'name': 'resource_sizes_monochrome_minimal_apks', 'name': 'resource_sizes_monochrome_minimal_apks',
...@@ -289,8 +291,10 @@ BUILDERS = { ...@@ -289,8 +291,10 @@ BUILDERS = {
False, False,
}, },
'android_arm64-builder-perf': { 'android_arm64-builder-perf': {
'additional_compile_targets': 'additional_compile_targets': [
['microdump_stackwalk', 'angle_perftests', 'chrome_apk'], 'microdump_stackwalk', 'angle_perftests', 'chrome_apk',
'system_webview_google_apk'
],
'tests': [ 'tests': [
{ {
'name': 'resource_sizes_monochrome_minimal_apks', 'name': 'resource_sizes_monochrome_minimal_apks',
......
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