Commit 9fe15e40 authored by Chan Li's avatar Chan Li Committed by Chromium LUCI CQ

[resultdb][android] enable ResultDB on all android builders with "enable_resultdb"

To stop using result_adapter for tests on those builders, since android test runner should be able to report the results directly.

Bug: 1136998
Change-Id: I30dbe53cacf2f33d01d565a982de6d7ebbb23cf9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2561446
Commit-Queue: Chan Li <chanli@chromium.org>
Reviewed-by: default avatarbenjamin joyce <bjoyce@chromium.org>
Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Cr-Commit-Position: refs/heads/master@{#832165}
parent 47292449
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -285,6 +285,9 @@ ...@@ -285,6 +285,9 @@
"script": "//build/android/pylib/results/presentation/test_results_presentation.py" "script": "//build/android/pylib/results/presentation/test_results_presentation.py"
}, },
"name": "network_service_out_of_process_components_browsertests", "name": "network_service_out_of_process_components_browsertests",
"resultdb": {
"enable": true
},
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"cipd_packages": [ "cipd_packages": [
...@@ -333,6 +336,9 @@ ...@@ -333,6 +336,9 @@
"script": "//build/android/pylib/results/presentation/test_results_presentation.py" "script": "//build/android/pylib/results/presentation/test_results_presentation.py"
}, },
"name": "network_service_out_of_process_content_browsertests", "name": "network_service_out_of_process_content_browsertests",
"resultdb": {
"enable": true
},
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"cipd_packages": [ "cipd_packages": [
...@@ -382,6 +388,9 @@ ...@@ -382,6 +388,9 @@
"script": "//build/android/pylib/results/presentation/test_results_presentation.py" "script": "//build/android/pylib/results/presentation/test_results_presentation.py"
}, },
"name": "network_service_out_of_process_content_shell_test_apk", "name": "network_service_out_of_process_content_shell_test_apk",
"resultdb": {
"enable": true
},
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"cipd_packages": [ "cipd_packages": [
...@@ -432,6 +441,9 @@ ...@@ -432,6 +441,9 @@
"script": "//build/android/pylib/results/presentation/test_results_presentation.py" "script": "//build/android/pylib/results/presentation/test_results_presentation.py"
}, },
"name": "network_service_webview_instrumentation_test_apk", "name": "network_service_webview_instrumentation_test_apk",
"resultdb": {
"enable": true
},
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"cipd_packages": [ "cipd_packages": [
......
This diff is collapsed.
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