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

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

Issue 1221843002: Convert jingle_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@5_printing_unittests
Patch Set: Rebase 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 | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.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 "Android GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_public_apk", 4 "chrome_public_apk",
5 "chrome_public_test_apk", 5 "chrome_public_test_apk",
6 "chrome_shell_apk", 6 "chrome_shell_apk",
7 "chrome_shell_test_apk", 7 "chrome_shell_test_apk",
8 "content_shell_apk", 8 "content_shell_apk",
9 "mandoline:all" 9 "mandoline:all"
10 ], 10 ],
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 }, 144 },
145 "test": "gpu_unittests" 145 "test": "gpu_unittests"
146 }, 146 },
147 { 147 {
148 "swarming": { 148 "swarming": {
149 "can_use_on_swarming_builders": true 149 "can_use_on_swarming_builders": true
150 }, 150 },
151 "test": "ipc_tests" 151 "test": "ipc_tests"
152 }, 152 },
153 { 153 {
154 "swarming": {
155 "can_use_on_swarming_builders": true
156 },
154 "test": "jingle_unittests" 157 "test": "jingle_unittests"
155 }, 158 },
156 { 159 {
157 "swarming": { 160 "swarming": {
158 "can_use_on_swarming_builders": true 161 "can_use_on_swarming_builders": true
159 }, 162 },
160 "test": "media_unittests" 163 "test": "media_unittests"
161 }, 164 },
162 { 165 {
163 "swarming": { 166 "swarming": {
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 { 600 {
598 "test": "ipc_mojo_unittests" 601 "test": "ipc_mojo_unittests"
599 }, 602 },
600 { 603 {
601 "swarming": { 604 "swarming": {
602 "can_use_on_swarming_builders": true 605 "can_use_on_swarming_builders": true
603 }, 606 },
604 "test": "ipc_tests" 607 "test": "ipc_tests"
605 }, 608 },
606 { 609 {
610 "swarming": {
611 "can_use_on_swarming_builders": true
612 },
607 "test": "jingle_unittests" 613 "test": "jingle_unittests"
608 }, 614 },
609 { 615 {
610 "swarming": { 616 "swarming": {
611 "can_use_on_swarming_builders": true 617 "can_use_on_swarming_builders": true
612 }, 618 },
613 "test": "media_unittests" 619 "test": "media_unittests"
614 }, 620 },
615 { 621 {
616 "swarming": { 622 "swarming": {
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
872 { 878 {
873 "test": "ipc_mojo_unittests" 879 "test": "ipc_mojo_unittests"
874 }, 880 },
875 { 881 {
876 "swarming": { 882 "swarming": {
877 "can_use_on_swarming_builders": true 883 "can_use_on_swarming_builders": true
878 }, 884 },
879 "test": "ipc_tests" 885 "test": "ipc_tests"
880 }, 886 },
881 { 887 {
888 "swarming": {
889 "can_use_on_swarming_builders": true
890 },
882 "test": "jingle_unittests" 891 "test": "jingle_unittests"
883 }, 892 },
884 { 893 {
885 "swarming": { 894 "swarming": {
886 "can_use_on_swarming_builders": true 895 "can_use_on_swarming_builders": true
887 }, 896 },
888 "test": "media_unittests" 897 "test": "media_unittests"
889 }, 898 },
890 { 899 {
891 "swarming": { 900 "swarming": {
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 { 1146 {
1138 "test": "ipc_mojo_unittests" 1147 "test": "ipc_mojo_unittests"
1139 }, 1148 },
1140 { 1149 {
1141 "swarming": { 1150 "swarming": {
1142 "can_use_on_swarming_builders": true 1151 "can_use_on_swarming_builders": true
1143 }, 1152 },
1144 "test": "ipc_tests" 1153 "test": "ipc_tests"
1145 }, 1154 },
1146 { 1155 {
1156 "swarming": {
1157 "can_use_on_swarming_builders": true
1158 },
1147 "test": "jingle_unittests" 1159 "test": "jingle_unittests"
1148 }, 1160 },
1149 { 1161 {
1150 "swarming": { 1162 "swarming": {
1151 "can_use_on_swarming_builders": true 1163 "can_use_on_swarming_builders": true
1152 }, 1164 },
1153 "test": "media_unittests" 1165 "test": "media_unittests"
1154 }, 1166 },
1155 { 1167 {
1156 "swarming": { 1168 "swarming": {
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
1247 } 1259 }
1248 ], 1260 ],
1249 "scripts": [ 1261 "scripts": [
1250 { 1262 {
1251 "name": "nacl_integration", 1263 "name": "nacl_integration",
1252 "script": "nacl_integration.py" 1264 "script": "nacl_integration.py"
1253 } 1265 }
1254 ] 1266 ]
1255 } 1267 }
1256 } 1268 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698