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

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

Issue 612673002: Swarm ash_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix windows 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
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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 } 55 }
56 }, 56 },
57 "ppapi_unittests", 57 "ppapi_unittests",
58 "printing_unittests", 58 "printing_unittests",
59 "remoting_unittests", 59 "remoting_unittests",
60 "sandbox_linux_unittests", 60 "sandbox_linux_unittests",
61 "ui_unittests", 61 "ui_unittests",
62 "views_unittests", 62 "views_unittests",
63 "wm_unittests", 63 "wm_unittests",
64 "aura_unittests", 64 "aura_unittests",
65 "ash_unittests", 65 {
66 "test": "ash_unittests",
67 "swarming": {
68 "can_use_on_swarming_builders": true
M-A Ruel 2014/09/29 15:07:32 Maybe do in a separate CL just in case? I don't mi
jam 2014/09/29 15:24:27 i've verified locally and on trybots so i'm pretty
69 }
70 },
66 "app_list_unittests", 71 "app_list_unittests",
67 "message_center_unittests", 72 "message_center_unittests",
68 "compositor_unittests", 73 "compositor_unittests",
69 "events_unittests", 74 "events_unittests",
70 "ipc_tests", 75 "ipc_tests",
71 "sync_unit_tests", 76 "sync_unit_tests",
72 { 77 {
73 "test": "unit_tests", 78 "test": "unit_tests",
74 "swarming": { 79 "swarming": {
75 "can_use_on_swarming_builders": true 80 "can_use_on_swarming_builders": true
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 "display_unittests", 171 "display_unittests",
167 "media_unittests", 172 "media_unittests",
168 "ppapi_unittests", 173 "ppapi_unittests",
169 "printing_unittests", 174 "printing_unittests",
170 "remoting_unittests", 175 "remoting_unittests",
171 "sandbox_linux_unittests", 176 "sandbox_linux_unittests",
172 "ui_unittests", 177 "ui_unittests",
173 "views_unittests", 178 "views_unittests",
174 "wm_unittests", 179 "wm_unittests",
175 "aura_unittests", 180 "aura_unittests",
176 "ash_unittests", 181 {
182 "test": "ash_unittests",
183 "swarming": {
184 "can_use_on_swarming_builders": true
185 }
186 },
177 "app_list_unittests", 187 "app_list_unittests",
178 "message_center_unittests", 188 "message_center_unittests",
179 "compositor_unittests", 189 "compositor_unittests",
180 "events_unittests", 190 "events_unittests",
181 "ipc_tests", 191 "ipc_tests",
182 "sync_unit_tests", 192 "sync_unit_tests",
183 { 193 {
184 "test": "unit_tests", 194 "test": "unit_tests",
185 "swarming": { 195 "swarming": {
186 "can_use_on_swarming_builders": true 196 "can_use_on_swarming_builders": true
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 }, 232 },
223 "Linux ChromiumOS Tests (dbg)(2)": { 233 "Linux ChromiumOS Tests (dbg)(2)": {
224 "gtest_tests": [ 234 "gtest_tests": [
225 ] 235 ]
226 }, 236 },
227 "Linux ChromiumOS Tests (dbg)(3)": { 237 "Linux ChromiumOS Tests (dbg)(3)": {
228 "gtest_tests": [ 238 "gtest_tests": [
229 ] 239 ]
230 } 240 }
231 } 241 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698