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

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

Issue 1710203002: Convert ppapi_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn Created 4 years, 10 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 "all" 4 "all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 }, 505 },
506 "test": "midi_unittests" 506 "test": "midi_unittests"
507 }, 507 },
508 { 508 {
509 "swarming": { 509 "swarming": {
510 "can_use_on_swarming_builders": true 510 "can_use_on_swarming_builders": true
511 }, 511 },
512 "test": "net_unittests" 512 "test": "net_unittests"
513 }, 513 },
514 { 514 {
515 "swarming": {
516 "can_use_on_swarming_builders": true
517 },
515 "test": "ppapi_unittests" 518 "test": "ppapi_unittests"
516 }, 519 },
517 { 520 {
518 "swarming": { 521 "swarming": {
519 "can_use_on_swarming_builders": true 522 "can_use_on_swarming_builders": true
520 }, 523 },
521 "test": "sandbox_linux_unittests" 524 "test": "sandbox_linux_unittests"
522 }, 525 },
523 { 526 {
524 "swarming": { 527 "swarming": {
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
856 }, 859 },
857 "test": "nacl_loader_unittests" 860 "test": "nacl_loader_unittests"
858 }, 861 },
859 { 862 {
860 "swarming": { 863 "swarming": {
861 "can_use_on_swarming_builders": true 864 "can_use_on_swarming_builders": true
862 }, 865 },
863 "test": "net_unittests" 866 "test": "net_unittests"
864 }, 867 },
865 { 868 {
869 "swarming": {
870 "can_use_on_swarming_builders": true
871 },
866 "test": "ppapi_unittests" 872 "test": "ppapi_unittests"
867 }, 873 },
868 { 874 {
869 "swarming": { 875 "swarming": {
870 "can_use_on_swarming_builders": true 876 "can_use_on_swarming_builders": true
871 }, 877 },
872 "test": "printing_unittests" 878 "test": "printing_unittests"
873 }, 879 },
874 { 880 {
875 "swarming": { 881 "swarming": {
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
1258 }, 1264 },
1259 "test": "nacl_loader_unittests" 1265 "test": "nacl_loader_unittests"
1260 }, 1266 },
1261 { 1267 {
1262 "swarming": { 1268 "swarming": {
1263 "can_use_on_swarming_builders": true 1269 "can_use_on_swarming_builders": true
1264 }, 1270 },
1265 "test": "net_unittests" 1271 "test": "net_unittests"
1266 }, 1272 },
1267 { 1273 {
1274 "swarming": {
1275 "can_use_on_swarming_builders": true
1276 },
1268 "test": "ppapi_unittests" 1277 "test": "ppapi_unittests"
1269 }, 1278 },
1270 { 1279 {
1271 "swarming": { 1280 "swarming": {
1272 "can_use_on_swarming_builders": true 1281 "can_use_on_swarming_builders": true
1273 }, 1282 },
1274 "test": "printing_unittests" 1283 "test": "printing_unittests"
1275 }, 1284 },
1276 { 1285 {
1277 "swarming": { 1286 "swarming": {
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
1638 }, 1647 },
1639 "test": "nacl_loader_unittests" 1648 "test": "nacl_loader_unittests"
1640 }, 1649 },
1641 { 1650 {
1642 "swarming": { 1651 "swarming": {
1643 "can_use_on_swarming_builders": true 1652 "can_use_on_swarming_builders": true
1644 }, 1653 },
1645 "test": "net_unittests" 1654 "test": "net_unittests"
1646 }, 1655 },
1647 { 1656 {
1657 "swarming": {
1658 "can_use_on_swarming_builders": true
1659 },
1648 "test": "ppapi_unittests" 1660 "test": "ppapi_unittests"
1649 }, 1661 },
1650 { 1662 {
1651 "swarming": { 1663 "swarming": {
1652 "can_use_on_swarming_builders": true 1664 "can_use_on_swarming_builders": true
1653 }, 1665 },
1654 "test": "printing_unittests" 1666 "test": "printing_unittests"
1655 }, 1667 },
1656 { 1668 {
1657 "swarming": { 1669 "swarming": {
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
1727 } 1739 }
1728 ], 1740 ],
1729 "scripts": [ 1741 "scripts": [
1730 { 1742 {
1731 "name": "nacl_integration", 1743 "name": "nacl_integration",
1732 "script": "nacl_integration.py" 1744 "script": "nacl_integration.py"
1733 } 1745 }
1734 ] 1746 ]
1735 } 1747 }
1736 } 1748 }
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