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

Side by Side Diff: testing/buildbot/chromium.android.json

Issue 2908843002: Rename "service_unittests" -> "services_unittests". (Closed)
Patch Set: Created 3 years, 6 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "Android Cronet Builder": { 2 "Android Cronet Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "cronet_package" 4 "cronet_package"
5 ] 5 ]
6 }, 6 },
7 "Android N5X Swarm Builder": { 7 "Android N5X Swarm Builder": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "args": [ 10 "args": [
(...skipping 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after
1175 { 1175 {
1176 "link": [ 1176 "link": [
1177 "https://luci-logdog.appspot.com/v/?s", 1177 "https://luci-logdog.appspot.com/v/?s",
1178 "=android%2Fswarming%2Flogcats%2F", 1178 "=android%2Fswarming%2Flogcats%2F",
1179 "${TASK_ID}%2F%2B%2Funified_logcats" 1179 "${TASK_ID}%2F%2B%2Funified_logcats"
1180 ], 1180 ],
1181 "name": "shard #${SHARD_INDEX} logcats" 1181 "name": "shard #${SHARD_INDEX} logcats"
1182 } 1182 }
1183 ] 1183 ]
1184 }, 1184 },
1185 "test": "service_unittests" 1185 "test": "services_unittests"
1186 }, 1186 },
1187 { 1187 {
1188 "merge": { 1188 "merge": {
1189 "args": [ 1189 "args": [
1190 "--bucket", 1190 "--bucket",
1191 "chromium-result-details", 1191 "chromium-result-details",
1192 "--test-name", 1192 "--test-name",
1193 "sql_unittests" 1193 "sql_unittests"
1194 ], 1194 ],
1195 "script": "//build/android/pylib/results/presentation/test_results_pre sentation.py" 1195 "script": "//build/android/pylib/results/presentation/test_results_pre sentation.py"
(...skipping 3683 matching lines...) Expand 10 before | Expand all | Expand 10 after
4879 }, 4879 },
4880 { 4880 {
4881 "test": "content_shell_test_apk" 4881 "test": "content_shell_test_apk"
4882 }, 4882 },
4883 { 4883 {
4884 "test": "webview_instrumentation_test_apk" 4884 "test": "webview_instrumentation_test_apk"
4885 } 4885 }
4886 ] 4886 ]
4887 } 4887 }
4888 } 4888 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698