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

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

Issue 1204413002: Convert message_center_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@3_media_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 | « no previous file | testing/buildbot/chromium.memory.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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 { 237 {
238 "test": "jingle_unittests" 238 "test": "jingle_unittests"
239 }, 239 },
240 { 240 {
241 "swarming": { 241 "swarming": {
242 "can_use_on_swarming_builders": true 242 "can_use_on_swarming_builders": true
243 }, 243 },
244 "test": "media_unittests" 244 "test": "media_unittests"
245 }, 245 },
246 { 246 {
247 "swarming": {
248 "can_use_on_swarming_builders": true
249 },
247 "test": "message_center_unittests" 250 "test": "message_center_unittests"
248 }, 251 },
249 { 252 {
250 "test": "midi_unittests" 253 "test": "midi_unittests"
251 }, 254 },
252 { 255 {
253 "test": "nacl_helper_nonsfi_unittests" 256 "test": "nacl_helper_nonsfi_unittests"
254 }, 257 },
255 { 258 {
256 "test": "nacl_loader_unittests" 259 "test": "nacl_loader_unittests"
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 { 446 {
444 "test": "jingle_unittests" 447 "test": "jingle_unittests"
445 }, 448 },
446 { 449 {
447 "swarming": { 450 "swarming": {
448 "can_use_on_swarming_builders": true 451 "can_use_on_swarming_builders": true
449 }, 452 },
450 "test": "media_unittests" 453 "test": "media_unittests"
451 }, 454 },
452 { 455 {
456 "swarming": {
457 "can_use_on_swarming_builders": true
458 },
453 "test": "message_center_unittests" 459 "test": "message_center_unittests"
454 }, 460 },
455 { 461 {
456 "test": "midi_unittests" 462 "test": "midi_unittests"
457 }, 463 },
458 { 464 {
459 "test": "nacl_helper_nonsfi_unittests" 465 "test": "nacl_helper_nonsfi_unittests"
460 }, 466 },
461 { 467 {
462 "test": "nacl_loader_unittests" 468 "test": "nacl_loader_unittests"
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 { 651 {
646 "test": "jingle_unittests" 652 "test": "jingle_unittests"
647 }, 653 },
648 { 654 {
649 "swarming": { 655 "swarming": {
650 "can_use_on_swarming_builders": true 656 "can_use_on_swarming_builders": true
651 }, 657 },
652 "test": "media_unittests" 658 "test": "media_unittests"
653 }, 659 },
654 { 660 {
661 "swarming": {
662 "can_use_on_swarming_builders": true
663 },
655 "test": "message_center_unittests" 664 "test": "message_center_unittests"
656 }, 665 },
657 { 666 {
658 "test": "midi_unittests" 667 "test": "midi_unittests"
659 }, 668 },
660 { 669 {
661 "test": "nacl_helper_nonsfi_unittests" 670 "test": "nacl_helper_nonsfi_unittests"
662 }, 671 },
663 { 672 {
664 "test": "nacl_loader_unittests" 673 "test": "nacl_loader_unittests"
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 }, 722 },
714 { 723 {
715 "test": "views_unittests" 724 "test": "views_unittests"
716 }, 725 },
717 { 726 {
718 "test": "wm_unittests" 727 "test": "wm_unittests"
719 } 728 }
720 ] 729 ]
721 } 730 }
722 } 731 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.memory.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698