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

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

Issue 1201253002: Convert crypto_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@5_content_unit
Patch Set: Created 5 years, 6 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_shell_apk", 4 "chrome_shell_apk",
5 "mandoline:all" 5 "mandoline:all"
6 ], 6 ],
7 "gtest_tests": [ 7 "gtest_tests": [
8 { 8 {
9 "test": "html_viewer_unittests" 9 "test": "html_viewer_unittests"
10 }, 10 },
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 }, 105 },
106 "test": "content_browsertests" 106 "test": "content_browsertests"
107 }, 107 },
108 { 108 {
109 "swarming": { 109 "swarming": {
110 "can_use_on_swarming_builders": true 110 "can_use_on_swarming_builders": true
111 }, 111 },
112 "test": "content_unittests" 112 "test": "content_unittests"
113 }, 113 },
114 { 114 {
115 "swarming": {
116 "can_use_on_swarming_builders": true
117 },
115 "test": "crypto_unittests" 118 "test": "crypto_unittests"
116 }, 119 },
117 { 120 {
118 "test": "gpu_unittests" 121 "test": "gpu_unittests"
119 }, 122 },
120 { 123 {
121 "test": "ipc_tests" 124 "test": "ipc_tests"
122 }, 125 },
123 { 126 {
124 "test": "jingle_unittests" 127 "test": "jingle_unittests"
(...skipping 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 } 1169 }
1167 ], 1170 ],
1168 "scripts": [ 1171 "scripts": [
1169 { 1172 {
1170 "name": "nacl_integration", 1173 "name": "nacl_integration",
1171 "script": "nacl_integration.py" 1174 "script": "nacl_integration.py"
1172 } 1175 }
1173 ] 1176 ]
1174 } 1177 }
1175 } 1178 }
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