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

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

Issue 593333003: Try swarming content_unittests on debug Linux bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | no next file » | 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 "Linux Tests": { 2 "Linux Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "app_shell_browsertests", 6 "app_shell_browsertests",
7 "aura_unittests", 7 "aura_unittests",
8 "base_unittests", 8 "base_unittests",
9 "browser_tests", 9 "browser_tests",
10 "cacheinvalidation_unittests", 10 "cacheinvalidation_unittests",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "app_shell_browsertests", 131 "app_shell_browsertests",
132 "aura_unittests", 132 "aura_unittests",
133 "base_unittests", 133 "base_unittests",
134 "cacheinvalidation_unittests", 134 "cacheinvalidation_unittests",
135 "cast_unittests", 135 "cast_unittests",
136 "cc_unittests", 136 "cc_unittests",
137 "chromedriver_unittests", 137 "chromedriver_unittests",
138 "components_unittests", 138 "components_unittests",
139 "compositor_unittests", 139 "compositor_unittests",
140 "content_browsertests", 140 "content_browsertests",
141 "content_unittests", 141 {
M-A Ruel 2014/09/24 00:05:19 Mixing strings and dict in a list. Oh JSON, I love
142 "test": "content_unittests",
143 "swarming": {
144 "can_use_on_swarming_builders": true
145 }
146 },
142 "crypto_unittests", 147 "crypto_unittests",
143 "dbus_unittests", 148 "dbus_unittests",
144 "device_unittests", 149 "device_unittests",
145 "display_unittests", 150 "display_unittests",
146 "events_unittests", 151 "events_unittests",
147 "extensions_unittests", 152 "extensions_unittests",
148 "gcm_unit_tests", 153 "gcm_unit_tests",
149 "gfx_unittests", 154 "gfx_unittests",
150 "google_apis_unittests", 155 "google_apis_unittests",
151 "gpu_unittests", 156 "gpu_unittests",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "mojo_view_manager_unittests", 212 "mojo_view_manager_unittests",
208 "nacl_loader_unittests", 213 "nacl_loader_unittests",
209 "sandbox_linux_unittests", 214 "sandbox_linux_unittests",
210 "sql_unittests", 215 "sql_unittests",
211 "sync_unit_tests", 216 "sync_unit_tests",
212 "ui_unittests", 217 "ui_unittests",
213 "unit_tests" 218 "unit_tests"
214 ] 219 ]
215 } 220 }
216 } 221 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698