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

Side by Side Diff: testing/buildbot/chromium_trybot.json

Issue 851013002: Swarm media_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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_memory_trybot.json ('k') | 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 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "gtest_tests": [ 5 "gtest_tests": [
6 { 6 {
7 "test": "accessibility_unittests", 7 "test": "accessibility_unittests",
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": true 9 "can_use_on_swarming_builders": true
10 } 10 }
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "test": "ipc_mojo_unittests", 128 "test": "ipc_mojo_unittests",
129 "platforms": ["linux"] 129 "platforms": ["linux"]
130 }, 130 },
131 "ipc_tests", 131 "ipc_tests",
132 "jingle_unittests", 132 "jingle_unittests",
133 { 133 {
134 "test": "keyboard_unittests", 134 "test": "keyboard_unittests",
135 "platforms": ["linux", "win"] 135 "platforms": ["linux", "win"]
136 }, 136 },
137 "media_perftests", 137 "media_perftests",
138 "media_unittests", 138 {
139 "test": "media_unittests",
140 "swarming": {
141 "can_use_on_swarming_builders": true
142 }
143 },
139 { 144 {
140 "test": "message_center_unittests", 145 "test": "message_center_unittests",
141 "swarming": { 146 "swarming": {
142 "can_use_on_swarming_builders": true 147 "can_use_on_swarming_builders": true
143 } 148 }
144 }, 149 },
145 "mojo_common_unittests", 150 "mojo_common_unittests",
146 "mojo_public_bindings_unittests", 151 "mojo_public_bindings_unittests",
147 "mojo_public_environment_unittests", 152 "mojo_public_environment_unittests",
148 "mojo_public_system_unittests", 153 "mojo_public_system_unittests",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 "non_filter_tests_builders": [ 272 "non_filter_tests_builders": [
268 ], 273 ],
269 274
270 "filter_compile_builders": [ 275 "filter_compile_builders": [
271 "win_chromium_compile_dbg", 276 "win_chromium_compile_dbg",
272 "win_chromium_rel_swarming", 277 "win_chromium_rel_swarming",
273 "win_chromium_x64_rel_swarming", 278 "win_chromium_x64_rel_swarming",
274 "win8_chromium_rel" 279 "win8_chromium_rel"
275 ] 280 ]
276 } 281 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium_memory_trybot.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698