OLD | NEW |
1 { | 1 { |
2 "gtest_tests": [ | 2 "gtest_tests": [ |
3 "accessibility_unittests", | 3 "accessibility_unittests", |
4 { | 4 { |
5 "test": "base_unittests", | 5 "test": "base_unittests", |
6 "swarming": { | 6 "swarming": { |
7 "can_use_on_swarming_builders": true | 7 "can_use_on_swarming_builders": true |
8 } | 8 } |
9 }, | 9 }, |
10 { | 10 { |
11 "test": "browser_tests", | 11 "test": "browser_tests", |
12 "swarming": { | 12 "swarming": { |
13 "can_use_on_swarming_builders": true, | 13 "can_use_on_swarming_builders": true, |
14 "shards": 10 | 14 "shards": 10 |
15 } | 15 } |
16 }, | 16 }, |
17 "cacheinvalidation_unittests", | 17 "cacheinvalidation_unittests", |
18 "cc_unittests", | 18 { |
| 19 "test": "cc_unittests", |
| 20 "swarming": { |
| 21 "can_use_on_swarming_builders": true |
| 22 } |
| 23 }, |
19 "components_unittests", | 24 "components_unittests", |
20 { | 25 { |
21 "test": "content_browsertests", | 26 "test": "content_browsertests", |
22 "swarming": { | 27 "swarming": { |
23 "can_use_on_swarming_builders": true | 28 "can_use_on_swarming_builders": true |
24 } | 29 } |
25 }, | 30 }, |
26 { | 31 { |
27 "test": "content_unittests", | 32 "test": "content_unittests", |
28 "swarming": { | 33 "swarming": { |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 { | 75 { |
71 "test": "unit_tests", | 76 "test": "unit_tests", |
72 "swarming": { | 77 "swarming": { |
73 "can_use_on_swarming_builders": true, | 78 "can_use_on_swarming_builders": true, |
74 "shards": 2 | 79 "shards": 2 |
75 } | 80 } |
76 }, | 81 }, |
77 "url_unittests" | 82 "url_unittests" |
78 ] | 83 ] |
79 } | 84 } |
OLD | NEW |