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

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

Issue 2455553002: media: media_unittests also run media mojo unittests (Closed)
Patch Set: Created 4 years, 1 month 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 | « media/mojo/BUILD.gn ('k') | 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 Ozone Tests (1)": { 7 "Linux ChromiumOS Ozone Tests (1)": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "swarming": { 10 "swarming": {
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 { 222 {
223 "swarming": { 223 "swarming": {
224 "can_use_on_swarming_builders": true 224 "can_use_on_swarming_builders": true
225 }, 225 },
226 "test": "media_blink_unittests" 226 "test": "media_blink_unittests"
227 }, 227 },
228 { 228 {
229 "swarming": { 229 "swarming": {
230 "can_use_on_swarming_builders": true 230 "can_use_on_swarming_builders": true
231 }, 231 },
232 "test": "media_mojo_unittests"
233 },
234 {
235 "swarming": {
236 "can_use_on_swarming_builders": true
237 },
238 "test": "media_unittests" 232 "test": "media_unittests"
239 }, 233 },
240 { 234 {
241 "swarming": { 235 "swarming": {
242 "can_use_on_swarming_builders": true 236 "can_use_on_swarming_builders": true
243 }, 237 },
244 "test": "message_center_unittests" 238 "test": "message_center_unittests"
245 }, 239 },
246 { 240 {
247 "swarming": { 241 "swarming": {
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 { 606 {
613 "swarming": { 607 "swarming": {
614 "can_use_on_swarming_builders": true 608 "can_use_on_swarming_builders": true
615 }, 609 },
616 "test": "media_blink_unittests" 610 "test": "media_blink_unittests"
617 }, 611 },
618 { 612 {
619 "swarming": { 613 "swarming": {
620 "can_use_on_swarming_builders": true 614 "can_use_on_swarming_builders": true
621 }, 615 },
622 "test": "media_mojo_unittests"
623 },
624 {
625 "swarming": {
626 "can_use_on_swarming_builders": true
627 },
628 "test": "media_unittests" 616 "test": "media_unittests"
629 }, 617 },
630 { 618 {
631 "swarming": { 619 "swarming": {
632 "can_use_on_swarming_builders": true 620 "can_use_on_swarming_builders": true
633 }, 621 },
634 "test": "message_center_unittests" 622 "test": "message_center_unittests"
635 }, 623 },
636 { 624 {
637 "swarming": { 625 "swarming": {
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
970 { 958 {
971 "swarming": { 959 "swarming": {
972 "can_use_on_swarming_builders": true 960 "can_use_on_swarming_builders": true
973 }, 961 },
974 "test": "media_blink_unittests" 962 "test": "media_blink_unittests"
975 }, 963 },
976 { 964 {
977 "swarming": { 965 "swarming": {
978 "can_use_on_swarming_builders": true 966 "can_use_on_swarming_builders": true
979 }, 967 },
980 "test": "media_mojo_unittests"
981 },
982 {
983 "swarming": {
984 "can_use_on_swarming_builders": true
985 },
986 "test": "media_unittests" 968 "test": "media_unittests"
987 }, 969 },
988 { 970 {
989 "swarming": { 971 "swarming": {
990 "can_use_on_swarming_builders": true 972 "can_use_on_swarming_builders": true
991 }, 973 },
992 "test": "message_center_unittests" 974 "test": "message_center_unittests"
993 }, 975 },
994 { 976 {
995 "swarming": { 977 "swarming": {
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1116 }, 1098 },
1117 { 1099 {
1118 "swarming": { 1100 "swarming": {
1119 "can_use_on_swarming_builders": true 1101 "can_use_on_swarming_builders": true
1120 }, 1102 },
1121 "test": "wm_unittests" 1103 "test": "wm_unittests"
1122 } 1104 }
1123 ] 1105 ]
1124 } 1106 }
1125 } 1107 }
OLDNEW
« no previous file with comments | « media/mojo/BUILD.gn ('k') | testing/buildbot/chromium.full.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698