OLD | NEW |
1 { | 1 { |
2 "Linux ChromiumOS Tests (1)": { | 2 "Linux ChromiumOS Tests (1)": { |
3 "gtest_tests": [ | 3 "gtest_tests": [ |
4 "accessibility_unittests", | 4 "accessibility_unittests", |
5 { | 5 { |
6 "test": "base_unittests", | 6 "test": "base_unittests", |
7 "swarming": { | 7 "swarming": { |
8 "can_use_on_swarming_builders": true | 8 "can_use_on_swarming_builders": true |
9 } | 9 } |
10 }, | 10 }, |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 "ipc_tests", | 76 "ipc_tests", |
77 "sync_unit_tests", | 77 "sync_unit_tests", |
78 { | 78 { |
79 "test": "unit_tests", | 79 "test": "unit_tests", |
80 "swarming": { | 80 "swarming": { |
81 "can_use_on_swarming_builders": true | 81 "can_use_on_swarming_builders": true |
82 } | 82 } |
83 }, | 83 }, |
84 "sql_unittests", | 84 "sql_unittests", |
85 "nacl_loader_unittests", | 85 "nacl_loader_unittests", |
86 "app_shell_browsertests", | |
87 "app_shell_unittests", | 86 "app_shell_unittests", |
88 "chromevox_tests", | 87 "chromevox_tests", |
| 88 "extensions_browsertests", |
89 "skia_unittests" | 89 "skia_unittests" |
90 ] | 90 ] |
91 }, | 91 }, |
92 "Linux ChromiumOS Tests (2)": { | 92 "Linux ChromiumOS Tests (2)": { |
93 "gtest_tests": [ | 93 "gtest_tests": [ |
94 ] | 94 ] |
95 }, | 95 }, |
96 "Linux ChromiumOS Tests (dbg)(1)": { | 96 "Linux ChromiumOS Tests (dbg)(1)": { |
97 "gtest_tests": [ | 97 "gtest_tests": [ |
98 "accessibility_unittests", | 98 "accessibility_unittests", |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 "can_use_on_swarming_builders": true | 156 "can_use_on_swarming_builders": true |
157 } | 157 } |
158 }, | 158 }, |
159 { | 159 { |
160 "test": "browser_tests", | 160 "test": "browser_tests", |
161 "swarming": { | 161 "swarming": { |
162 "can_use_on_swarming_builders": true, | 162 "can_use_on_swarming_builders": true, |
163 "shards": 20 | 163 "shards": 20 |
164 } | 164 } |
165 }, | 165 }, |
166 "app_shell_browsertests", | |
167 "app_shell_unittests", | 166 "app_shell_unittests", |
168 { | 167 { |
169 "test": "content_browsertests", | 168 "test": "content_browsertests", |
170 "swarming": { | 169 "swarming": { |
171 "can_use_on_swarming_builders": true, | 170 "can_use_on_swarming_builders": true, |
172 "shards": 2 | 171 "shards": 2 |
173 } | 172 } |
174 }, | 173 }, |
| 174 "extensions_browsertests", |
175 "gcm_unit_tests", | 175 "gcm_unit_tests", |
176 "skia_unittests", | 176 "skia_unittests", |
177 { | 177 { |
178 "test": "interactive_ui_tests", | 178 "test": "interactive_ui_tests", |
179 "swarming": { | 179 "swarming": { |
180 "can_use_on_swarming_builders": true, | 180 "can_use_on_swarming_builders": true, |
181 "shards": 3 | 181 "shards": 3 |
182 } | 182 } |
183 } | 183 } |
184 ] | 184 ] |
185 }, | 185 }, |
186 "Linux ChromiumOS Tests (dbg)(2)": { | 186 "Linux ChromiumOS Tests (dbg)(2)": { |
187 "gtest_tests": [ | 187 "gtest_tests": [ |
188 ] | 188 ] |
189 }, | 189 }, |
190 "Linux ChromiumOS Tests (dbg)(3)": { | 190 "Linux ChromiumOS Tests (dbg)(3)": { |
191 "gtest_tests": [ | 191 "gtest_tests": [ |
192 ] | 192 ] |
193 } | 193 } |
194 } | 194 } |
OLD | NEW |