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

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

Issue 1208103004: Convert midi_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@4_message_center_unittests
Patch Set: Created 5 years, 6 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 | « no previous file | 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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 }, 243 },
244 "test": "media_unittests" 244 "test": "media_unittests"
245 }, 245 },
246 { 246 {
247 "swarming": { 247 "swarming": {
248 "can_use_on_swarming_builders": true 248 "can_use_on_swarming_builders": true
249 }, 249 },
250 "test": "message_center_unittests" 250 "test": "message_center_unittests"
251 }, 251 },
252 { 252 {
253 "swarming": {
254 "can_use_on_swarming_builders": true
255 },
253 "test": "midi_unittests" 256 "test": "midi_unittests"
254 }, 257 },
255 { 258 {
256 "test": "nacl_helper_nonsfi_unittests" 259 "test": "nacl_helper_nonsfi_unittests"
257 }, 260 },
258 { 261 {
259 "test": "nacl_loader_unittests" 262 "test": "nacl_loader_unittests"
260 }, 263 },
261 { 264 {
262 "swarming": { 265 "swarming": {
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 }, 455 },
453 "test": "media_unittests" 456 "test": "media_unittests"
454 }, 457 },
455 { 458 {
456 "swarming": { 459 "swarming": {
457 "can_use_on_swarming_builders": true 460 "can_use_on_swarming_builders": true
458 }, 461 },
459 "test": "message_center_unittests" 462 "test": "message_center_unittests"
460 }, 463 },
461 { 464 {
465 "swarming": {
466 "can_use_on_swarming_builders": true
467 },
462 "test": "midi_unittests" 468 "test": "midi_unittests"
463 }, 469 },
464 { 470 {
465 "test": "nacl_helper_nonsfi_unittests" 471 "test": "nacl_helper_nonsfi_unittests"
466 }, 472 },
467 { 473 {
468 "test": "nacl_loader_unittests" 474 "test": "nacl_loader_unittests"
469 }, 475 },
470 { 476 {
471 "swarming": { 477 "swarming": {
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 }, 663 },
658 "test": "media_unittests" 664 "test": "media_unittests"
659 }, 665 },
660 { 666 {
661 "swarming": { 667 "swarming": {
662 "can_use_on_swarming_builders": true 668 "can_use_on_swarming_builders": true
663 }, 669 },
664 "test": "message_center_unittests" 670 "test": "message_center_unittests"
665 }, 671 },
666 { 672 {
673 "swarming": {
674 "can_use_on_swarming_builders": true
675 },
667 "test": "midi_unittests" 676 "test": "midi_unittests"
668 }, 677 },
669 { 678 {
670 "test": "nacl_helper_nonsfi_unittests" 679 "test": "nacl_helper_nonsfi_unittests"
671 }, 680 },
672 { 681 {
673 "test": "nacl_loader_unittests" 682 "test": "nacl_loader_unittests"
674 }, 683 },
675 { 684 {
676 "swarming": { 685 "swarming": {
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 }, 731 },
723 { 732 {
724 "test": "views_unittests" 733 "test": "views_unittests"
725 }, 734 },
726 { 735 {
727 "test": "wm_unittests" 736 "test": "wm_unittests"
728 } 737 }
729 ] 738 ]
730 } 739 }
731 } 740 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698