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

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

Issue 958733002: isolate cast_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no read_only Created 5 years, 10 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 | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium_trybot.json » ('j') | 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 "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_unittests", 11 "app_shell_unittests",
12 "aura_unittests", 12 "aura_unittests",
13 { 13 {
14 "test": "browser_tests", 14 "test": "browser_tests",
15 "swarming": { 15 "swarming": {
16 "can_use_on_swarming_builders": true, 16 "can_use_on_swarming_builders": true,
17 "shards": 10 17 "shards": 10
18 } 18 }
19 }, 19 },
20 "cacheinvalidation_unittests", 20 "cacheinvalidation_unittests",
21 "cast_unittests", 21 {
22 "test": "cast_unittests",
23 "swarming": {
24 "can_use_on_swarming_builders": true
25 }
26 },
22 { 27 {
23 "test": "cc_unittests", 28 "test": "cc_unittests",
24 "swarming": { 29 "swarming": {
25 "can_use_on_swarming_builders": true 30 "can_use_on_swarming_builders": true
26 } 31 }
27 }, 32 },
28 "chromedriver_unittests", 33 "chromedriver_unittests",
29 "chrome_elf_unittests", 34 "chrome_elf_unittests",
30 { 35 {
31 "test": "components_browsertests", 36 "test": "components_browsertests",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 } 163 }
159 }, 164 },
160 { 165 {
161 "test": "browser_tests", 166 "test": "browser_tests",
162 "swarming": { 167 "swarming": {
163 "can_use_on_swarming_builders": true, 168 "can_use_on_swarming_builders": true,
164 "shards": 10 169 "shards": 10
165 } 170 }
166 }, 171 },
167 "cacheinvalidation_unittests", 172 "cacheinvalidation_unittests",
168 "cast_unittests", 173 {
174 "test": "cast_unittests",
175 "swarming": {
176 "can_use_on_swarming_builders": true
177 }
178 },
169 { 179 {
170 "test": "cc_unittests", 180 "test": "cc_unittests",
171 "swarming": { 181 "swarming": {
172 "can_use_on_swarming_builders": true 182 "can_use_on_swarming_builders": true
173 } 183 }
174 }, 184 },
175 "chromedriver_unittests", 185 "chromedriver_unittests",
176 "chrome_elf_unittests", 186 "chrome_elf_unittests",
177 { 187 {
178 "test": "components_unittests", 188 "test": "components_unittests",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 } 319 }
310 }, 320 },
311 { 321 {
312 "test": "browser_tests", 322 "test": "browser_tests",
313 "swarming": { 323 "swarming": {
314 "can_use_on_swarming_builders": true, 324 "can_use_on_swarming_builders": true,
315 "shards": 10 325 "shards": 10
316 } 326 }
317 }, 327 },
318 "cacheinvalidation_unittests", 328 "cacheinvalidation_unittests",
319 "cast_unittests", 329 {
330 "test": "cast_unittests",
331 "swarming": {
332 "can_use_on_swarming_builders": true
333 }
334 },
320 { 335 {
321 "test": "cc_unittests", 336 "test": "cc_unittests",
322 "swarming": { 337 "swarming": {
323 "can_use_on_swarming_builders": true 338 "can_use_on_swarming_builders": true
324 } 339 }
325 }, 340 },
326 "chromedriver_unittests", 341 "chromedriver_unittests",
327 "chrome_elf_unittests", 342 "chrome_elf_unittests",
328 "components_browsertests", 343 "components_browsertests",
329 { 344 {
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 "app_list_unittests", 483 "app_list_unittests",
469 "app_shell_unittests", 484 "app_shell_unittests",
470 { 485 {
471 "test": "ash_unittests", 486 "test": "ash_unittests",
472 "swarming": { 487 "swarming": {
473 "can_use_on_swarming_builders": true 488 "can_use_on_swarming_builders": true
474 } 489 }
475 }, 490 },
476 "aura_unittests", 491 "aura_unittests",
477 "cacheinvalidation_unittests", 492 "cacheinvalidation_unittests",
478 "cast_unittests", 493 {
494 "test": "cast_unittests",
495 "swarming": {
496 "can_use_on_swarming_builders": true
497 }
498 },
479 { 499 {
480 "test": "cc_unittests", 500 "test": "cc_unittests",
481 "swarming": { 501 "swarming": {
482 "can_use_on_swarming_builders": true 502 "can_use_on_swarming_builders": true
483 } 503 }
484 }, 504 },
485 "chromedriver_unittests", 505 "chromedriver_unittests",
486 "chrome_elf_unittests", 506 "chrome_elf_unittests",
487 "components_browsertests", 507 "components_browsertests",
488 { 508 {
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 } 645 }
626 }, 646 },
627 { 647 {
628 "test": "browser_tests", 648 "test": "browser_tests",
629 "swarming": { 649 "swarming": {
630 "can_use_on_swarming_builders": true, 650 "can_use_on_swarming_builders": true,
631 "shards": 20 651 "shards": 20
632 } 652 }
633 }, 653 },
634 "cacheinvalidation_unittests", 654 "cacheinvalidation_unittests",
635 "cast_unittests", 655 {
656 "test": "cast_unittests",
657 "swarming": {
658 "can_use_on_swarming_builders": true
659 }
660 },
636 { 661 {
637 "test": "cc_unittests", 662 "test": "cc_unittests",
638 "swarming": { 663 "swarming": {
639 "can_use_on_swarming_builders": true 664 "can_use_on_swarming_builders": true
640 } 665 }
641 }, 666 },
642 "chromedriver_unittests", 667 "chromedriver_unittests",
643 "chrome_elf_unittests", 668 "chrome_elf_unittests",
644 { 669 {
645 "test": "components_unittests", 670 "test": "components_unittests",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 "wm_unittests", 787 "wm_unittests",
763 "aura_unittests", 788 "aura_unittests",
764 "ash_unittests", 789 "ash_unittests",
765 "compositor_unittests", 790 "compositor_unittests",
766 "content_browsertests", 791 "content_browsertests",
767 "events_unittests", 792 "events_unittests",
768 "ui_touch_selection_unittests" 793 "ui_touch_selection_unittests"
769 ] 794 ]
770 } 795 }
771 } 796 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698