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

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

Issue 1210173002: Convert media_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2_events_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.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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 }, 231 },
232 "test": "interactive_ui_tests" 232 "test": "interactive_ui_tests"
233 }, 233 },
234 { 234 {
235 "test": "ipc_tests" 235 "test": "ipc_tests"
236 }, 236 },
237 { 237 {
238 "test": "jingle_unittests" 238 "test": "jingle_unittests"
239 }, 239 },
240 { 240 {
241 "swarming": {
242 "can_use_on_swarming_builders": true
243 },
241 "test": "media_unittests" 244 "test": "media_unittests"
242 }, 245 },
243 { 246 {
244 "test": "message_center_unittests" 247 "test": "message_center_unittests"
245 }, 248 },
246 { 249 {
247 "test": "midi_unittests" 250 "test": "midi_unittests"
248 }, 251 },
249 { 252 {
250 "test": "nacl_helper_nonsfi_unittests" 253 "test": "nacl_helper_nonsfi_unittests"
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 }, 437 },
435 "test": "interactive_ui_tests" 438 "test": "interactive_ui_tests"
436 }, 439 },
437 { 440 {
438 "test": "ipc_tests" 441 "test": "ipc_tests"
439 }, 442 },
440 { 443 {
441 "test": "jingle_unittests" 444 "test": "jingle_unittests"
442 }, 445 },
443 { 446 {
447 "swarming": {
448 "can_use_on_swarming_builders": true
449 },
444 "test": "media_unittests" 450 "test": "media_unittests"
445 }, 451 },
446 { 452 {
447 "test": "message_center_unittests" 453 "test": "message_center_unittests"
448 }, 454 },
449 { 455 {
450 "test": "midi_unittests" 456 "test": "midi_unittests"
451 }, 457 },
452 { 458 {
453 "test": "nacl_helper_nonsfi_unittests" 459 "test": "nacl_helper_nonsfi_unittests"
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 }, 639 },
634 "test": "interactive_ui_tests" 640 "test": "interactive_ui_tests"
635 }, 641 },
636 { 642 {
637 "test": "ipc_tests" 643 "test": "ipc_tests"
638 }, 644 },
639 { 645 {
640 "test": "jingle_unittests" 646 "test": "jingle_unittests"
641 }, 647 },
642 { 648 {
649 "swarming": {
650 "can_use_on_swarming_builders": true
651 },
643 "test": "media_unittests" 652 "test": "media_unittests"
644 }, 653 },
645 { 654 {
646 "test": "message_center_unittests" 655 "test": "message_center_unittests"
647 }, 656 },
648 { 657 {
649 "test": "midi_unittests" 658 "test": "midi_unittests"
650 }, 659 },
651 { 660 {
652 "test": "nacl_helper_nonsfi_unittests" 661 "test": "nacl_helper_nonsfi_unittests"
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 }, 713 },
705 { 714 {
706 "test": "views_unittests" 715 "test": "views_unittests"
707 }, 716 },
708 { 717 {
709 "test": "wm_unittests" 718 "test": "wm_unittests"
710 } 719 }
711 ] 720 ]
712 } 721 }
713 } 722 }
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