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

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

Issue 1217173004: Convert sql_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@7_cacheinvalidation_unittests
Patch Set: Fix android 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 }, 177 },
178 "test": "net_unittests" 178 "test": "net_unittests"
179 }, 179 },
180 { 180 {
181 "test": "ppapi_unittests" 181 "test": "ppapi_unittests"
182 }, 182 },
183 { 183 {
184 "test": "sandbox_linux_unittests" 184 "test": "sandbox_linux_unittests"
185 }, 185 },
186 { 186 {
187 "swarming": {
188 "can_use_on_swarming_builders": true
189 },
187 "test": "sql_unittests" 190 "test": "sql_unittests"
188 }, 191 },
189 { 192 {
190 "test": "sync_unit_tests" 193 "test": "sync_unit_tests"
191 }, 194 },
192 { 195 {
193 "swarming": { 196 "swarming": {
194 "can_use_on_swarming_builders": true 197 "can_use_on_swarming_builders": true
195 }, 198 },
196 "test": "ui_base_unittests" 199 "test": "ui_base_unittests"
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 { 675 {
673 "test": "sandbox_linux_unittests" 676 "test": "sandbox_linux_unittests"
674 }, 677 },
675 { 678 {
676 "swarming": { 679 "swarming": {
677 "can_use_on_swarming_builders": true 680 "can_use_on_swarming_builders": true
678 }, 681 },
679 "test": "skia_unittests" 682 "test": "skia_unittests"
680 }, 683 },
681 { 684 {
685 "swarming": {
686 "can_use_on_swarming_builders": true
687 },
682 "test": "sql_unittests" 688 "test": "sql_unittests"
683 }, 689 },
684 { 690 {
685 "swarming": { 691 "swarming": {
686 "can_use_on_swarming_builders": true 692 "can_use_on_swarming_builders": true
687 }, 693 },
688 "test": "sync_integration_tests" 694 "test": "sync_integration_tests"
689 }, 695 },
690 { 696 {
691 "test": "sync_unit_tests" 697 "test": "sync_unit_tests"
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 ], 965 ],
960 "test": "sandbox_linux_unittests" 966 "test": "sandbox_linux_unittests"
961 }, 967 },
962 { 968 {
963 "swarming": { 969 "swarming": {
964 "can_use_on_swarming_builders": true 970 "can_use_on_swarming_builders": true
965 }, 971 },
966 "test": "skia_unittests" 972 "test": "skia_unittests"
967 }, 973 },
968 { 974 {
975 "swarming": {
976 "can_use_on_swarming_builders": true
977 },
969 "test": "sql_unittests" 978 "test": "sql_unittests"
970 }, 979 },
971 { 980 {
972 "swarming": { 981 "swarming": {
973 "can_use_on_swarming_builders": true 982 "can_use_on_swarming_builders": true
974 }, 983 },
975 "test": "sync_integration_tests" 984 "test": "sync_integration_tests"
976 }, 985 },
977 { 986 {
978 "test": "sync_unit_tests" 987 "test": "sync_unit_tests"
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
1230 { 1239 {
1231 "test": "sandbox_linux_unittests" 1240 "test": "sandbox_linux_unittests"
1232 }, 1241 },
1233 { 1242 {
1234 "swarming": { 1243 "swarming": {
1235 "can_use_on_swarming_builders": true 1244 "can_use_on_swarming_builders": true
1236 }, 1245 },
1237 "test": "skia_unittests" 1246 "test": "skia_unittests"
1238 }, 1247 },
1239 { 1248 {
1249 "swarming": {
1250 "can_use_on_swarming_builders": true
1251 },
1240 "test": "sql_unittests" 1252 "test": "sql_unittests"
1241 }, 1253 },
1242 { 1254 {
1243 "swarming": { 1255 "swarming": {
1244 "can_use_on_swarming_builders": true 1256 "can_use_on_swarming_builders": true
1245 }, 1257 },
1246 "test": "sync_integration_tests" 1258 "test": "sync_integration_tests"
1247 }, 1259 },
1248 { 1260 {
1249 "test": "sync_unit_tests" 1261 "test": "sync_unit_tests"
(...skipping 30 matching lines...) Expand all
1280 } 1292 }
1281 ], 1293 ],
1282 "scripts": [ 1294 "scripts": [
1283 { 1295 {
1284 "name": "nacl_integration", 1296 "name": "nacl_integration",
1285 "script": "nacl_integration.py" 1297 "script": "nacl_integration.py"
1286 } 1298 }
1287 ] 1299 ]
1288 } 1300 }
1289 } 1301 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698