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

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

Issue 1210933003: Revert of 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, 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 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 },
256 "test": "midi_unittests" 253 "test": "midi_unittests"
257 }, 254 },
258 { 255 {
259 "test": "nacl_helper_nonsfi_unittests" 256 "test": "nacl_helper_nonsfi_unittests"
260 }, 257 },
261 { 258 {
262 "test": "nacl_loader_unittests" 259 "test": "nacl_loader_unittests"
263 }, 260 },
264 { 261 {
265 "swarming": { 262 "swarming": {
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 }, 452 },
456 "test": "media_unittests" 453 "test": "media_unittests"
457 }, 454 },
458 { 455 {
459 "swarming": { 456 "swarming": {
460 "can_use_on_swarming_builders": true 457 "can_use_on_swarming_builders": true
461 }, 458 },
462 "test": "message_center_unittests" 459 "test": "message_center_unittests"
463 }, 460 },
464 { 461 {
465 "swarming": {
466 "can_use_on_swarming_builders": true
467 },
468 "test": "midi_unittests" 462 "test": "midi_unittests"
469 }, 463 },
470 { 464 {
471 "test": "nacl_helper_nonsfi_unittests" 465 "test": "nacl_helper_nonsfi_unittests"
472 }, 466 },
473 { 467 {
474 "test": "nacl_loader_unittests" 468 "test": "nacl_loader_unittests"
475 }, 469 },
476 { 470 {
477 "swarming": { 471 "swarming": {
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 }, 657 },
664 "test": "media_unittests" 658 "test": "media_unittests"
665 }, 659 },
666 { 660 {
667 "swarming": { 661 "swarming": {
668 "can_use_on_swarming_builders": true 662 "can_use_on_swarming_builders": true
669 }, 663 },
670 "test": "message_center_unittests" 664 "test": "message_center_unittests"
671 }, 665 },
672 { 666 {
673 "swarming": {
674 "can_use_on_swarming_builders": true
675 },
676 "test": "midi_unittests" 667 "test": "midi_unittests"
677 }, 668 },
678 { 669 {
679 "test": "nacl_helper_nonsfi_unittests" 670 "test": "nacl_helper_nonsfi_unittests"
680 }, 671 },
681 { 672 {
682 "test": "nacl_loader_unittests" 673 "test": "nacl_loader_unittests"
683 }, 674 },
684 { 675 {
685 "swarming": { 676 "swarming": {
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 }, 722 },
732 { 723 {
733 "test": "views_unittests" 724 "test": "views_unittests"
734 }, 725 },
735 { 726 {
736 "test": "wm_unittests" 727 "test": "wm_unittests"
737 } 728 }
738 ] 729 ]
739 } 730 }
740 } 731 }
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