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

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

Issue 1222713003: Convert chromedriver_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@1_clang
Patch Set: Fix copyright 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.linux.json ('k') | testing/buildbot/chromium.memory.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 "Mac GN": { 2 "Mac GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "base_unittests", 5 "base_unittests",
6 "cacheinvalidation_unittests", 6 "cacheinvalidation_unittests",
7 "cast_unittests", 7 "cast_unittests",
8 "cc_unittests", 8 "cc_unittests",
9 "chromedriver_unittests", 9 "chromedriver_unittests",
10 "crypto_unittests", 10 "crypto_unittests",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 }, 101 },
102 "test": "cast_unittests" 102 "test": "cast_unittests"
103 }, 103 },
104 { 104 {
105 "swarming": { 105 "swarming": {
106 "can_use_on_swarming_builders": true 106 "can_use_on_swarming_builders": true
107 }, 107 },
108 "test": "cc_unittests" 108 "test": "cc_unittests"
109 }, 109 },
110 { 110 {
111 "swarming": {
112 "can_use_on_swarming_builders": true
113 },
111 "test": "chromedriver_unittests" 114 "test": "chromedriver_unittests"
112 }, 115 },
113 { 116 {
114 "swarming": { 117 "swarming": {
115 "can_use_on_swarming_builders": true 118 "can_use_on_swarming_builders": true
116 }, 119 },
117 "test": "components_unittests" 120 "test": "components_unittests"
118 }, 121 },
119 { 122 {
120 "swarming": { 123 "swarming": {
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 }, 297 },
295 "test": "cast_unittests" 298 "test": "cast_unittests"
296 }, 299 },
297 { 300 {
298 "swarming": { 301 "swarming": {
299 "can_use_on_swarming_builders": true 302 "can_use_on_swarming_builders": true
300 }, 303 },
301 "test": "cc_unittests" 304 "test": "cc_unittests"
302 }, 305 },
303 { 306 {
307 "swarming": {
308 "can_use_on_swarming_builders": true
309 },
304 "test": "chromedriver_unittests" 310 "test": "chromedriver_unittests"
305 }, 311 },
306 { 312 {
307 "swarming": { 313 "swarming": {
308 "can_use_on_swarming_builders": true 314 "can_use_on_swarming_builders": true
309 }, 315 },
310 "test": "components_browsertests" 316 "test": "components_browsertests"
311 }, 317 },
312 { 318 {
313 "swarming": { 319 "swarming": {
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 }, 556 },
551 "test": "cast_unittests" 557 "test": "cast_unittests"
552 }, 558 },
553 { 559 {
554 "swarming": { 560 "swarming": {
555 "can_use_on_swarming_builders": true 561 "can_use_on_swarming_builders": true
556 }, 562 },
557 "test": "cc_unittests" 563 "test": "cc_unittests"
558 }, 564 },
559 { 565 {
566 "swarming": {
567 "can_use_on_swarming_builders": true
568 },
560 "test": "chromedriver_unittests" 569 "test": "chromedriver_unittests"
561 }, 570 },
562 { 571 {
563 "swarming": { 572 "swarming": {
564 "can_use_on_swarming_builders": true 573 "can_use_on_swarming_builders": true
565 }, 574 },
566 "test": "components_unittests" 575 "test": "components_unittests"
567 }, 576 },
568 { 577 {
569 "swarming": { 578 "swarming": {
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 }, 809 },
801 "test": "cast_unittests" 810 "test": "cast_unittests"
802 }, 811 },
803 { 812 {
804 "swarming": { 813 "swarming": {
805 "can_use_on_swarming_builders": true 814 "can_use_on_swarming_builders": true
806 }, 815 },
807 "test": "cc_unittests" 816 "test": "cc_unittests"
808 }, 817 },
809 { 818 {
819 "swarming": {
820 "can_use_on_swarming_builders": true
821 },
810 "test": "chromedriver_unittests" 822 "test": "chromedriver_unittests"
811 }, 823 },
812 { 824 {
813 "swarming": { 825 "swarming": {
814 "can_use_on_swarming_builders": true 826 "can_use_on_swarming_builders": true
815 }, 827 },
816 "test": "components_unittests" 828 "test": "components_unittests"
817 }, 829 },
818 { 830 {
819 "swarming": { 831 "swarming": {
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 }, 1062 },
1051 "test": "cast_unittests" 1063 "test": "cast_unittests"
1052 }, 1064 },
1053 { 1065 {
1054 "swarming": { 1066 "swarming": {
1055 "can_use_on_swarming_builders": true 1067 "can_use_on_swarming_builders": true
1056 }, 1068 },
1057 "test": "cc_unittests" 1069 "test": "cc_unittests"
1058 }, 1070 },
1059 { 1071 {
1072 "swarming": {
1073 "can_use_on_swarming_builders": true
1074 },
1060 "test": "chromedriver_unittests" 1075 "test": "chromedriver_unittests"
1061 }, 1076 },
1062 { 1077 {
1063 "swarming": { 1078 "swarming": {
1064 "can_use_on_swarming_builders": true 1079 "can_use_on_swarming_builders": true
1065 }, 1080 },
1066 "test": "components_unittests" 1081 "test": "components_unittests"
1067 }, 1082 },
1068 { 1083 {
1069 "swarming": { 1084 "swarming": {
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 "name": "telemetry_perf_unittests", 1271 "name": "telemetry_perf_unittests",
1257 "script": "telemetry_perf_unittests.py" 1272 "script": "telemetry_perf_unittests.py"
1258 }, 1273 },
1259 { 1274 {
1260 "name": "nacl_integration", 1275 "name": "nacl_integration",
1261 "script": "nacl_integration.py" 1276 "script": "nacl_integration.py"
1262 } 1277 }
1263 ] 1278 ]
1264 } 1279 }
1265 } 1280 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.memory.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698