| OLD | NEW |
| 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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 599 "swarming": { | 599 "swarming": { |
| 600 "can_use_on_swarming_builders": true, | 600 "can_use_on_swarming_builders": true, |
| 601 "dimension_sets": [ | 601 "dimension_sets": [ |
| 602 { | 602 { |
| 603 "android_devices": "4", | 603 "android_devices": "4", |
| 604 "device_os": "KTU84P", | 604 "device_os": "KTU84P", |
| 605 "device_type": "hammerhead" | 605 "device_type": "hammerhead" |
| 606 } | 606 } |
| 607 ], | 607 ], |
| 608 "hard_timeout": 960, | 608 "hard_timeout": 960, |
| 609 "shards": 12 | 609 "shards": 1 |
| 610 } | 610 } |
| 611 } | 611 } |
| 612 ], | 612 ], |
| 613 "junit_tests": [ | 613 "junit_tests": [ |
| 614 { | 614 { |
| 615 "test": "base_junit_tests" | 615 "test": "base_junit_tests" |
| 616 }, | 616 }, |
| 617 { | 617 { |
| 618 "test": "chrome_junit_tests" | 618 "test": "chrome_junit_tests" |
| 619 }, | 619 }, |
| (...skipping 1616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2236 "override_compile_targets": [ | 2236 "override_compile_targets": [ |
| 2237 "telemetry_unittests_run" | 2237 "telemetry_unittests_run" |
| 2238 ], | 2238 ], |
| 2239 "swarming": { | 2239 "swarming": { |
| 2240 "can_use_on_swarming_builders": true | 2240 "can_use_on_swarming_builders": true |
| 2241 } | 2241 } |
| 2242 } | 2242 } |
| 2243 ] | 2243 ] |
| 2244 } | 2244 } |
| 2245 } | 2245 } |
| OLD | NEW |