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

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

Issue 1222713003: Convert chromedriver_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@1_clang
Patch Set: Fix copyright 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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 }, 519 },
520 "test": "cast_unittests" 520 "test": "cast_unittests"
521 }, 521 },
522 { 522 {
523 "swarming": { 523 "swarming": {
524 "can_use_on_swarming_builders": true 524 "can_use_on_swarming_builders": true
525 }, 525 },
526 "test": "cc_unittests" 526 "test": "cc_unittests"
527 }, 527 },
528 { 528 {
529 "swarming": {
530 "can_use_on_swarming_builders": true
531 },
529 "test": "chromedriver_unittests" 532 "test": "chromedriver_unittests"
530 }, 533 },
531 { 534 {
532 "swarming": { 535 "swarming": {
533 "can_use_on_swarming_builders": true 536 "can_use_on_swarming_builders": true
534 }, 537 },
535 "test": "components_browsertests" 538 "test": "components_browsertests"
536 }, 539 },
537 { 540 {
538 "swarming": { 541 "swarming": {
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 }, 847 },
845 "test": "cast_unittests" 848 "test": "cast_unittests"
846 }, 849 },
847 { 850 {
848 "swarming": { 851 "swarming": {
849 "can_use_on_swarming_builders": true 852 "can_use_on_swarming_builders": true
850 }, 853 },
851 "test": "cc_unittests" 854 "test": "cc_unittests"
852 }, 855 },
853 { 856 {
857 "swarming": {
858 "can_use_on_swarming_builders": true
859 },
854 "test": "chromedriver_unittests" 860 "test": "chromedriver_unittests"
855 }, 861 },
856 { 862 {
857 "swarming": { 863 "swarming": {
858 "can_use_on_swarming_builders": true 864 "can_use_on_swarming_builders": true
859 }, 865 },
860 "test": "components_unittests" 866 "test": "components_unittests"
861 }, 867 },
862 { 868 {
863 "test": "compositor_unittests" 869 "test": "compositor_unittests"
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
1155 }, 1161 },
1156 "test": "cast_unittests" 1162 "test": "cast_unittests"
1157 }, 1163 },
1158 { 1164 {
1159 "swarming": { 1165 "swarming": {
1160 "can_use_on_swarming_builders": true 1166 "can_use_on_swarming_builders": true
1161 }, 1167 },
1162 "test": "cc_unittests" 1168 "test": "cc_unittests"
1163 }, 1169 },
1164 { 1170 {
1171 "swarming": {
1172 "can_use_on_swarming_builders": true
1173 },
1165 "test": "chromedriver_unittests" 1174 "test": "chromedriver_unittests"
1166 }, 1175 },
1167 { 1176 {
1168 "swarming": { 1177 "swarming": {
1169 "can_use_on_swarming_builders": true 1178 "can_use_on_swarming_builders": true
1170 }, 1179 },
1171 "test": "components_unittests" 1180 "test": "components_unittests"
1172 }, 1181 },
1173 { 1182 {
1174 "test": "compositor_unittests" 1183 "test": "compositor_unittests"
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
1397 } 1406 }
1398 ], 1407 ],
1399 "scripts": [ 1408 "scripts": [
1400 { 1409 {
1401 "name": "nacl_integration", 1410 "name": "nacl_integration",
1402 "script": "nacl_integration.py" 1411 "script": "nacl_integration.py"
1403 } 1412 }
1404 ] 1413 ]
1405 } 1414 }
1406 } 1415 }
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