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

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

Issue 1032543003: Add gfx_unittests target to Linux ChromiumOS Tests bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 { 5 {
6 "test": "base_unittests", 6 "test": "base_unittests",
7 "swarming": { 7 "swarming": {
8 "can_use_on_swarming_builders": true 8 "can_use_on_swarming_builders": true
9 } 9 }
10 }, 10 },
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "can_use_on_swarming_builders": true 58 "can_use_on_swarming_builders": true
59 } 59 }
60 }, 60 },
61 "ppapi_unittests", 61 "ppapi_unittests",
62 "printing_unittests", 62 "printing_unittests",
63 "remoting_unittests", 63 "remoting_unittests",
64 { 64 {
65 "test": "sandbox_linux_unittests", 65 "test": "sandbox_linux_unittests",
66 "args": ["--test-launcher-print-test-stdio=always"] 66 "args": ["--test-launcher-print-test-stdio=always"]
67 }, 67 },
68 "gfx_unittests",
68 "ui_base_unittests", 69 "ui_base_unittests",
69 "ui_chromeos_unittests", 70 "ui_chromeos_unittests",
70 "ui_touch_selection_unittests", 71 "ui_touch_selection_unittests",
71 "views_unittests", 72 "views_unittests",
72 "wm_unittests", 73 "wm_unittests",
73 "aura_unittests", 74 "aura_unittests",
74 { 75 {
75 "test": "ash_unittests", 76 "test": "ash_unittests",
76 "swarming": { 77 "swarming": {
77 "can_use_on_swarming_builders": true 78 "can_use_on_swarming_builders": true
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "ppapi_unittests", 165 "ppapi_unittests",
165 "printing_unittests", 166 "printing_unittests",
166 "remoting_unittests", 167 "remoting_unittests",
167 { 168 {
168 "test": "sandbox_linux_unittests", 169 "test": "sandbox_linux_unittests",
169 "args": ["--test-launcher-print-test-stdio=always"] 170 "args": ["--test-launcher-print-test-stdio=always"]
170 }, 171 },
171 "skia_unittests", 172 "skia_unittests",
172 "sql_unittests", 173 "sql_unittests",
173 "sync_unit_tests", 174 "sync_unit_tests",
175 "gfx_unittests",
174 "ui_base_unittests", 176 "ui_base_unittests",
175 "ui_chromeos_unittests", 177 "ui_chromeos_unittests",
176 "ui_touch_selection_unittests", 178 "ui_touch_selection_unittests",
177 { 179 {
178 "test": "unit_tests", 180 "test": "unit_tests",
179 "swarming": { 181 "swarming": {
180 "can_use_on_swarming_builders": true 182 "can_use_on_swarming_builders": true
181 } 183 }
182 }, 184 },
183 "url_unittests", 185 "url_unittests",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "device_unittests", 220 "device_unittests",
219 "display_unittests", 221 "display_unittests",
220 "media_unittests", 222 "media_unittests",
221 "ppapi_unittests", 223 "ppapi_unittests",
222 "printing_unittests", 224 "printing_unittests",
223 "remoting_unittests", 225 "remoting_unittests",
224 { 226 {
225 "test": "sandbox_linux_unittests", 227 "test": "sandbox_linux_unittests",
226 "args": ["--test-launcher-print-test-stdio=always"] 228 "args": ["--test-launcher-print-test-stdio=always"]
227 }, 229 },
230 "gfx_unittests",
228 "ui_base_unittests", 231 "ui_base_unittests",
229 "ui_chromeos_unittests", 232 "ui_chromeos_unittests",
230 "ui_touch_selection_unittests", 233 "ui_touch_selection_unittests",
231 "views_unittests", 234 "views_unittests",
232 "wm_unittests", 235 "wm_unittests",
233 "aura_unittests", 236 "aura_unittests",
234 { 237 {
235 "test": "ash_unittests", 238 "test": "ash_unittests",
236 "swarming": { 239 "swarming": {
237 "can_use_on_swarming_builders": true 240 "can_use_on_swarming_builders": true
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 { 286 {
284 "test": "interactive_ui_tests", 287 "test": "interactive_ui_tests",
285 "swarming": { 288 "swarming": {
286 "can_use_on_swarming_builders": true, 289 "can_use_on_swarming_builders": true,
287 "shards": 3 290 "shards": 3
288 } 291 }
289 } 292 }
290 ] 293 ]
291 } 294 }
292 } 295 }
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