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

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

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
OLDNEW
1 { 1 {
2 "XP Tests (1)": { 2 "XP 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 },
11 "app_shell_browsertests", 11 "app_shell_browsertests",
12 "app_shell_unittests", 12 "app_shell_unittests",
13 "aura_unittests", 13 "aura_unittests",
14 { 14 {
15 "test": "browser_tests", 15 "test": "browser_tests",
16 "swarming": { 16 "swarming": {
17 "can_use_on_swarming_builders": true, 17 "can_use_on_swarming_builders": true,
18 "shards": 10 18 "shards": 10
19 } 19 }
20 }, 20 },
21 "cacheinvalidation_unittests", 21 "cacheinvalidation_unittests",
22 "cast_unittests", 22 "cast_unittests",
23 "cc_unittests", 23 "cc_unittests",
24 "chromedriver_unittests", 24 "chromedriver_unittests",
25 "chrome_elf_unittests", 25 "chrome_elf_unittests",
26 "components_unittests", 26 {
27 "test": "components_unittests",
28 "swarming": {
29 "can_use_on_swarming_builders": true
30 }
31 },
27 "compositor_unittests", 32 "compositor_unittests",
28 { 33 {
29 "test": "content_browsertests", 34 "test": "content_browsertests",
30 "swarming": { 35 "swarming": {
31 "can_use_on_swarming_builders": true 36 "can_use_on_swarming_builders": true
32 } 37 }
33 }, 38 },
34 { 39 {
35 "test": "content_unittests", 40 "test": "content_unittests",
36 "swarming": { 41 "swarming": {
37 "can_use_on_swarming_builders": true 42 "can_use_on_swarming_builders": true
38 } 43 }
39 }, 44 },
40 "courgette_unittests", 45 "courgette_unittests",
41 "crypto_unittests", 46 "crypto_unittests",
42 "events_unittests", 47 "events_unittests",
43 "extensions_unittests", 48 "extensions_unittests",
44 "gcm_unit_tests", 49 "gcm_unit_tests",
45 "gfx_unittests", 50 "gfx_unittests",
46 "google_apis_unittests", 51 "google_apis_unittests",
47 "gpu_unittests", 52 {
53 "test": "gpu_unittests",
54 "swarming": {
55 "can_use_on_swarming_builders": true
56 }
57 },
48 "installer_util_unittests", 58 "installer_util_unittests",
49 { 59 {
50 "test": "interactive_ui_tests", 60 "test": "interactive_ui_tests",
51 "swarming": { 61 "swarming": {
52 "can_use_on_swarming_builders": true, 62 "can_use_on_swarming_builders": true,
53 "shards": 2 63 "shards": 2
54 } 64 }
55 }, 65 },
56 "ipc_tests", 66 "ipc_tests",
57 "jingle_unittests", 67 "jingle_unittests",
58 "media_unittests", 68 {
69 "test": "media_unittests",
70 "swarming": {
71 "can_use_on_swarming_builders": true
72 }
73 },
59 { 74 {
60 "test": "net_unittests", 75 "test": "net_unittests",
61 "swarming": { 76 "swarming": {
62 "can_use_on_swarming_builders": true 77 "can_use_on_swarming_builders": true
63 } 78 }
64 }, 79 },
65 "ppapi_unittests", 80 "ppapi_unittests",
66 "printing_unittests", 81 "printing_unittests",
67 "remoting_unittests", 82 "remoting_unittests",
68 "sbox_unittests", 83 "sbox_unittests",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "swarming": { 136 "swarming": {
122 "can_use_on_swarming_builders": true, 137 "can_use_on_swarming_builders": true,
123 "shards": 10 138 "shards": 10
124 } 139 }
125 }, 140 },
126 "cacheinvalidation_unittests", 141 "cacheinvalidation_unittests",
127 "cast_unittests", 142 "cast_unittests",
128 "cc_unittests", 143 "cc_unittests",
129 "chromedriver_unittests", 144 "chromedriver_unittests",
130 "chrome_elf_unittests", 145 "chrome_elf_unittests",
131 "components_unittests", 146 {
147 "test": "components_unittests",
148 "swarming": {
149 "can_use_on_swarming_builders": true
150 }
151 },
132 "compositor_unittests", 152 "compositor_unittests",
133 { 153 {
134 "test": "content_browsertests", 154 "test": "content_browsertests",
135 "swarming": { 155 "swarming": {
136 "can_use_on_swarming_builders": true 156 "can_use_on_swarming_builders": true
137 } 157 }
138 }, 158 },
139 { 159 {
140 "test": "content_unittests", 160 "test": "content_unittests",
141 "swarming": { 161 "swarming": {
142 "can_use_on_swarming_builders": true 162 "can_use_on_swarming_builders": true
143 } 163 }
144 }, 164 },
145 "courgette_unittests", 165 "courgette_unittests",
146 "crypto_unittests", 166 "crypto_unittests",
147 "extensions_unittests", 167 "extensions_unittests",
148 "events_unittests", 168 "events_unittests",
149 "gcm_unit_tests", 169 "gcm_unit_tests",
150 "gfx_unittests", 170 "gfx_unittests",
151 "google_apis_unittests", 171 "google_apis_unittests",
152 "gpu_unittests", 172 {
173 "test": "gpu_unittests",
174 "swarming": {
175 "can_use_on_swarming_builders": true
176 }
177 },
153 "installer_util_unittests", 178 "installer_util_unittests",
154 { 179 {
155 "test": "interactive_ui_tests", 180 "test": "interactive_ui_tests",
156 "swarming": { 181 "swarming": {
157 "can_use_on_swarming_builders": true, 182 "can_use_on_swarming_builders": true,
158 "shards": 2 183 "shards": 2
159 } 184 }
160 }, 185 },
161 "ipc_tests", 186 "ipc_tests",
162 "jingle_unittests", 187 "jingle_unittests",
163 "media_unittests", 188 {
189 "test": "media_unittests",
190 "swarming": {
191 "can_use_on_swarming_builders": true
192 }
193 },
164 "mojo_common_unittests", 194 "mojo_common_unittests",
165 "mojo_public_bindings_unittests", 195 "mojo_public_bindings_unittests",
166 "mojo_public_environment_unittests", 196 "mojo_public_environment_unittests",
167 "mojo_public_system_unittests", 197 "mojo_public_system_unittests",
168 "mojo_public_utility_unittests", 198 "mojo_public_utility_unittests",
169 "mojo_system_unittests", 199 "mojo_system_unittests",
170 { 200 {
171 "test": "net_unittests", 201 "test": "net_unittests",
172 "swarming": { 202 "swarming": {
173 "can_use_on_swarming_builders": true 203 "can_use_on_swarming_builders": true
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 "can_use_on_swarming_builders": true, 267 "can_use_on_swarming_builders": true,
238 "shards": 10 268 "shards": 10
239 } 269 }
240 }, 270 },
241 "cacheinvalidation_unittests", 271 "cacheinvalidation_unittests",
242 "cast_unittests", 272 "cast_unittests",
243 "cc_unittests", 273 "cc_unittests",
244 "chromedriver_unittests", 274 "chromedriver_unittests",
245 "chrome_elf_unittests", 275 "chrome_elf_unittests",
246 "components_browsertests", 276 "components_browsertests",
247 "components_unittests", 277 {
278 "test": "components_unittests",
279 "swarming": {
280 "can_use_on_swarming_builders": true
281 }
282 },
248 "compositor_unittests", 283 "compositor_unittests",
249 { 284 {
250 "test": "content_browsertests", 285 "test": "content_browsertests",
251 "swarming": { 286 "swarming": {
252 "can_use_on_swarming_builders": true 287 "can_use_on_swarming_builders": true
253 } 288 }
254 }, 289 },
255 { 290 {
256 "test": "content_unittests", 291 "test": "content_unittests",
257 "swarming": { 292 "swarming": {
258 "can_use_on_swarming_builders": true 293 "can_use_on_swarming_builders": true
259 } 294 }
260 }, 295 },
261 "courgette_unittests", 296 "courgette_unittests",
262 "crypto_unittests", 297 "crypto_unittests",
263 "device_unittests", 298 "device_unittests",
264 "events_unittests", 299 "events_unittests",
265 "extensions_unittests", 300 "extensions_unittests",
266 "gcm_unit_tests", 301 "gcm_unit_tests",
267 "gfx_unittests", 302 "gfx_unittests",
268 "google_apis_unittests", 303 "google_apis_unittests",
269 "gpu_unittests", 304 {
305 "test": "gpu_unittests",
306 "swarming": {
307 "can_use_on_swarming_builders": true
308 }
309 },
270 "installer_util_unittests", 310 "installer_util_unittests",
271 { 311 {
272 "test": "interactive_ui_tests", 312 "test": "interactive_ui_tests",
273 "swarming": { 313 "swarming": {
274 "can_use_on_swarming_builders": true, 314 "can_use_on_swarming_builders": true,
275 "shards": 2 315 "shards": 2
276 } 316 }
277 }, 317 },
278 "ipc_tests", 318 "ipc_tests",
279 "jingle_unittests", 319 "jingle_unittests",
280 "keyboard_unittests", 320 "keyboard_unittests",
281 "media_unittests", 321 {
322 "test": "media_unittests",
323 "swarming": {
324 "can_use_on_swarming_builders": true
325 }
326 },
282 "message_center_unittests", 327 "message_center_unittests",
283 "mojo_common_unittests", 328 "mojo_common_unittests",
284 "mojo_public_bindings_unittests", 329 "mojo_public_bindings_unittests",
285 "mojo_public_environment_unittests", 330 "mojo_public_environment_unittests",
286 "mojo_public_system_unittests", 331 "mojo_public_system_unittests",
287 "mojo_public_utility_unittests", 332 "mojo_public_utility_unittests",
288 "mojo_system_unittests", 333 "mojo_system_unittests",
289 { 334 {
290 "test": "net_unittests", 335 "test": "net_unittests",
291 "swarming": { 336 "swarming": {
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "can_use_on_swarming_builders": true 405 "can_use_on_swarming_builders": true
361 } 406 }
362 }, 407 },
363 "aura_unittests", 408 "aura_unittests",
364 "cacheinvalidation_unittests", 409 "cacheinvalidation_unittests",
365 "cast_unittests", 410 "cast_unittests",
366 "cc_unittests", 411 "cc_unittests",
367 "chromedriver_unittests", 412 "chromedriver_unittests",
368 "chrome_elf_unittests", 413 "chrome_elf_unittests",
369 "components_browsertests", 414 "components_browsertests",
370 "components_unittests", 415 {
416 "test": "components_unittests",
417 "swarming": {
418 "can_use_on_swarming_builders": true
419 }
420 },
371 "compositor_unittests", 421 "compositor_unittests",
372 { 422 {
373 "test": "content_browsertests", 423 "test": "content_browsertests",
374 "swarming": { 424 "swarming": {
375 "can_use_on_swarming_builders": true 425 "can_use_on_swarming_builders": true
376 } 426 }
377 }, 427 },
378 { 428 {
379 "test": "content_unittests", 429 "test": "content_unittests",
380 "swarming": { 430 "swarming": {
381 "can_use_on_swarming_builders": true 431 "can_use_on_swarming_builders": true
382 } 432 }
383 }, 433 },
384 "courgette_unittests", 434 "courgette_unittests",
385 "crypto_unittests", 435 "crypto_unittests",
386 "device_unittests", 436 "device_unittests",
387 "events_unittests", 437 "events_unittests",
388 "extensions_unittests", 438 "extensions_unittests",
389 "gcm_unit_tests", 439 "gcm_unit_tests",
390 "gfx_unittests", 440 "gfx_unittests",
391 "google_apis_unittests", 441 "google_apis_unittests",
392 "gpu_unittests", 442 {
443 "test": "gpu_unittests",
444 "swarming": {
445 "can_use_on_swarming_builders": true
446 }
447 },
393 "installer_util_unittests", 448 "installer_util_unittests",
394 { 449 {
395 "test": "interactive_ui_tests", 450 "test": "interactive_ui_tests",
396 "swarming": { 451 "swarming": {
397 "can_use_on_swarming_builders": true, 452 "can_use_on_swarming_builders": true,
398 "shards": 2 453 "shards": 2
399 } 454 }
400 }, 455 },
401 "ipc_tests", 456 "ipc_tests",
402 "jingle_unittests", 457 "jingle_unittests",
403 "keyboard_unittests", 458 "keyboard_unittests",
404 "media_unittests", 459 {
460 "test": "media_unittests",
461 "swarming": {
462 "can_use_on_swarming_builders": true
463 }
464 },
405 "message_center_unittests", 465 "message_center_unittests",
406 "mojo_common_unittests", 466 "mojo_common_unittests",
407 "mojo_public_bindings_unittests", 467 "mojo_public_bindings_unittests",
408 "mojo_public_environment_unittests", 468 "mojo_public_environment_unittests",
409 "mojo_public_system_unittests", 469 "mojo_public_system_unittests",
410 "mojo_public_utility_unittests", 470 "mojo_public_utility_unittests",
411 "mojo_system_unittests", 471 "mojo_system_unittests",
412 { 472 {
413 "test": "net_unittests", 473 "test": "net_unittests",
414 "swarming": { 474 "swarming": {
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 "swarming": { 540 "swarming": {
481 "can_use_on_swarming_builders": true, 541 "can_use_on_swarming_builders": true,
482 "shards": 20 542 "shards": 20
483 } 543 }
484 }, 544 },
485 "cacheinvalidation_unittests", 545 "cacheinvalidation_unittests",
486 "cast_unittests", 546 "cast_unittests",
487 "cc_unittests", 547 "cc_unittests",
488 "chromedriver_unittests", 548 "chromedriver_unittests",
489 "chrome_elf_unittests", 549 "chrome_elf_unittests",
490 "components_unittests", 550 {
551 "test": "components_unittests",
552 "swarming": {
553 "can_use_on_swarming_builders": true
554 }
555 },
491 "compositor_unittests", 556 "compositor_unittests",
492 { 557 {
493 "test": "content_browsertests", 558 "test": "content_browsertests",
494 "swarming": { 559 "swarming": {
495 "can_use_on_swarming_builders": true, 560 "can_use_on_swarming_builders": true,
496 "shards": 2 561 "shards": 2
497 } 562 }
498 }, 563 },
499 { 564 {
500 "test": "content_unittests", 565 "test": "content_unittests",
501 "swarming": { 566 "swarming": {
502 "can_use_on_swarming_builders": true 567 "can_use_on_swarming_builders": true
503 } 568 }
504 }, 569 },
505 "courgette_unittests", 570 "courgette_unittests",
506 "crypto_unittests", 571 "crypto_unittests",
507 "events_unittests", 572 "events_unittests",
508 "extensions_unittests", 573 "extensions_unittests",
509 "gcm_unit_tests", 574 "gcm_unit_tests",
510 "gpu_unittests", 575 {
576 "test": "gpu_unittests",
577 "swarming": {
578 "can_use_on_swarming_builders": true
579 }
580 },
511 "installer_util_unittests", 581 "installer_util_unittests",
512 { 582 {
513 "test": "interactive_ui_tests", 583 "test": "interactive_ui_tests",
514 "swarming": { 584 "swarming": {
515 "can_use_on_swarming_builders": true, 585 "can_use_on_swarming_builders": true,
516 "shards": 4 586 "shards": 4
517 } 587 }
518 }, 588 },
519 "ipc_tests", 589 "ipc_tests",
520 "jingle_unittests", 590 "jingle_unittests",
521 "media_unittests", 591 {
592 "test": "media_unittests",
593 "swarming": {
594 "can_use_on_swarming_builders": true
595 }
596 },
522 "mojo_common_unittests", 597 "mojo_common_unittests",
523 "mojo_public_bindings_unittests", 598 "mojo_public_bindings_unittests",
524 "mojo_public_environment_unittests", 599 "mojo_public_environment_unittests",
525 "mojo_public_system_unittests", 600 "mojo_public_system_unittests",
526 "mojo_public_utility_unittests", 601 "mojo_public_utility_unittests",
527 "mojo_system_unittests", 602 "mojo_system_unittests",
528 { 603 {
529 "test": "net_unittests", 604 "test": "net_unittests",
530 "swarming": { 605 "swarming": {
531 "can_use_on_swarming_builders": true 606 "can_use_on_swarming_builders": true
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 "wm_unittests", 651 "wm_unittests",
577 "aura_unittests", 652 "aura_unittests",
578 "ash_unittests", 653 "ash_unittests",
579 "compositor_unittests", 654 "compositor_unittests",
580 "content_browsertests", 655 "content_browsertests",
581 "events_unittests", 656 "events_unittests",
582 "ui_touch_selection_unittests" 657 "ui_touch_selection_unittests"
583 ] 658 ]
584 } 659 }
585 } 660 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698