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

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

Issue 2338023005: media: Enable media_mojo_unittests on more bots (Closed)
Patch Set: Created 4 years, 3 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.full.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 Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS GN": { 7 "Linux ChromiumOS GN": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "gn_all" 9 "gn_all"
10 ], 10 ],
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 { 272 {
273 "swarming": { 273 "swarming": {
274 "can_use_on_swarming_builders": true 274 "can_use_on_swarming_builders": true
275 }, 275 },
276 "test": "media_blink_unittests" 276 "test": "media_blink_unittests"
277 }, 277 },
278 { 278 {
279 "swarming": { 279 "swarming": {
280 "can_use_on_swarming_builders": true 280 "can_use_on_swarming_builders": true
281 }, 281 },
282 "test": "media_mojo_unittests"
283 },
284 {
285 "swarming": {
286 "can_use_on_swarming_builders": true
287 },
282 "test": "media_unittests" 288 "test": "media_unittests"
283 }, 289 },
284 { 290 {
285 "swarming": { 291 "swarming": {
286 "can_use_on_swarming_builders": true 292 "can_use_on_swarming_builders": true
287 }, 293 },
288 "test": "message_center_unittests" 294 "test": "message_center_unittests"
289 }, 295 },
290 { 296 {
291 "swarming": { 297 "swarming": {
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 { 656 {
651 "swarming": { 657 "swarming": {
652 "can_use_on_swarming_builders": true 658 "can_use_on_swarming_builders": true
653 }, 659 },
654 "test": "media_blink_unittests" 660 "test": "media_blink_unittests"
655 }, 661 },
656 { 662 {
657 "swarming": { 663 "swarming": {
658 "can_use_on_swarming_builders": true 664 "can_use_on_swarming_builders": true
659 }, 665 },
666 "test": "media_mojo_unittests"
667 },
668 {
669 "swarming": {
670 "can_use_on_swarming_builders": true
671 },
660 "test": "media_unittests" 672 "test": "media_unittests"
661 }, 673 },
662 { 674 {
663 "swarming": { 675 "swarming": {
664 "can_use_on_swarming_builders": true 676 "can_use_on_swarming_builders": true
665 }, 677 },
666 "test": "message_center_unittests" 678 "test": "message_center_unittests"
667 }, 679 },
668 { 680 {
669 "swarming": { 681 "swarming": {
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 { 990 {
979 "swarming": { 991 "swarming": {
980 "can_use_on_swarming_builders": true 992 "can_use_on_swarming_builders": true
981 }, 993 },
982 "test": "media_blink_unittests" 994 "test": "media_blink_unittests"
983 }, 995 },
984 { 996 {
985 "swarming": { 997 "swarming": {
986 "can_use_on_swarming_builders": true 998 "can_use_on_swarming_builders": true
987 }, 999 },
1000 "test": "media_mojo_unittests"
1001 },
1002 {
1003 "swarming": {
1004 "can_use_on_swarming_builders": true
1005 },
988 "test": "media_unittests" 1006 "test": "media_unittests"
989 }, 1007 },
990 { 1008 {
991 "swarming": { 1009 "swarming": {
992 "can_use_on_swarming_builders": true 1010 "can_use_on_swarming_builders": true
993 }, 1011 },
994 "test": "message_center_unittests" 1012 "test": "message_center_unittests"
995 }, 1013 },
996 { 1014 {
997 "swarming": { 1015 "swarming": {
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1100 }, 1118 },
1101 { 1119 {
1102 "swarming": { 1120 "swarming": {
1103 "can_use_on_swarming_builders": true 1121 "can_use_on_swarming_builders": true
1104 }, 1122 },
1105 "test": "wm_unittests" 1123 "test": "wm_unittests"
1106 } 1124 }
1107 ] 1125 ]
1108 } 1126 }
1109 } 1127 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.full.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698