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

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

Issue 2842653006: Enable test results presentation on instrumentation tests. (Closed)
Patch Set: android webview 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..d39de428dfbef24317808f6a309b5b488902e01b 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -23,6 +23,15 @@
"Android Tests": {
"gtest_tests": [
{
+ "merge": {
+ "args": [
+ "--bucket",
+ "chromium-result-details",
+ "--test-name",
+ "android_webview_test_apk"
+ ],
+ "script": "//build/android/pylib/results/presentation/test_results_presentation.py"
+ },
"override_compile_targets": [
"android_webview_test_apk"
],
@@ -245,6 +254,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 +298,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 +436,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"
],
@@ -1269,6 +1305,15 @@
"Android Tests (dbg)": {
"gtest_tests": [
{
+ "merge": {
+ "args": [
+ "--bucket",
+ "chromium-result-details",
+ "--test-name",
+ "android_webview_test_apk"
+ ],
+ "script": "//build/android/pylib/results/presentation/test_results_presentation.py"
+ },
"override_compile_targets": [
"android_webview_test_apk"
],
@@ -1491,6 +1536,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 +1580,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 +1718,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