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

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

Issue 1216033005: Convert remoting_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@12_wm_unittests
Patch Set: Rebase 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 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 { 672 {
673 "test": "ppapi_unittests" 673 "test": "ppapi_unittests"
674 }, 674 },
675 { 675 {
676 "swarming": { 676 "swarming": {
677 "can_use_on_swarming_builders": true 677 "can_use_on_swarming_builders": true
678 }, 678 },
679 "test": "printing_unittests" 679 "test": "printing_unittests"
680 }, 680 },
681 { 681 {
682 "swarming": {
683 "can_use_on_swarming_builders": true
684 },
682 "test": "remoting_unittests" 685 "test": "remoting_unittests"
683 }, 686 },
684 { 687 {
685 "swarming": { 688 "swarming": {
686 "can_use_on_swarming_builders": true 689 "can_use_on_swarming_builders": true
687 }, 690 },
688 "test": "sandbox_linux_unittests" 691 "test": "sandbox_linux_unittests"
689 }, 692 },
690 { 693 {
691 "swarming": { 694 "swarming": {
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 { 974 {
972 "test": "ppapi_unittests" 975 "test": "ppapi_unittests"
973 }, 976 },
974 { 977 {
975 "swarming": { 978 "swarming": {
976 "can_use_on_swarming_builders": true 979 "can_use_on_swarming_builders": true
977 }, 980 },
978 "test": "printing_unittests" 981 "test": "printing_unittests"
979 }, 982 },
980 { 983 {
984 "swarming": {
985 "can_use_on_swarming_builders": true
986 },
981 "test": "remoting_unittests" 987 "test": "remoting_unittests"
982 }, 988 },
983 { 989 {
984 "args": [ 990 "args": [
985 "--test-launcher-print-test-stdio=always" 991 "--test-launcher-print-test-stdio=always"
986 ], 992 ],
987 "swarming": { 993 "swarming": {
988 "can_use_on_swarming_builders": true 994 "can_use_on_swarming_builders": true
989 }, 995 },
990 "test": "sandbox_linux_unittests" 996 "test": "sandbox_linux_unittests"
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
1260 { 1266 {
1261 "test": "ppapi_unittests" 1267 "test": "ppapi_unittests"
1262 }, 1268 },
1263 { 1269 {
1264 "swarming": { 1270 "swarming": {
1265 "can_use_on_swarming_builders": true 1271 "can_use_on_swarming_builders": true
1266 }, 1272 },
1267 "test": "printing_unittests" 1273 "test": "printing_unittests"
1268 }, 1274 },
1269 { 1275 {
1276 "swarming": {
1277 "can_use_on_swarming_builders": true
1278 },
1270 "test": "remoting_unittests" 1279 "test": "remoting_unittests"
1271 }, 1280 },
1272 { 1281 {
1273 "swarming": { 1282 "swarming": {
1274 "can_use_on_swarming_builders": true 1283 "can_use_on_swarming_builders": true
1275 }, 1284 },
1276 "test": "sandbox_linux_unittests" 1285 "test": "sandbox_linux_unittests"
1277 }, 1286 },
1278 { 1287 {
1279 "swarming": { 1288 "swarming": {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
1334 } 1343 }
1335 ], 1344 ],
1336 "scripts": [ 1345 "scripts": [
1337 { 1346 {
1338 "name": "nacl_integration", 1347 "name": "nacl_integration",
1339 "script": "nacl_integration.py" 1348 "script": "nacl_integration.py"
1340 } 1349 }
1341 ] 1350 ]
1342 } 1351 }
1343 } 1352 }
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