Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: testing/buildbot/chromium.linux.json

Issue 2842653006: Enable test results presentation on instrumentation tests. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698