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

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

Issue 2743873003: [Android] Add support for external sharding to the test runner. (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « build/android/test_runner.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 "hard_timeout": 1800, 268 "hard_timeout": 1800,
269 "output_links": [ 269 "output_links": [
270 { 270 {
271 "link": [ 271 "link": [
272 "https://luci-logdog.appspot.com/v/?s", 272 "https://luci-logdog.appspot.com/v/?s",
273 "=android%2Fswarming%2Flogcats%2F", 273 "=android%2Fswarming%2Flogcats%2F",
274 "${TASK_ID}%2F%2B%2Funified_logcats" 274 "${TASK_ID}%2F%2B%2Funified_logcats"
275 ], 275 ],
276 "name": "shard #${SHARD_INDEX} logcats" 276 "name": "shard #${SHARD_INDEX} logcats"
277 } 277 }
278 ] 278 ],
279 "shards": 2
jbudorick 2017/03/11 01:06:37 This is for demonstration purposes only.
279 }, 280 },
280 "test": "chrome_public_test_apk" 281 "test": "chrome_public_test_apk"
281 }, 282 },
282 { 283 {
283 "override_compile_targets": [ 284 "override_compile_targets": [
284 "chrome_sync_shell_test_apk" 285 "chrome_sync_shell_test_apk"
285 ], 286 ],
286 "override_isolate_target": "chrome_sync_shell_test_apk", 287 "override_isolate_target": "chrome_sync_shell_test_apk",
287 "swarming": { 288 "swarming": {
288 "can_use_on_swarming_builders": true, 289 "can_use_on_swarming_builders": true,
(...skipping 3998 matching lines...) Expand 10 before | Expand all | Expand 10 after
4287 "telemetry_unittests_run" 4288 "telemetry_unittests_run"
4288 ], 4289 ],
4289 "swarming": { 4290 "swarming": {
4290 "can_use_on_swarming_builders": true, 4291 "can_use_on_swarming_builders": true,
4291 "shards": 4 4292 "shards": 4
4292 } 4293 }
4293 } 4294 }
4294 ] 4295 ]
4295 } 4296 }
4296 } 4297 }
OLDNEW
« no previous file with comments | « build/android/test_runner.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698