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

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

Issue 1217473009: Convert wm_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@11_sandbox_linux_unittests
Patch Set: Add pak 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.memory.fyi.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 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 { 732 {
733 "swarming": { 733 "swarming": {
734 "can_use_on_swarming_builders": true 734 "can_use_on_swarming_builders": true
735 }, 735 },
736 "test": "url_unittests" 736 "test": "url_unittests"
737 }, 737 },
738 { 738 {
739 "test": "views_unittests" 739 "test": "views_unittests"
740 }, 740 },
741 { 741 {
742 "swarming": {
743 "can_use_on_swarming_builders": true
744 },
742 "test": "wm_unittests" 745 "test": "wm_unittests"
743 } 746 }
744 ], 747 ],
745 "scripts": [ 748 "scripts": [
746 { 749 {
747 "name": "checkdeps", 750 "name": "checkdeps",
748 "script": "checkdeps.py" 751 "script": "checkdeps.py"
749 }, 752 },
750 { 753 {
751 "name": "checklicenses", 754 "name": "checklicenses",
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 { 1034 {
1032 "swarming": { 1035 "swarming": {
1033 "can_use_on_swarming_builders": true 1036 "can_use_on_swarming_builders": true
1034 }, 1037 },
1035 "test": "url_unittests" 1038 "test": "url_unittests"
1036 }, 1039 },
1037 { 1040 {
1038 "test": "views_unittests" 1041 "test": "views_unittests"
1039 }, 1042 },
1040 { 1043 {
1044 "swarming": {
1045 "can_use_on_swarming_builders": true
1046 },
1041 "test": "wm_unittests" 1047 "test": "wm_unittests"
1042 } 1048 }
1043 ], 1049 ],
1044 "scripts": [ 1050 "scripts": [
1045 { 1051 {
1046 "name": "telemetry_unittests", 1052 "name": "telemetry_unittests",
1047 "script": "telemetry_unittests.py" 1053 "script": "telemetry_unittests.py"
1048 }, 1054 },
1049 { 1055 {
1050 "name": "telemetry_perf_unittests", 1056 "name": "telemetry_perf_unittests",
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
1314 { 1320 {
1315 "swarming": { 1321 "swarming": {
1316 "can_use_on_swarming_builders": true 1322 "can_use_on_swarming_builders": true
1317 }, 1323 },
1318 "test": "url_unittests" 1324 "test": "url_unittests"
1319 }, 1325 },
1320 { 1326 {
1321 "test": "views_unittests" 1327 "test": "views_unittests"
1322 }, 1328 },
1323 { 1329 {
1330 "swarming": {
1331 "can_use_on_swarming_builders": true
1332 },
1324 "test": "wm_unittests" 1333 "test": "wm_unittests"
1325 } 1334 }
1326 ], 1335 ],
1327 "scripts": [ 1336 "scripts": [
1328 { 1337 {
1329 "name": "nacl_integration", 1338 "name": "nacl_integration",
1330 "script": "nacl_integration.py" 1339 "script": "nacl_integration.py"
1331 } 1340 }
1332 ] 1341 ]
1333 } 1342 }
1334 } 1343 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698