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 1052723002: Convert components_unittests to Swarming. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@4_isolates
Patch Set: Rebased 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.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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 }, 148 },
149 "test": "accessibility_unittests" 149 "test": "accessibility_unittests"
150 }, 150 },
151 { 151 {
152 "test": "app_shell_unittests" 152 "test": "app_shell_unittests"
153 }, 153 },
154 { 154 {
155 "test": "base_unittests" 155 "test": "base_unittests"
156 }, 156 },
157 { 157 {
158 "swarming": {
159 "can_use_on_swarming_builders": true
160 },
158 "test": "components_unittests" 161 "test": "components_unittests"
159 }, 162 },
160 { 163 {
161 "test": "content_unittests" 164 "test": "content_unittests"
162 }, 165 },
163 { 166 {
164 "test": "crypto_unittests" 167 "test": "crypto_unittests"
165 }, 168 },
166 { 169 {
167 "test": "device_unittests" 170 "test": "device_unittests"
(...skipping 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after
1239 } 1242 }
1240 ], 1243 ],
1241 "scripts": [ 1244 "scripts": [
1242 { 1245 {
1243 "name": "nacl_integration", 1246 "name": "nacl_integration",
1244 "script": "nacl_integration.py" 1247 "script": "nacl_integration.py"
1245 } 1248 }
1246 ] 1249 ]
1247 } 1250 }
1248 } 1251 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.memory.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698