OLD | NEW |
1 { | 1 { |
2 "Android Cloud Tests": { | 2 "Android Cloud Tests": { |
3 "gtest_tests": [ | 3 "gtest_tests": [ |
4 { | 4 { |
5 "test": "android_webview_unittests" | 5 "test": "android_webview_unittests" |
6 }, | 6 }, |
7 { | 7 { |
8 "test": "base_unittests" | 8 "test": "base_unittests" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
924 "test": "blink_heap_unittests" | 924 "test": "blink_heap_unittests" |
925 }, | 925 }, |
926 { | 926 { |
927 "swarming": { | 927 "swarming": { |
928 "can_use_on_swarming_builders": true | 928 "can_use_on_swarming_builders": true |
929 }, | 929 }, |
930 "test": "blink_platform_unittests" | 930 "test": "blink_platform_unittests" |
931 }, | 931 }, |
932 { | 932 { |
933 "swarming": { | 933 "swarming": { |
934 "can_use_on_swarming_builders": true | 934 "can_use_on_swarming_builders": true, |
| 935 "shards": 5 |
935 }, | 936 }, |
936 "test": "browser_tests" | 937 "test": "browser_tests" |
937 }, | 938 }, |
938 { | 939 { |
939 "test": "cacheinvalidation_unittests" | 940 "test": "cacheinvalidation_unittests" |
940 }, | 941 }, |
941 { | 942 { |
942 "test": "cast_unittests" | 943 "test": "cast_unittests" |
943 }, | 944 }, |
944 { | 945 { |
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1316 "test": "cacheinvalidation_unittests" | 1317 "test": "cacheinvalidation_unittests" |
1317 }, | 1318 }, |
1318 { | 1319 { |
1319 "test": "cast_unittests" | 1320 "test": "cast_unittests" |
1320 }, | 1321 }, |
1321 { | 1322 { |
1322 "test": "cc_unittests" | 1323 "test": "cc_unittests" |
1323 }, | 1324 }, |
1324 { | 1325 { |
1325 "swarming": { | 1326 "swarming": { |
1326 "can_use_on_swarming_builders": true | 1327 "can_use_on_swarming_builders": true, |
| 1328 "shards": 5 |
1327 }, | 1329 }, |
1328 "test": "content_browsertests" | 1330 "test": "content_browsertests" |
1329 }, | 1331 }, |
1330 { | 1332 { |
1331 "swarming": { | 1333 "swarming": { |
1332 "can_use_on_swarming_builders": true | 1334 "can_use_on_swarming_builders": true |
1333 }, | 1335 }, |
1334 "test": "crypto_unittests" | 1336 "test": "crypto_unittests" |
1335 }, | 1337 }, |
1336 { | 1338 { |
(...skipping 4461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5798 }, | 5800 }, |
5799 { | 5801 { |
5800 "args": [ | 5802 "args": [ |
5801 "--isolate-extensions" | 5803 "--isolate-extensions" |
5802 ], | 5804 ], |
5803 "test": "unit_tests" | 5805 "test": "unit_tests" |
5804 } | 5806 } |
5805 ] | 5807 ] |
5806 } | 5808 } |
5807 } | 5809 } |
OLD | NEW |