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

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

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
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_arm.json ('k') | testing/buildbot/client.v8.branches.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 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "filter_compile_builders": [ 5 "filter_compile_builders": [
6 "win_chromium_compile_dbg", 6 "win_chromium_compile_dbg",
7 "win_chromium_rel_swarming", 7 "win_chromium_rel_swarming",
8 "win_chromium_x64_rel_swarming", 8 "win_chromium_x64_rel_swarming",
9 "win8_chromium_rel" 9 "win8_chromium_rel"
10 ], 10 ],
11 "gtest_tests": [ 11 "gtest_tests": [
12 { 12 {
13 "swarming": { 13 "swarming": {
14 "can_use_on_swarming_builders": true 14 "can_use_on_swarming_builders": true
15 }, 15 },
16 "test": "accessibility_unittests" 16 "test": "accessibility_unittests"
17 }, 17 },
18 { 18 {
19 "platforms": [
20 "win"
21 ],
22 "test": "app_installer_unittests"
23 },
24 {
25 "swarming": { 19 "swarming": {
26 "can_use_on_swarming_builders": true 20 "can_use_on_swarming_builders": true
27 }, 21 },
28 "test": "app_list_unittests" 22 "test": "app_list_unittests"
29 }, 23 },
30 { 24 {
31 "chromium_configs": [ 25 "chromium_configs": [
32 "chromium_chromeos", 26 "chromium_chromeos",
33 "chromium_chromeos_clang", 27 "chromium_chromeos_clang",
34 "chromium_chromeos_ozone" 28 "chromium_chromeos_ozone"
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "can_use_on_swarming_builders": true 212 "can_use_on_swarming_builders": true
219 }, 213 },
220 "test": "midi_unittests" 214 "test": "midi_unittests"
221 }, 215 },
222 "mojo_common_unittests", 216 "mojo_common_unittests",
223 "mojo_public_bindings_unittests", 217 "mojo_public_bindings_unittests",
224 "mojo_public_environment_unittests", 218 "mojo_public_environment_unittests",
225 "mojo_public_system_unittests", 219 "mojo_public_system_unittests",
226 "mojo_public_utility_unittests", 220 "mojo_public_utility_unittests",
227 "mojo_system_unittests", 221 "mojo_system_unittests",
222 {
223 "platforms": [
224 "linux"
225 ],
226 "test": "nacl_helper_nonsfi_unittests"
227 },
228 "nacl_loader_unittests", 228 "nacl_loader_unittests",
229 { 229 {
230 "swarming": { 230 "swarming": {
231 "can_use_on_swarming_builders": true 231 "can_use_on_swarming_builders": true
232 }, 232 },
233 "test": "net_unittests" 233 "test": "net_unittests"
234 }, 234 },
235 "ppapi_unittests", 235 "ppapi_unittests",
236 "printing_unittests", 236 "printing_unittests",
237 "remoting_unittests", 237 "remoting_unittests",
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 ], 370 ],
371 "platforms": [ 371 "platforms": [
372 "linux" 372 "linux"
373 ], 373 ],
374 "test": "ozone_unittests" 374 "test": "ozone_unittests"
375 } 375 }
376 ], 376 ],
377 "non_filter_builders": [], 377 "non_filter_builders": [],
378 "non_filter_tests_builders": [] 378 "non_filter_tests_builders": []
379 } 379 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium_arm.json ('k') | testing/buildbot/client.v8.branches.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698