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

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

Issue 885443002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT mojo 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.webkit.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",
12 "app_shell_unittests", 11 "app_shell_unittests",
13 "aura_unittests", 12 "aura_unittests",
14 { 13 {
15 "test": "browser_tests", 14 "test": "browser_tests",
16 "swarming": { 15 "swarming": {
17 "can_use_on_swarming_builders": true, 16 "can_use_on_swarming_builders": true,
18 "shards": 10 17 "shards": 10
19 } 18 }
20 }, 19 },
21 "cacheinvalidation_unittests", 20 "cacheinvalidation_unittests",
22 "cast_unittests", 21 "cast_unittests",
23 "cc_unittests", 22 {
23 "test": "cc_unittests",
24 "swarming": {
25 "can_use_on_swarming_builders": true
26 }
27 },
24 "chromedriver_unittests", 28 "chromedriver_unittests",
25 "chrome_elf_unittests", 29 "chrome_elf_unittests",
26 { 30 {
31 "test": "components_browsertests",
32 "swarming": {
33 "can_use_on_swarming_builders": true
34 }
35 },
36 {
27 "test": "components_unittests", 37 "test": "components_unittests",
28 "swarming": { 38 "swarming": {
29 "can_use_on_swarming_builders": true 39 "can_use_on_swarming_builders": true
30 } 40 }
31 }, 41 },
32 "compositor_unittests", 42 "compositor_unittests",
33 { 43 {
34 "test": "content_browsertests", 44 "test": "content_browsertests",
35 "swarming": { 45 "swarming": {
36 "can_use_on_swarming_builders": true 46 "can_use_on_swarming_builders": true
37 } 47 }
38 }, 48 },
39 { 49 {
40 "test": "content_unittests", 50 "test": "content_unittests",
41 "swarming": { 51 "swarming": {
42 "can_use_on_swarming_builders": true 52 "can_use_on_swarming_builders": true
43 } 53 }
44 }, 54 },
45 { 55 {
46 "test": "courgette_unittests", 56 "test": "courgette_unittests",
47 "swarming": { 57 "swarming": {
48 "can_use_on_swarming_builders": true 58 "can_use_on_swarming_builders": true
49 } 59 }
50 }, 60 },
51 "crypto_unittests", 61 "crypto_unittests",
52 "events_unittests", 62 "events_unittests",
63 {
64 "test": "extensions_browsertests",
65 "swarming": {
66 "can_use_on_swarming_builders": true
67 }
68 },
53 "extensions_unittests", 69 "extensions_unittests",
54 "gcm_unit_tests", 70 "gcm_unit_tests",
55 "gfx_unittests", 71 "gfx_unittests",
56 "google_apis_unittests", 72 "google_apis_unittests",
57 { 73 {
58 "test": "gpu_unittests", 74 "test": "gpu_unittests",
59 "swarming": { 75 "swarming": {
60 "can_use_on_swarming_builders": true 76 "can_use_on_swarming_builders": true
61 } 77 }
62 }, 78 },
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 }, 136 },
121 { 137 {
122 "name": "nacl_integration", 138 "name": "nacl_integration",
123 "script": "nacl_integration.py" 139 "script": "nacl_integration.py"
124 } 140 }
125 ] 141 ]
126 }, 142 },
127 "Vista Tests (1)": { 143 "Vista Tests (1)": {
128 "gtest_tests": [ 144 "gtest_tests": [
129 "accessibility_unittests", 145 "accessibility_unittests",
130 "app_shell_browsertests",
131 "app_shell_unittests", 146 "app_shell_unittests",
132 "aura_unittests", 147 "aura_unittests",
133 { 148 {
134 "test": "base_unittests", 149 "test": "base_unittests",
135 "swarming": { 150 "swarming": {
136 "can_use_on_swarming_builders": true 151 "can_use_on_swarming_builders": true
137 } 152 }
138 }, 153 },
139 { 154 {
140 "test": "browser_tests", 155 "test": "browser_tests",
141 "swarming": { 156 "swarming": {
142 "can_use_on_swarming_builders": true, 157 "can_use_on_swarming_builders": true,
143 "shards": 10 158 "shards": 10
144 } 159 }
145 }, 160 },
146 "cacheinvalidation_unittests", 161 "cacheinvalidation_unittests",
147 "cast_unittests", 162 "cast_unittests",
148 "cc_unittests", 163 {
164 "test": "cc_unittests",
165 "swarming": {
166 "can_use_on_swarming_builders": true
167 }
168 },
149 "chromedriver_unittests", 169 "chromedriver_unittests",
150 "chrome_elf_unittests", 170 "chrome_elf_unittests",
151 { 171 {
152 "test": "components_unittests", 172 "test": "components_unittests",
153 "swarming": { 173 "swarming": {
154 "can_use_on_swarming_builders": true 174 "can_use_on_swarming_builders": true
155 } 175 }
156 }, 176 },
157 "compositor_unittests", 177 "compositor_unittests",
158 { 178 {
159 "test": "content_browsertests", 179 "test": "content_browsertests",
160 "swarming": { 180 "swarming": {
161 "can_use_on_swarming_builders": true 181 "can_use_on_swarming_builders": true
162 } 182 }
163 }, 183 },
164 { 184 {
165 "test": "content_unittests", 185 "test": "content_unittests",
166 "swarming": { 186 "swarming": {
167 "can_use_on_swarming_builders": true 187 "can_use_on_swarming_builders": true
168 } 188 }
169 }, 189 },
170 { 190 {
171 "test": "courgette_unittests", 191 "test": "courgette_unittests",
172 "swarming": { 192 "swarming": {
173 "can_use_on_swarming_builders": true 193 "can_use_on_swarming_builders": true
174 } 194 }
175 }, 195 },
176 "crypto_unittests", 196 "crypto_unittests",
197 {
198 "test": "extensions_browsertests",
199 "swarming": {
200 "can_use_on_swarming_builders": true
201 }
202 },
177 "extensions_unittests", 203 "extensions_unittests",
178 "events_unittests", 204 "events_unittests",
179 "gcm_unit_tests", 205 "gcm_unit_tests",
180 "gfx_unittests", 206 "gfx_unittests",
181 "google_apis_unittests", 207 "google_apis_unittests",
182 { 208 {
183 "test": "gpu_unittests", 209 "test": "gpu_unittests",
184 "swarming": { 210 "swarming": {
185 "can_use_on_swarming_builders": true 211 "can_use_on_swarming_builders": true
186 } 212 }
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "gtest_tests": [ 281 "gtest_tests": [
256 "app_installer_unittests", 282 "app_installer_unittests",
257 "app_list_unittests", 283 "app_list_unittests",
258 "accessibility_unittests", 284 "accessibility_unittests",
259 { 285 {
260 "test": "ash_unittests", 286 "test": "ash_unittests",
261 "swarming": { 287 "swarming": {
262 "can_use_on_swarming_builders": true 288 "can_use_on_swarming_builders": true
263 } 289 }
264 }, 290 },
265 "app_shell_browsertests",
266 "app_shell_unittests", 291 "app_shell_unittests",
267 "aura_unittests", 292 "aura_unittests",
268 { 293 {
269 "test": "base_unittests", 294 "test": "base_unittests",
270 "swarming": { 295 "swarming": {
271 "can_use_on_swarming_builders": true 296 "can_use_on_swarming_builders": true
272 } 297 }
273 }, 298 },
274 { 299 {
275 "test": "browser_tests", 300 "test": "browser_tests",
276 "swarming": { 301 "swarming": {
277 "can_use_on_swarming_builders": true, 302 "can_use_on_swarming_builders": true,
278 "shards": 10 303 "shards": 10
279 } 304 }
280 }, 305 },
281 "cacheinvalidation_unittests", 306 "cacheinvalidation_unittests",
282 "cast_unittests", 307 "cast_unittests",
283 "cc_unittests", 308 {
309 "test": "cc_unittests",
310 "swarming": {
311 "can_use_on_swarming_builders": true
312 }
313 },
284 "chromedriver_unittests", 314 "chromedriver_unittests",
285 "chrome_elf_unittests", 315 "chrome_elf_unittests",
286 "components_browsertests", 316 "components_browsertests",
287 { 317 {
288 "test": "components_unittests", 318 "test": "components_unittests",
289 "swarming": { 319 "swarming": {
290 "can_use_on_swarming_builders": true 320 "can_use_on_swarming_builders": true
291 } 321 }
292 }, 322 },
293 "compositor_unittests", 323 "compositor_unittests",
(...skipping 11 matching lines...) Expand all
305 }, 335 },
306 { 336 {
307 "test": "courgette_unittests", 337 "test": "courgette_unittests",
308 "swarming": { 338 "swarming": {
309 "can_use_on_swarming_builders": true 339 "can_use_on_swarming_builders": true
310 } 340 }
311 }, 341 },
312 "crypto_unittests", 342 "crypto_unittests",
313 "device_unittests", 343 "device_unittests",
314 "events_unittests", 344 "events_unittests",
345 {
346 "test": "extensions_browsertests",
347 "swarming": {
348 "can_use_on_swarming_builders": true
349 }
350 },
315 "extensions_unittests", 351 "extensions_unittests",
316 "gcm_unit_tests", 352 "gcm_unit_tests",
317 "gfx_unittests", 353 "gfx_unittests",
318 "google_apis_unittests", 354 "google_apis_unittests",
319 { 355 {
320 "test": "gpu_unittests", 356 "test": "gpu_unittests",
321 "swarming": { 357 "swarming": {
322 "can_use_on_swarming_builders": true 358 "can_use_on_swarming_builders": true
323 } 359 }
324 }, 360 },
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 }, 441 },
406 { 442 {
407 "test": "browser_tests", 443 "test": "browser_tests",
408 "swarming": { 444 "swarming": {
409 "can_use_on_swarming_builders": true, 445 "can_use_on_swarming_builders": true,
410 "shards": 10 446 "shards": 10
411 } 447 }
412 }, 448 },
413 "app_installer_unittests", 449 "app_installer_unittests",
414 "app_list_unittests", 450 "app_list_unittests",
415 "app_shell_browsertests",
416 "app_shell_unittests", 451 "app_shell_unittests",
417 { 452 {
418 "test": "ash_unittests", 453 "test": "ash_unittests",
419 "swarming": { 454 "swarming": {
420 "can_use_on_swarming_builders": true 455 "can_use_on_swarming_builders": true
421 } 456 }
422 }, 457 },
423 "aura_unittests", 458 "aura_unittests",
424 "cacheinvalidation_unittests", 459 "cacheinvalidation_unittests",
425 "cast_unittests", 460 "cast_unittests",
426 "cc_unittests", 461 {
462 "test": "cc_unittests",
463 "swarming": {
464 "can_use_on_swarming_builders": true
465 }
466 },
427 "chromedriver_unittests", 467 "chromedriver_unittests",
428 "chrome_elf_unittests", 468 "chrome_elf_unittests",
429 "components_browsertests", 469 "components_browsertests",
430 { 470 {
431 "test": "components_unittests", 471 "test": "components_unittests",
432 "swarming": { 472 "swarming": {
433 "can_use_on_swarming_builders": true 473 "can_use_on_swarming_builders": true
434 } 474 }
435 }, 475 },
436 "compositor_unittests", 476 "compositor_unittests",
(...skipping 11 matching lines...) Expand all
448 }, 488 },
449 { 489 {
450 "test": "courgette_unittests", 490 "test": "courgette_unittests",
451 "swarming": { 491 "swarming": {
452 "can_use_on_swarming_builders": true 492 "can_use_on_swarming_builders": true
453 } 493 }
454 }, 494 },
455 "crypto_unittests", 495 "crypto_unittests",
456 "device_unittests", 496 "device_unittests",
457 "events_unittests", 497 "events_unittests",
498 {
499 "test": "extensions_browsertests",
500 "swarming": {
501 "can_use_on_swarming_builders": true
502 }
503 },
458 "extensions_unittests", 504 "extensions_unittests",
459 "gcm_unit_tests", 505 "gcm_unit_tests",
460 "gfx_unittests", 506 "gfx_unittests",
461 "google_apis_unittests", 507 "google_apis_unittests",
462 { 508 {
463 "test": "gpu_unittests", 509 "test": "gpu_unittests",
464 "swarming": { 510 "swarming": {
465 "can_use_on_swarming_builders": true 511 "can_use_on_swarming_builders": true
466 } 512 }
467 }, 513 },
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 }, 585 },
540 "Win7 Tests (dbg)(1)": { 586 "Win7 Tests (dbg)(1)": {
541 "gtest_tests": [ 587 "gtest_tests": [
542 "accessibility_unittests", 588 "accessibility_unittests",
543 { 589 {
544 "test": "ash_unittests", 590 "test": "ash_unittests",
545 "swarming": { 591 "swarming": {
546 "can_use_on_swarming_builders": true 592 "can_use_on_swarming_builders": true
547 } 593 }
548 }, 594 },
549 "app_shell_browsertests",
550 "app_shell_unittests", 595 "app_shell_unittests",
551 "aura_unittests", 596 "aura_unittests",
552 { 597 {
553 "test": "base_unittests", 598 "test": "base_unittests",
554 "swarming": { 599 "swarming": {
555 "can_use_on_swarming_builders": true 600 "can_use_on_swarming_builders": true
556 } 601 }
557 }, 602 },
558 { 603 {
559 "test": "browser_tests", 604 "test": "browser_tests",
560 "swarming": { 605 "swarming": {
561 "can_use_on_swarming_builders": true, 606 "can_use_on_swarming_builders": true,
562 "shards": 20 607 "shards": 20
563 } 608 }
564 }, 609 },
565 "cacheinvalidation_unittests", 610 "cacheinvalidation_unittests",
566 "cast_unittests", 611 "cast_unittests",
567 "cc_unittests", 612 {
613 "test": "cc_unittests",
614 "swarming": {
615 "can_use_on_swarming_builders": true
616 }
617 },
568 "chromedriver_unittests", 618 "chromedriver_unittests",
569 "chrome_elf_unittests", 619 "chrome_elf_unittests",
570 { 620 {
571 "test": "components_unittests", 621 "test": "components_unittests",
572 "swarming": { 622 "swarming": {
573 "can_use_on_swarming_builders": true 623 "can_use_on_swarming_builders": true
574 } 624 }
575 }, 625 },
576 "compositor_unittests", 626 "compositor_unittests",
577 { 627 {
(...skipping 10 matching lines...) Expand all
588 } 638 }
589 }, 639 },
590 { 640 {
591 "test": "courgette_unittests", 641 "test": "courgette_unittests",
592 "swarming": { 642 "swarming": {
593 "can_use_on_swarming_builders": true 643 "can_use_on_swarming_builders": true
594 } 644 }
595 }, 645 },
596 "crypto_unittests", 646 "crypto_unittests",
597 "events_unittests", 647 "events_unittests",
648 {
649 "test": "extensions_browsertests",
650 "swarming": {
651 "can_use_on_swarming_builders": true
652 }
653 },
598 "extensions_unittests", 654 "extensions_unittests",
599 "gcm_unit_tests", 655 "gcm_unit_tests",
600 { 656 {
601 "test": "gpu_unittests", 657 "test": "gpu_unittests",
602 "swarming": { 658 "swarming": {
603 "can_use_on_swarming_builders": true 659 "can_use_on_swarming_builders": true
604 } 660 }
605 }, 661 },
606 "installer_util_unittests", 662 "installer_util_unittests",
607 { 663 {
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 "wm_unittests", 732 "wm_unittests",
677 "aura_unittests", 733 "aura_unittests",
678 "ash_unittests", 734 "ash_unittests",
679 "compositor_unittests", 735 "compositor_unittests",
680 "content_browsertests", 736 "content_browsertests",
681 "events_unittests", 737 "events_unittests",
682 "ui_touch_selection_unittests" 738 "ui_touch_selection_unittests"
683 ] 739 ]
684 } 740 }
685 } 741 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.webkit.json ('k') | testing/buildbot/chromium_memory_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698