OLD | NEW |
1 { | 1 { |
2 "gtest_tests": [ | 2 "gtest_tests": [ |
3 "accessibility_unittests", | 3 "accessibility_unittests", |
4 { | 4 { |
5 "test": "base_unittests", | |
6 "swarming": { | 5 "swarming": { |
7 "can_use_on_swarming_builders": true | 6 "can_use_on_swarming_builders": true |
8 } | 7 }, |
| 8 "test": "base_unittests" |
9 }, | 9 }, |
10 { | 10 { |
11 "test": "browser_tests", | |
12 "swarming": { | 11 "swarming": { |
13 "can_use_on_swarming_builders": true, | 12 "can_use_on_swarming_builders": true, |
14 "shards": 10 | 13 "shards": 10 |
15 } | 14 }, |
| 15 "test": "browser_tests" |
16 }, | 16 }, |
17 "cacheinvalidation_unittests", | 17 "cacheinvalidation_unittests", |
18 { | 18 { |
19 "test": "cc_unittests", | |
20 "swarming": { | 19 "swarming": { |
21 "can_use_on_swarming_builders": true | 20 "can_use_on_swarming_builders": true |
22 } | 21 }, |
| 22 "test": "cc_unittests" |
23 }, | 23 }, |
24 { | 24 { |
25 "test": "components_browsertests", | |
26 "swarming": { | 25 "swarming": { |
27 "can_use_on_swarming_builders": true | 26 "can_use_on_swarming_builders": true |
28 } | 27 }, |
| 28 "test": "components_browsertests" |
29 }, | 29 }, |
30 { | 30 { |
31 "test": "components_unittests", | |
32 "swarming": { | 31 "swarming": { |
33 "can_use_on_swarming_builders": true | 32 "can_use_on_swarming_builders": true |
34 } | 33 }, |
| 34 "test": "components_unittests" |
35 }, | 35 }, |
36 { | 36 { |
37 "test": "content_browsertests", | |
38 "swarming": { | 37 "swarming": { |
39 "can_use_on_swarming_builders": true | 38 "can_use_on_swarming_builders": true |
40 } | 39 }, |
| 40 "test": "content_browsertests" |
41 }, | 41 }, |
42 { | 42 { |
43 "test": "content_unittests", | |
44 "swarming": { | 43 "swarming": { |
45 "can_use_on_swarming_builders": true | 44 "can_use_on_swarming_builders": true |
46 } | 45 }, |
| 46 "test": "content_unittests" |
47 }, | 47 }, |
48 { | 48 { |
49 "test": "crypto_unittests", | |
50 "swarming": { | 49 "swarming": { |
51 "can_use_on_swarming_builders": true | 50 "can_use_on_swarming_builders": true |
52 } | 51 }, |
| 52 "test": "crypto_unittests" |
53 }, | 53 }, |
54 "device_unittests", | 54 "device_unittests", |
55 { | 55 { |
56 "test": "display_unittests", | 56 "platforms": [ |
57 "platforms": ["linux"] | 57 "linux" |
| 58 ], |
| 59 "test": "display_unittests" |
58 }, | 60 }, |
59 "extensions_unittests", | 61 "extensions_unittests", |
60 "gcm_unit_tests", | 62 "gcm_unit_tests", |
61 "gfx_unittests", | 63 "gfx_unittests", |
62 "google_apis_unittests", | 64 "google_apis_unittests", |
63 { | 65 { |
64 "test": "gpu_unittests", | |
65 "swarming": { | 66 "swarming": { |
66 "can_use_on_swarming_builders": true | 67 "can_use_on_swarming_builders": true |
67 } | 68 }, |
| 69 "test": "gpu_unittests" |
68 }, | 70 }, |
69 { | 71 { |
70 "test": "interactive_ui_tests", | |
71 "swarming": { | 72 "swarming": { |
72 "can_use_on_swarming_builders": true, | 73 "can_use_on_swarming_builders": true, |
73 "shards": 3 | 74 "shards": 3 |
74 } | 75 }, |
| 76 "test": "interactive_ui_tests" |
75 }, | 77 }, |
76 "ipc_tests", | 78 "ipc_tests", |
77 "jingle_unittests", | 79 "jingle_unittests", |
78 { | 80 { |
79 "test": "media_unittests", | |
80 "swarming": { | 81 "swarming": { |
81 "can_use_on_swarming_builders": true | 82 "can_use_on_swarming_builders": true |
82 } | 83 }, |
| 84 "test": "media_unittests" |
83 }, | 85 }, |
84 { | 86 { |
85 "test": "net_unittests", | |
86 "swarming": { | 87 "swarming": { |
87 "can_use_on_swarming_builders": true, | 88 "can_use_on_swarming_builders": true, |
88 "shards": 2 | 89 "shards": 2 |
89 } | 90 }, |
| 91 "test": "net_unittests" |
90 }, | 92 }, |
91 "ppapi_unittests", | 93 "ppapi_unittests", |
92 "printing_unittests", | 94 "printing_unittests", |
93 "remoting_unittests", | 95 "remoting_unittests", |
94 { | 96 { |
95 "test": "sandbox_linux_unittests", | 97 "platforms": [ |
96 "platforms": ["linux"] | 98 "linux" |
| 99 ], |
| 100 "test": "sandbox_linux_unittests" |
97 }, | 101 }, |
98 "skia_unittests", | 102 "skia_unittests", |
99 "sql_unittests", | 103 "sql_unittests", |
100 "sync_unit_tests", | 104 "sync_unit_tests", |
101 "ui_base_unittests", | 105 "ui_base_unittests", |
102 { | 106 { |
103 "test": "unit_tests", | |
104 "swarming": { | 107 "swarming": { |
105 "can_use_on_swarming_builders": true, | 108 "can_use_on_swarming_builders": true, |
106 "shards": 2 | 109 "shards": 2 |
107 } | 110 }, |
| 111 "test": "unit_tests" |
108 }, | 112 }, |
109 "url_unittests" | 113 "url_unittests" |
110 ] | 114 ] |
111 } | 115 } |
OLD | NEW |