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

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

Issue 1217213002: Convert ipc_tests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2_aura_unittests
Patch Set: Created 5 years, 5 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 | « ipc/ipc_tests.isolate ('k') | testing/buildbot/chromium.fyi.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 "Linux ChromiumOS GN": { 2 "Linux ChromiumOS GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "browser_tests", 7 "browser_tests",
8 "cacheinvalidation_unittests", 8 "cacheinvalidation_unittests",
9 "chromedriver_unittests", 9 "chromedriver_unittests",
10 "chromeos_unittests", 10 "chromeos_unittests",
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "test": "gpu_unittests" 228 "test": "gpu_unittests"
229 }, 229 },
230 { 230 {
231 "swarming": { 231 "swarming": {
232 "can_use_on_swarming_builders": true, 232 "can_use_on_swarming_builders": true,
233 "shards": 3 233 "shards": 3
234 }, 234 },
235 "test": "interactive_ui_tests" 235 "test": "interactive_ui_tests"
236 }, 236 },
237 { 237 {
238 "swarming": {
239 "can_use_on_swarming_builders": true
240 },
238 "test": "ipc_tests" 241 "test": "ipc_tests"
239 }, 242 },
240 { 243 {
241 "test": "jingle_unittests" 244 "test": "jingle_unittests"
242 }, 245 },
243 { 246 {
244 "swarming": { 247 "swarming": {
245 "can_use_on_swarming_builders": true 248 "can_use_on_swarming_builders": true
246 }, 249 },
247 "test": "media_unittests" 250 "test": "media_unittests"
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 }, 452 },
450 "test": "gpu_unittests" 453 "test": "gpu_unittests"
451 }, 454 },
452 { 455 {
453 "swarming": { 456 "swarming": {
454 "can_use_on_swarming_builders": true 457 "can_use_on_swarming_builders": true
455 }, 458 },
456 "test": "interactive_ui_tests" 459 "test": "interactive_ui_tests"
457 }, 460 },
458 { 461 {
462 "swarming": {
463 "can_use_on_swarming_builders": true
464 },
459 "test": "ipc_tests" 465 "test": "ipc_tests"
460 }, 466 },
461 { 467 {
462 "test": "jingle_unittests" 468 "test": "jingle_unittests"
463 }, 469 },
464 { 470 {
465 "swarming": { 471 "swarming": {
466 "can_use_on_swarming_builders": true 472 "can_use_on_swarming_builders": true
467 }, 473 },
468 "test": "media_unittests" 474 "test": "media_unittests"
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 "test": "gpu_unittests" 672 "test": "gpu_unittests"
667 }, 673 },
668 { 674 {
669 "swarming": { 675 "swarming": {
670 "can_use_on_swarming_builders": true, 676 "can_use_on_swarming_builders": true,
671 "shards": 3 677 "shards": 3
672 }, 678 },
673 "test": "interactive_ui_tests" 679 "test": "interactive_ui_tests"
674 }, 680 },
675 { 681 {
682 "swarming": {
683 "can_use_on_swarming_builders": true
684 },
676 "test": "ipc_tests" 685 "test": "ipc_tests"
677 }, 686 },
678 { 687 {
679 "test": "jingle_unittests" 688 "test": "jingle_unittests"
680 }, 689 },
681 { 690 {
682 "swarming": { 691 "swarming": {
683 "can_use_on_swarming_builders": true 692 "can_use_on_swarming_builders": true
684 }, 693 },
685 "test": "media_unittests" 694 "test": "media_unittests"
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 }, 767 },
759 { 768 {
760 "test": "views_unittests" 769 "test": "views_unittests"
761 }, 770 },
762 { 771 {
763 "test": "wm_unittests" 772 "test": "wm_unittests"
764 } 773 }
765 ] 774 ]
766 } 775 }
767 } 776 }
OLDNEW
« no previous file with comments | « ipc/ipc_tests.isolate ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698