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

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

Issue 2743873003: [Android] Add support for external sharding to the test runner. (Closed)
Patch Set: fix instrumentation tests 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
« build/android/test_runner.py ('K') | « 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
bpastene 2017/03/14 01:03:47 Doooooope.
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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 "hard_timeout": 960, 398 "hard_timeout": 960,
398 "output_links": [ 399 "output_links": [
399 { 400 {
400 "link": [ 401 "link": [
401 "https://luci-logdog.appspot.com/v/?s", 402 "https://luci-logdog.appspot.com/v/?s",
402 "=android%2Fswarming%2Flogcats%2F", 403 "=android%2Fswarming%2Flogcats%2F",
403 "${TASK_ID}%2F%2B%2Funified_logcats" 404 "${TASK_ID}%2F%2B%2Funified_logcats"
404 ], 405 ],
405 "name": "shard #${SHARD_INDEX} logcats" 406 "name": "shard #${SHARD_INDEX} logcats"
406 } 407 }
407 ] 408 ],
409 "shards": 2
408 }, 410 },
409 "test": "content_browsertests" 411 "test": "content_browsertests"
410 }, 412 },
411 { 413 {
412 "override_compile_targets": [ 414 "override_compile_targets": [
413 "content_shell_test_apk" 415 "content_shell_test_apk"
414 ], 416 ],
415 "override_isolate_target": "content_shell_test_apk", 417 "override_isolate_target": "content_shell_test_apk",
416 "swarming": { 418 "swarming": {
417 "can_use_on_swarming_builders": true, 419 "can_use_on_swarming_builders": true,
(...skipping 3869 matching lines...) Expand 10 before | Expand all | Expand 10 after
4287 "telemetry_unittests_run" 4289 "telemetry_unittests_run"
4288 ], 4290 ],
4289 "swarming": { 4291 "swarming": {
4290 "can_use_on_swarming_builders": true, 4292 "can_use_on_swarming_builders": true,
4291 "shards": 4 4293 "shards": 4
4292 } 4294 }
4293 } 4295 }
4294 ] 4296 ]
4295 } 4297 }
4296 } 4298 }
OLDNEW
« build/android/test_runner.py ('K') | « build/android/test_runner.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698