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

Side by Side Diff: testing/buildbot/chromium.linux.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 "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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 { 630 {
631 "test": "printing_unittests" 631 "test": "printing_unittests"
632 }, 632 },
633 { 633 {
634 "test": "remoting_unittests" 634 "test": "remoting_unittests"
635 }, 635 },
636 { 636 {
637 "test": "sandbox_linux_unittests" 637 "test": "sandbox_linux_unittests"
638 }, 638 },
639 { 639 {
640 "swarming": {
641 "can_use_on_swarming_builders": true
642 },
640 "test": "skia_unittests" 643 "test": "skia_unittests"
641 }, 644 },
642 { 645 {
643 "test": "sql_unittests" 646 "test": "sql_unittests"
644 }, 647 },
645 { 648 {
646 "swarming": { 649 "swarming": {
647 "can_use_on_swarming_builders": true 650 "can_use_on_swarming_builders": true
648 }, 651 },
649 "test": "sync_integration_tests" 652 "test": "sync_integration_tests"
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 { 899 {
897 "test": "remoting_unittests" 900 "test": "remoting_unittests"
898 }, 901 },
899 { 902 {
900 "args": [ 903 "args": [
901 "--test-launcher-print-test-stdio=always" 904 "--test-launcher-print-test-stdio=always"
902 ], 905 ],
903 "test": "sandbox_linux_unittests" 906 "test": "sandbox_linux_unittests"
904 }, 907 },
905 { 908 {
909 "swarming": {
910 "can_use_on_swarming_builders": true
911 },
906 "test": "skia_unittests" 912 "test": "skia_unittests"
907 }, 913 },
908 { 914 {
909 "test": "sql_unittests" 915 "test": "sql_unittests"
910 }, 916 },
911 { 917 {
912 "swarming": { 918 "swarming": {
913 "can_use_on_swarming_builders": true 919 "can_use_on_swarming_builders": true
914 }, 920 },
915 "test": "sync_integration_tests" 921 "test": "sync_integration_tests"
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 { 1152 {
1147 "test": "printing_unittests" 1153 "test": "printing_unittests"
1148 }, 1154 },
1149 { 1155 {
1150 "test": "remoting_unittests" 1156 "test": "remoting_unittests"
1151 }, 1157 },
1152 { 1158 {
1153 "test": "sandbox_linux_unittests" 1159 "test": "sandbox_linux_unittests"
1154 }, 1160 },
1155 { 1161 {
1162 "swarming": {
1163 "can_use_on_swarming_builders": true
1164 },
1156 "test": "skia_unittests" 1165 "test": "skia_unittests"
1157 }, 1166 },
1158 { 1167 {
1159 "test": "sql_unittests" 1168 "test": "sql_unittests"
1160 }, 1169 },
1161 { 1170 {
1162 "swarming": { 1171 "swarming": {
1163 "can_use_on_swarming_builders": true 1172 "can_use_on_swarming_builders": true
1164 }, 1173 },
1165 "test": "sync_integration_tests" 1174 "test": "sync_integration_tests"
(...skipping 30 matching lines...) Expand all
1196 } 1205 }
1197 ], 1206 ],
1198 "scripts": [ 1207 "scripts": [
1199 { 1208 {
1200 "name": "nacl_integration", 1209 "name": "nacl_integration",
1201 "script": "nacl_integration.py" 1210 "script": "nacl_integration.py"
1202 } 1211 }
1203 ] 1212 ]
1204 } 1213 }
1205 } 1214 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698