| Index: testing/buildbot/chromium.linux.json
|
| diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
|
| index da701f6f900f6128c9ffe1529784a64388425fcf..8e4a61052a4b33f3a5e7a0a371e5575269705209 100644
|
| --- a/testing/buildbot/chromium.linux.json
|
| +++ b/testing/buildbot/chromium.linux.json
|
| @@ -245,6 +245,15 @@
|
| "test": "cc_unittests"
|
| },
|
| {
|
| + "merge": {
|
| + "args": [
|
| + "--bucket",
|
| + "chromium-result-details",
|
| + "--test-name",
|
| + "chrome_public_test_apk"
|
| + ],
|
| + "script": "//build/android/pylib/results/presentation/test_results_presentation.py"
|
| + },
|
| "override_compile_targets": [
|
| "chrome_public_test_apk"
|
| ],
|
| @@ -280,6 +289,15 @@
|
| "test": "chrome_public_test_apk"
|
| },
|
| {
|
| + "merge": {
|
| + "args": [
|
| + "--bucket",
|
| + "chromium-result-details",
|
| + "--test-name",
|
| + "chrome_sync_shell_test_apk"
|
| + ],
|
| + "script": "//build/android/pylib/results/presentation/test_results_presentation.py"
|
| + },
|
| "override_compile_targets": [
|
| "chrome_sync_shell_test_apk"
|
| ],
|
| @@ -409,6 +427,15 @@
|
| "test": "content_browsertests"
|
| },
|
| {
|
| + "merge": {
|
| + "args": [
|
| + "--bucket",
|
| + "chromium-result-details",
|
| + "--test-name",
|
| + "content_shell_test_apk"
|
| + ],
|
| + "script": "//build/android/pylib/results/presentation/test_results_presentation.py"
|
| + },
|
| "override_compile_targets": [
|
| "content_shell_test_apk"
|
| ],
|
| @@ -1491,6 +1518,15 @@
|
| "test": "cc_unittests"
|
| },
|
| {
|
| + "merge": {
|
| + "args": [
|
| + "--bucket",
|
| + "chromium-result-details",
|
| + "--test-name",
|
| + "chrome_public_test_apk"
|
| + ],
|
| + "script": "//build/android/pylib/results/presentation/test_results_presentation.py"
|
| + },
|
| "override_compile_targets": [
|
| "chrome_public_test_apk"
|
| ],
|
| @@ -1526,6 +1562,15 @@
|
| "test": "chrome_public_test_apk"
|
| },
|
| {
|
| + "merge": {
|
| + "args": [
|
| + "--bucket",
|
| + "chromium-result-details",
|
| + "--test-name",
|
| + "chrome_sync_shell_test_apk"
|
| + ],
|
| + "script": "//build/android/pylib/results/presentation/test_results_presentation.py"
|
| + },
|
| "override_compile_targets": [
|
| "chrome_sync_shell_test_apk"
|
| ],
|
| @@ -1655,6 +1700,15 @@
|
| "test": "content_browsertests"
|
| },
|
| {
|
| + "merge": {
|
| + "args": [
|
| + "--bucket",
|
| + "chromium-result-details",
|
| + "--test-name",
|
| + "content_shell_test_apk"
|
| + ],
|
| + "script": "//build/android/pylib/results/presentation/test_results_presentation.py"
|
| + },
|
| "override_compile_targets": [
|
| "content_shell_test_apk"
|
| ],
|
|
|