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

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

Issue 1212893004: Write skia_unittests.isolate and enable swarming for skia_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert chromium.fyi.json per maruel@ 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
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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 { 182 {
183 "test": "ppapi_unittests" 183 "test": "ppapi_unittests"
184 }, 184 },
185 { 185 {
186 "test": "printing_unittests" 186 "test": "printing_unittests"
187 }, 187 },
188 { 188 {
189 "test": "remoting_unittests" 189 "test": "remoting_unittests"
190 }, 190 },
191 { 191 {
192 "swarming": {
193 "can_use_on_swarming_builders": true
194 },
192 "test": "skia_unittests" 195 "test": "skia_unittests"
193 }, 196 },
194 { 197 {
195 "test": "sql_unittests" 198 "test": "sql_unittests"
196 }, 199 },
197 { 200 {
198 "test": "sync_unit_tests" 201 "test": "sync_unit_tests"
199 }, 202 },
200 { 203 {
201 "swarming": { 204 "swarming": {
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 { 387 {
385 "test": "printing_unittests" 388 "test": "printing_unittests"
386 }, 389 },
387 { 390 {
388 "test": "remoting_unittests" 391 "test": "remoting_unittests"
389 }, 392 },
390 { 393 {
391 "test": "sandbox_mac_unittests" 394 "test": "sandbox_mac_unittests"
392 }, 395 },
393 { 396 {
397 "swarming": {
398 "can_use_on_swarming_builders": true
399 },
394 "test": "skia_unittests" 400 "test": "skia_unittests"
395 }, 401 },
396 { 402 {
397 "test": "sql_unittests" 403 "test": "sql_unittests"
398 }, 404 },
399 { 405 {
400 "swarming": { 406 "swarming": {
401 "can_use_on_swarming_builders": true 407 "can_use_on_swarming_builders": true
402 }, 408 },
403 "test": "sync_integration_tests" 409 "test": "sync_integration_tests"
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 { 598 {
593 "test": "printing_unittests" 599 "test": "printing_unittests"
594 }, 600 },
595 { 601 {
596 "test": "remoting_unittests" 602 "test": "remoting_unittests"
597 }, 603 },
598 { 604 {
599 "test": "sandbox_mac_unittests" 605 "test": "sandbox_mac_unittests"
600 }, 606 },
601 { 607 {
608 "swarming": {
609 "can_use_on_swarming_builders": true
610 },
602 "test": "skia_unittests" 611 "test": "skia_unittests"
603 }, 612 },
604 { 613 {
605 "test": "sql_unittests" 614 "test": "sql_unittests"
606 }, 615 },
607 { 616 {
608 "swarming": { 617 "swarming": {
609 "can_use_on_swarming_builders": true 618 "can_use_on_swarming_builders": true
610 }, 619 },
611 "test": "sync_integration_tests" 620 "test": "sync_integration_tests"
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 { 809 {
801 "test": "printing_unittests" 810 "test": "printing_unittests"
802 }, 811 },
803 { 812 {
804 "test": "remoting_unittests" 813 "test": "remoting_unittests"
805 }, 814 },
806 { 815 {
807 "test": "sandbox_mac_unittests" 816 "test": "sandbox_mac_unittests"
808 }, 817 },
809 { 818 {
819 "swarming": {
820 "can_use_on_swarming_builders": true
821 },
810 "test": "skia_unittests" 822 "test": "skia_unittests"
811 }, 823 },
812 { 824 {
813 "test": "sql_unittests" 825 "test": "sql_unittests"
814 }, 826 },
815 { 827 {
816 "swarming": { 828 "swarming": {
817 "can_use_on_swarming_builders": true 829 "can_use_on_swarming_builders": true
818 }, 830 },
819 "test": "sync_integration_tests" 831 "test": "sync_integration_tests"
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 { 1021 {
1010 "test": "printing_unittests" 1022 "test": "printing_unittests"
1011 }, 1023 },
1012 { 1024 {
1013 "test": "remoting_unittests" 1025 "test": "remoting_unittests"
1014 }, 1026 },
1015 { 1027 {
1016 "test": "sandbox_mac_unittests" 1028 "test": "sandbox_mac_unittests"
1017 }, 1029 },
1018 { 1030 {
1031 "swarming": {
1032 "can_use_on_swarming_builders": true
1033 },
1019 "test": "skia_unittests" 1034 "test": "skia_unittests"
1020 }, 1035 },
1021 { 1036 {
1022 "test": "sql_unittests" 1037 "test": "sql_unittests"
1023 }, 1038 },
1024 { 1039 {
1025 "swarming": { 1040 "swarming": {
1026 "can_use_on_swarming_builders": true 1041 "can_use_on_swarming_builders": true
1027 }, 1042 },
1028 "test": "sync_integration_tests" 1043 "test": "sync_integration_tests"
(...skipping 26 matching lines...) Expand all
1055 "name": "telemetry_perf_unittests", 1070 "name": "telemetry_perf_unittests",
1056 "script": "telemetry_perf_unittests.py" 1071 "script": "telemetry_perf_unittests.py"
1057 }, 1072 },
1058 { 1073 {
1059 "name": "nacl_integration", 1074 "name": "nacl_integration",
1060 "script": "nacl_integration.py" 1075 "script": "nacl_integration.py"
1061 } 1076 }
1062 ] 1077 ]
1063 } 1078 }
1064 } 1079 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698