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

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

Issue 1218203002: Convert sandbox_mac_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | « testing/buildbot/chromium.fyi.json ('k') | no next file » | 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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 }, 432 },
433 "test": "printing_unittests" 433 "test": "printing_unittests"
434 }, 434 },
435 { 435 {
436 "swarming": { 436 "swarming": {
437 "can_use_on_swarming_builders": true 437 "can_use_on_swarming_builders": true
438 }, 438 },
439 "test": "remoting_unittests" 439 "test": "remoting_unittests"
440 }, 440 },
441 { 441 {
442 "swarming": {
443 "can_use_on_swarming_builders": true
444 },
442 "test": "sandbox_mac_unittests" 445 "test": "sandbox_mac_unittests"
443 }, 446 },
444 { 447 {
445 "swarming": { 448 "swarming": {
446 "can_use_on_swarming_builders": true 449 "can_use_on_swarming_builders": true
447 }, 450 },
448 "test": "skia_unittests" 451 "test": "skia_unittests"
449 }, 452 },
450 { 453 {
451 "swarming": { 454 "swarming": {
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 }, 676 },
674 "test": "printing_unittests" 677 "test": "printing_unittests"
675 }, 678 },
676 { 679 {
677 "swarming": { 680 "swarming": {
678 "can_use_on_swarming_builders": true 681 "can_use_on_swarming_builders": true
679 }, 682 },
680 "test": "remoting_unittests" 683 "test": "remoting_unittests"
681 }, 684 },
682 { 685 {
686 "swarming": {
687 "can_use_on_swarming_builders": true
688 },
683 "test": "sandbox_mac_unittests" 689 "test": "sandbox_mac_unittests"
684 }, 690 },
685 { 691 {
686 "swarming": { 692 "swarming": {
687 "can_use_on_swarming_builders": true 693 "can_use_on_swarming_builders": true
688 }, 694 },
689 "test": "skia_unittests" 695 "test": "skia_unittests"
690 }, 696 },
691 { 697 {
692 "swarming": { 698 "swarming": {
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 }, 920 },
915 "test": "printing_unittests" 921 "test": "printing_unittests"
916 }, 922 },
917 { 923 {
918 "swarming": { 924 "swarming": {
919 "can_use_on_swarming_builders": true 925 "can_use_on_swarming_builders": true
920 }, 926 },
921 "test": "remoting_unittests" 927 "test": "remoting_unittests"
922 }, 928 },
923 { 929 {
930 "swarming": {
931 "can_use_on_swarming_builders": true
932 },
924 "test": "sandbox_mac_unittests" 933 "test": "sandbox_mac_unittests"
925 }, 934 },
926 { 935 {
927 "swarming": { 936 "swarming": {
928 "can_use_on_swarming_builders": true 937 "can_use_on_swarming_builders": true
929 }, 938 },
930 "test": "skia_unittests" 939 "test": "skia_unittests"
931 }, 940 },
932 { 941 {
933 "swarming": { 942 "swarming": {
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
1156 }, 1165 },
1157 "test": "printing_unittests" 1166 "test": "printing_unittests"
1158 }, 1167 },
1159 { 1168 {
1160 "swarming": { 1169 "swarming": {
1161 "can_use_on_swarming_builders": true 1170 "can_use_on_swarming_builders": true
1162 }, 1171 },
1163 "test": "remoting_unittests" 1172 "test": "remoting_unittests"
1164 }, 1173 },
1165 { 1174 {
1175 "swarming": {
1176 "can_use_on_swarming_builders": true
1177 },
1166 "test": "sandbox_mac_unittests" 1178 "test": "sandbox_mac_unittests"
1167 }, 1179 },
1168 { 1180 {
1169 "swarming": { 1181 "swarming": {
1170 "can_use_on_swarming_builders": true 1182 "can_use_on_swarming_builders": true
1171 }, 1183 },
1172 "test": "skia_unittests" 1184 "test": "skia_unittests"
1173 }, 1185 },
1174 { 1186 {
1175 "swarming": { 1187 "swarming": {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 "name": "telemetry_perf_unittests", 1229 "name": "telemetry_perf_unittests",
1218 "script": "telemetry_perf_unittests.py" 1230 "script": "telemetry_perf_unittests.py"
1219 }, 1231 },
1220 { 1232 {
1221 "name": "nacl_integration", 1233 "name": "nacl_integration",
1222 "script": "nacl_integration.py" 1234 "script": "nacl_integration.py"
1223 } 1235 }
1224 ] 1236 ]
1225 } 1237 }
1226 } 1238 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698