Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Side by Side Diff: testing/buildbot/chromium.mac.json

Issue 620213003: Swarm Mac debug 10.7 tests on main waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: udpate sharding Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Mac10.6 Tests (1)": { 2 "Mac10.6 Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "base_unittests", 6 "base_unittests",
7 "cacheinvalidation_unittests", 7 "cacheinvalidation_unittests",
8 "cast_unittests", 8 "cast_unittests",
9 "cc_unittests", 9 "cc_unittests",
10 "chromedriver_unittests", 10 "chromedriver_unittests",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 { 57 {
58 "test": "base_unittests", 58 "test": "base_unittests",
59 "swarming": { 59 "swarming": {
60 "can_use_on_swarming_builders": true 60 "can_use_on_swarming_builders": true
61 } 61 }
62 }, 62 },
63 { 63 {
64 "test": "browser_tests", 64 "test": "browser_tests",
65 "swarming": { 65 "swarming": {
66 "can_use_on_swarming_builders": true, 66 "can_use_on_swarming_builders": true,
67 "shards": 5 67 "shards": 10
68 } 68 }
69 }, 69 },
70 "cacheinvalidation_unittests", 70 "cacheinvalidation_unittests",
71 "cast_unittests", 71 "cast_unittests",
72 "cc_unittests", 72 "cc_unittests",
73 "chromedriver_unittests", 73 "chromedriver_unittests",
74 "components_unittests", 74 "components_unittests",
75 { 75 {
76 "test": "content_browsertests", 76 "test": "content_browsertests",
77 "swarming": { 77 "swarming": {
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 }, 190 },
191 "Mac 10.6 Tests (dbg)(2)": { 191 "Mac 10.6 Tests (dbg)(2)": {
192 "gtest_tests": [ 192 "gtest_tests": [
193 "browser_tests" 193 "browser_tests"
194 ] 194 ]
195 }, 195 },
196 "Mac 10.7 Tests (dbg)(1)": { 196 "Mac 10.7 Tests (dbg)(1)": {
197 "gtest_tests": [ 197 "gtest_tests": [
198 "accessibility_unittests", 198 "accessibility_unittests",
199 "app_list_unittests", 199 "app_list_unittests",
200 "base_unittests", 200 {
201 "test": "base_unittests",
202 "swarming": {
203 "can_use_on_swarming_builders": true
204 }
205 },
206 {
207 "test": "browser_tests",
208 "swarming": {
209 "can_use_on_swarming_builders": true,
210 "shards": 20
211 }
212 },
201 "cacheinvalidation_unittests", 213 "cacheinvalidation_unittests",
202 "cast_unittests", 214 "cast_unittests",
203 "cc_unittests", 215 "cc_unittests",
204 "chromedriver_unittests", 216 "chromedriver_unittests",
205 "components_unittests", 217 "components_unittests",
206 "content_browsertests", 218 {
207 "content_unittests", 219 "test": "content_browsertests",
220 "swarming": {
221 "can_use_on_swarming_builders": true
222 }
223 },
224 {
225 "test": "content_unittests",
226 "swarming": {
227 "can_use_on_swarming_builders": true
228 }
229 },
208 "crypto_unittests", 230 "crypto_unittests",
209 "extensions_unittests", 231 "extensions_unittests",
210 "gcm_unit_tests", 232 "gcm_unit_tests",
211 "gfx_unittests", 233 "gfx_unittests",
212 "gpu_unittests", 234 "gpu_unittests",
213 "google_apis_unittests", 235 "google_apis_unittests",
214 "interactive_ui_tests", 236 {
237 "test": "interactive_ui_tests",
238 "swarming": {
239 "can_use_on_swarming_builders": true,
240 "shards": 2
241 }
242 },
215 "ipc_tests", 243 "ipc_tests",
216 "jingle_unittests", 244 "jingle_unittests",
217 "media_unittests", 245 "media_unittests",
218 "message_center_unittests", 246 "message_center_unittests",
219 "mojo_apps_js_unittests", 247 "mojo_apps_js_unittests",
220 "mojo_common_unittests", 248 "mojo_common_unittests",
221 "mojo_js_unittests", 249 "mojo_js_unittests",
222 "mojo_public_bindings_unittests", 250 "mojo_public_bindings_unittests",
223 "mojo_public_environment_unittests", 251 "mojo_public_environment_unittests",
224 "mojo_public_system_unittests", 252 "mojo_public_system_unittests",
225 "mojo_public_utility_unittests", 253 "mojo_public_utility_unittests",
226 "mojo_application_manager_unittests", 254 "mojo_application_manager_unittests",
227 "mojo_shell_tests", 255 "mojo_shell_tests",
228 "mojo_system_unittests", 256 "mojo_system_unittests",
229 "net_unittests", 257 {
258 "test": "net_unittests",
259 "swarming": {
260 "can_use_on_swarming_builders": true
261 }
262 },
230 "ppapi_unittests", 263 "ppapi_unittests",
231 "printing_unittests", 264 "printing_unittests",
232 "remoting_unittests", 265 "remoting_unittests",
233 "sandbox_mac_unittests", 266 "sandbox_mac_unittests",
234 "sql_unittests", 267 "sql_unittests",
235 "sync_integration_tests", 268 {
269 "test": "sync_integration_tests",
270 "swarming": {
271 "can_use_on_swarming_builders": true
272 }
273 },
236 "sync_unit_tests", 274 "sync_unit_tests",
237 "ui_unittests", 275 "ui_unittests",
238 "unit_tests", 276 {
277 "test": "unit_tests",
278 "swarming": {
279 "can_use_on_swarming_builders": true
280 }
281 },
239 "url_unittests" 282 "url_unittests"
240 ] 283 ]
241 }, 284 },
242 "Mac 10.7 Tests (dbg)(2)": { 285 "Mac 10.7 Tests (dbg)(2)": {
243 "gtest_tests": [ 286 "gtest_tests": [
244 "browser_tests"
245 ] 287 ]
246 } 288 }
247 } 289 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698