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

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

Issue 1209213003: Convert nacl_loader_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') | testing/buildbot/chromium.mac.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 "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 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 { 666 {
667 "test": "mojo_public_system_unittests" 667 "test": "mojo_public_system_unittests"
668 }, 668 },
669 { 669 {
670 "test": "mojo_public_utility_unittests" 670 "test": "mojo_public_utility_unittests"
671 }, 671 },
672 { 672 {
673 "test": "mojo_system_unittests" 673 "test": "mojo_system_unittests"
674 }, 674 },
675 { 675 {
676 "swarming": {
677 "can_use_on_swarming_builders": true
678 },
676 "test": "nacl_loader_unittests" 679 "test": "nacl_loader_unittests"
677 }, 680 },
678 { 681 {
679 "swarming": { 682 "swarming": {
680 "can_use_on_swarming_builders": true 683 "can_use_on_swarming_builders": true
681 }, 684 },
682 "test": "net_unittests" 685 "test": "net_unittests"
683 }, 686 },
684 { 687 {
685 "test": "ppapi_unittests" 688 "test": "ppapi_unittests"
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 { 983 {
981 "test": "mojo_public_system_unittests" 984 "test": "mojo_public_system_unittests"
982 }, 985 },
983 { 986 {
984 "test": "mojo_public_utility_unittests" 987 "test": "mojo_public_utility_unittests"
985 }, 988 },
986 { 989 {
987 "test": "mojo_system_unittests" 990 "test": "mojo_system_unittests"
988 }, 991 },
989 { 992 {
993 "swarming": {
994 "can_use_on_swarming_builders": true
995 },
990 "test": "nacl_loader_unittests" 996 "test": "nacl_loader_unittests"
991 }, 997 },
992 { 998 {
993 "swarming": { 999 "swarming": {
994 "can_use_on_swarming_builders": true 1000 "can_use_on_swarming_builders": true
995 }, 1001 },
996 "test": "net_unittests" 1002 "test": "net_unittests"
997 }, 1003 },
998 { 1004 {
999 "test": "ppapi_unittests" 1005 "test": "ppapi_unittests"
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
1284 { 1290 {
1285 "test": "mojo_public_system_unittests" 1291 "test": "mojo_public_system_unittests"
1286 }, 1292 },
1287 { 1293 {
1288 "test": "mojo_public_utility_unittests" 1294 "test": "mojo_public_utility_unittests"
1289 }, 1295 },
1290 { 1296 {
1291 "test": "mojo_system_unittests" 1297 "test": "mojo_system_unittests"
1292 }, 1298 },
1293 { 1299 {
1300 "swarming": {
1301 "can_use_on_swarming_builders": true
1302 },
1294 "test": "nacl_loader_unittests" 1303 "test": "nacl_loader_unittests"
1295 }, 1304 },
1296 { 1305 {
1297 "swarming": { 1306 "swarming": {
1298 "can_use_on_swarming_builders": true 1307 "can_use_on_swarming_builders": true
1299 }, 1308 },
1300 "test": "net_unittests" 1309 "test": "net_unittests"
1301 }, 1310 },
1302 { 1311 {
1303 "test": "ppapi_unittests" 1312 "test": "ppapi_unittests"
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 } 1388 }
1380 ], 1389 ],
1381 "scripts": [ 1390 "scripts": [
1382 { 1391 {
1383 "name": "nacl_integration", 1392 "name": "nacl_integration",
1384 "script": "nacl_integration.py" 1393 "script": "nacl_integration.py"
1385 } 1394 }
1386 ] 1395 ]
1387 } 1396 }
1388 } 1397 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698