Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 "override_compile_targets": [ | 10 "override_compile_targets": [ |
| (...skipping 2357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2368 "can_use_on_swarming_builders": true, | 2368 "can_use_on_swarming_builders": true, |
| 2369 "cipd_packages": [ | 2369 "cipd_packages": [ |
| 2370 { | 2370 { |
| 2371 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", | 2371 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", |
| 2372 "location": "bin", | 2372 "location": "bin", |
| 2373 "revision": "git_revision:25755a2c316937ee44a6432163dc5e2f9c85cf58 " | 2373 "revision": "git_revision:25755a2c316937ee44a6432163dc5e2f9c85cf58 " |
| 2374 } | 2374 } |
| 2375 ], | 2375 ], |
| 2376 "dimension_sets": [ | 2376 "dimension_sets": [ |
| 2377 { | 2377 { |
| 2378 "android_devices": "4", | 2378 "android_devices": "6", |
|
bpastene
2017/01/13 17:41:31
This bot runs on a pool of only two swarming bots.
jbudorick
2017/01/13 17:43:06
The alternative is having it get picked up and tim
| |
| 2379 "device_os": "LMY48I", | 2379 "device_os": "LMY48I", |
| 2380 "device_type": "hammerhead" | 2380 "device_type": "hammerhead" |
| 2381 } | 2381 } |
| 2382 ], | 2382 ], |
| 2383 "expiration": 10800, | 2383 "expiration": 10800, |
| 2384 "hard_timeout": 960, | 2384 "hard_timeout": 1800, |
| 2385 "output_links": [ | 2385 "output_links": [ |
| 2386 { | 2386 { |
| 2387 "link": [ | 2387 "link": [ |
| 2388 "https://luci-logdog.appspot.com/v/?s", | 2388 "https://luci-logdog.appspot.com/v/?s", |
| 2389 "=android%2Fswarming%2Flogcats%2F", | 2389 "=android%2Fswarming%2Flogcats%2F", |
| 2390 "${TASK_ID}%2F%2B%2Funified_logcats" | 2390 "${TASK_ID}%2F%2B%2Funified_logcats" |
| 2391 ], | 2391 ], |
| 2392 "name": "shard #${SHARD_INDEX} logcats" | 2392 "name": "shard #${SHARD_INDEX} logcats" |
| 2393 } | 2393 } |
| 2394 ] | 2394 ] |
| (...skipping 1411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3806 }, | 3806 }, |
| 3807 { | 3807 { |
| 3808 "test": "chrome_sync_shell_test_apk" | 3808 "test": "chrome_sync_shell_test_apk" |
| 3809 }, | 3809 }, |
| 3810 { | 3810 { |
| 3811 "test": "content_shell_test_apk" | 3811 "test": "content_shell_test_apk" |
| 3812 } | 3812 } |
| 3813 ] | 3813 ] |
| 3814 } | 3814 } |
| 3815 } | 3815 } |
| OLD | NEW |