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 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1176 } | 1176 } |
1177 ] | 1177 ] |
1178 }, | 1178 }, |
1179 "test": "vr_shell_unittests" | 1179 "test": "vr_shell_unittests" |
1180 } | 1180 } |
1181 ], | 1181 ], |
1182 "isolated_scripts": [ | 1182 "isolated_scripts": [ |
1183 { | 1183 { |
1184 "args": [ | 1184 "args": [ |
1185 "--browser=android-chromium", | 1185 "--browser=android-chromium", |
1186 "--device=android" | 1186 "--device=android", |
| 1187 "--skip=benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmoke
Test.*" |
1187 ], | 1188 ], |
1188 "isolate_name": "telemetry_perf_unittests", | 1189 "isolate_name": "telemetry_perf_unittests", |
1189 "name": "telemetry_perf_unittests", | 1190 "name": "telemetry_perf_unittests", |
1190 "override_compile_targets": [ | 1191 "override_compile_targets": [ |
1191 "telemetry_perf_unittests" | 1192 "telemetry_perf_unittests" |
1192 ], | 1193 ], |
1193 "swarming": { | 1194 "swarming": { |
1194 "can_use_on_swarming_builders": true, | 1195 "can_use_on_swarming_builders": true, |
1195 "dimension_sets": [ | 1196 "dimension_sets": [ |
1196 { | 1197 { |
(...skipping 2377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3574 }, | 3575 }, |
3575 { | 3576 { |
3576 "test": "chrome_sync_shell_test_apk" | 3577 "test": "chrome_sync_shell_test_apk" |
3577 }, | 3578 }, |
3578 { | 3579 { |
3579 "test": "content_shell_test_apk" | 3580 "test": "content_shell_test_apk" |
3580 } | 3581 } |
3581 ] | 3582 ] |
3582 } | 3583 } |
3583 } | 3584 } |
OLD | NEW |