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

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

Issue 854743002: Swarm cc_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium_memory_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_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 {
24 "test": "cc_unittests",
25 "swarming": {
26 "can_use_on_swarming_builders": true
27 }
28 },
24 "chromedriver_unittests", 29 "chromedriver_unittests",
25 "chrome_elf_unittests", 30 "chrome_elf_unittests",
26 { 31 {
27 "test": "components_unittests", 32 "test": "components_unittests",
28 "swarming": { 33 "swarming": {
29 "can_use_on_swarming_builders": true 34 "can_use_on_swarming_builders": true
30 } 35 }
31 }, 36 },
32 "compositor_unittests", 37 "compositor_unittests",
33 { 38 {
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 }, 138 },
134 { 139 {
135 "test": "browser_tests", 140 "test": "browser_tests",
136 "swarming": { 141 "swarming": {
137 "can_use_on_swarming_builders": true, 142 "can_use_on_swarming_builders": true,
138 "shards": 10 143 "shards": 10
139 } 144 }
140 }, 145 },
141 "cacheinvalidation_unittests", 146 "cacheinvalidation_unittests",
142 "cast_unittests", 147 "cast_unittests",
143 "cc_unittests", 148 {
149 "test": "cc_unittests",
150 "swarming": {
151 "can_use_on_swarming_builders": true
152 }
153 },
144 "chromedriver_unittests", 154 "chromedriver_unittests",
145 "chrome_elf_unittests", 155 "chrome_elf_unittests",
146 { 156 {
147 "test": "components_unittests", 157 "test": "components_unittests",
148 "swarming": { 158 "swarming": {
149 "can_use_on_swarming_builders": true 159 "can_use_on_swarming_builders": true
150 } 160 }
151 }, 161 },
152 "compositor_unittests", 162 "compositor_unittests",
153 { 163 {
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 }, 273 },
264 { 274 {
265 "test": "browser_tests", 275 "test": "browser_tests",
266 "swarming": { 276 "swarming": {
267 "can_use_on_swarming_builders": true, 277 "can_use_on_swarming_builders": true,
268 "shards": 10 278 "shards": 10
269 } 279 }
270 }, 280 },
271 "cacheinvalidation_unittests", 281 "cacheinvalidation_unittests",
272 "cast_unittests", 282 "cast_unittests",
273 "cc_unittests", 283 {
284 "test": "cc_unittests",
285 "swarming": {
286 "can_use_on_swarming_builders": true
287 }
288 },
274 "chromedriver_unittests", 289 "chromedriver_unittests",
275 "chrome_elf_unittests", 290 "chrome_elf_unittests",
276 "components_browsertests", 291 "components_browsertests",
277 { 292 {
278 "test": "components_unittests", 293 "test": "components_unittests",
279 "swarming": { 294 "swarming": {
280 "can_use_on_swarming_builders": true 295 "can_use_on_swarming_builders": true
281 } 296 }
282 }, 297 },
283 "compositor_unittests", 298 "compositor_unittests",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 "app_shell_unittests", 416 "app_shell_unittests",
402 { 417 {
403 "test": "ash_unittests", 418 "test": "ash_unittests",
404 "swarming": { 419 "swarming": {
405 "can_use_on_swarming_builders": true 420 "can_use_on_swarming_builders": true
406 } 421 }
407 }, 422 },
408 "aura_unittests", 423 "aura_unittests",
409 "cacheinvalidation_unittests", 424 "cacheinvalidation_unittests",
410 "cast_unittests", 425 "cast_unittests",
411 "cc_unittests", 426 {
427 "test": "cc_unittests",
428 "swarming": {
429 "can_use_on_swarming_builders": true
430 }
431 },
412 "chromedriver_unittests", 432 "chromedriver_unittests",
413 "chrome_elf_unittests", 433 "chrome_elf_unittests",
414 "components_browsertests", 434 "components_browsertests",
415 { 435 {
416 "test": "components_unittests", 436 "test": "components_unittests",
417 "swarming": { 437 "swarming": {
418 "can_use_on_swarming_builders": true 438 "can_use_on_swarming_builders": true
419 } 439 }
420 }, 440 },
421 "compositor_unittests", 441 "compositor_unittests",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 }, 557 },
538 { 558 {
539 "test": "browser_tests", 559 "test": "browser_tests",
540 "swarming": { 560 "swarming": {
541 "can_use_on_swarming_builders": true, 561 "can_use_on_swarming_builders": true,
542 "shards": 20 562 "shards": 20
543 } 563 }
544 }, 564 },
545 "cacheinvalidation_unittests", 565 "cacheinvalidation_unittests",
546 "cast_unittests", 566 "cast_unittests",
547 "cc_unittests", 567 {
568 "test": "cc_unittests",
569 "swarming": {
570 "can_use_on_swarming_builders": true
571 }
572 },
548 "chromedriver_unittests", 573 "chromedriver_unittests",
549 "chrome_elf_unittests", 574 "chrome_elf_unittests",
550 { 575 {
551 "test": "components_unittests", 576 "test": "components_unittests",
552 "swarming": { 577 "swarming": {
553 "can_use_on_swarming_builders": true 578 "can_use_on_swarming_builders": true
554 } 579 }
555 }, 580 },
556 "compositor_unittests", 581 "compositor_unittests",
557 { 582 {
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 "wm_unittests", 676 "wm_unittests",
652 "aura_unittests", 677 "aura_unittests",
653 "ash_unittests", 678 "ash_unittests",
654 "compositor_unittests", 679 "compositor_unittests",
655 "content_browsertests", 680 "content_browsertests",
656 "events_unittests", 681 "events_unittests",
657 "ui_touch_selection_unittests" 682 "ui_touch_selection_unittests"
658 ] 683 ]
659 } 684 }
660 } 685 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium_memory_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698