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

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

Issue 1458193002: Flip the CrOS GN release bots to use Ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix target nesting Created 5 years, 1 month 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 | « mandoline/services/core_services/BUILD.gn ('k') | tools/mb/mb_config.pyl » ('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 "Linux ChromiumOS GN": { 2 "Linux ChromiumOS GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "accessibility_unittests", 4 "gn_all"
5 "app_list_unittests",
6 "aura_unittests",
7 "blimp",
8 "browser_tests",
9 "cacheinvalidation_unittests",
10 "chromedriver_unittests",
11 "chromeos_unittests",
12 "components_browsertests",
13 "components_unittests",
14 "content_browsertests",
15 "content_unittests",
16 "crypto_unittests",
17 "dbus_unittests",
18 "device_unittests",
19 "display_unittests",
20 "events_unittests",
21 "extensions_browsertests",
22 "extensions_unittests",
23 "gcm_unit_tests",
24 "gfx_unittests",
25 "gn_unittests",
26 "google_apis_unittests",
27 "gpu_unittests",
28 "interactive_ui_tests",
29 "ipc_tests",
30 "jingle_unittests",
31 "media_unittests",
32 "media_blink_unittests",
33 "mojo_common_unittests",
34 "mojo_public_bindings_unittests",
35 "mojo_public_environment_unittests",
36 "mojo_public_system_unittests",
37 "mojo_public_utility_unittests",
38 "mojo_system_unittests",
39 "net_unittests",
40 "ppapi_unittests",
41 "printing_unittests",
42 "remoting_all",
43 "remoting_unittests",
44 "sandbox_linux_unittests",
45 "skia_unittests",
46 "sql_unittests",
47 "sync_unit_tests",
48 "ui_base_unittests",
49 "ui_chromeos_unittests",
50 "ui_touch_selection_unittests",
51 "unit_tests",
52 "url_unittests",
53 "views_unittests",
54 "wm_unittests"
55 ], 5 ],
56 "gtest_tests": [ 6 "gtest_tests": [
57 { 7 {
58 "swarming": { 8 "swarming": {
59 "can_use_on_swarming_builders": true 9 "can_use_on_swarming_builders": true
60 }, 10 },
61 "test": "base_unittests" 11 "test": "base_unittests"
62 } 12 }
63 ] 13 ]
64 }, 14 },
65 "Linux ChromiumOS GN (dbg)": { 15 "Linux ChromiumOS GN (dbg)": {
66 "additional_compile_targets": [ 16 "additional_compile_targets": [
67 "accessibility_unittests", 17 "gn_all"
68 "app_list_unittests",
69 "aura_unittests",
70 "blimp",
71 "browser_tests",
72 "cacheinvalidation_unittests",
73 "chromedriver_unittests",
74 "chromeos_unittests",
75 "content_unittests",
76 "crypto_unittests",
77 "dbus_unittests",
78 "device_unittests",
79 "display_unittests",
80 "events_unittests",
81 "extensions_browsertests",
82 "extensions_unittests",
83 "gcm_unit_tests",
84 "gfx_unittests",
85 "gn_unittests",
86 "google_apis_unittests",
87 "gpu_unittests",
88 "interactive_ui_tests",
89 "ipc_tests",
90 "jingle_unittests",
91 "media_unittests",
92 "media_blink_unittests",
93 "mojo_common_unittests",
94 "mojo_public_bindings_unittests",
95 "mojo_public_environment_unittests",
96 "mojo_public_system_unittests",
97 "mojo_public_utility_unittests",
98 "mojo_system_unittests",
99 "net_unittests",
100 "ppapi_unittests",
101 "printing_unittests",
102 "remoting_all",
103 "remoting_unittests",
104 "sandbox_linux_unittests",
105 "skia_unittests",
106 "sql_unittests",
107 "sync_unit_tests",
108 "ui_base_unittests",
109 "ui_chromeos_unittests",
110 "ui_touch_selection_unittests",
111 "unit_tests",
112 "url_unittests",
113 "views_unittests",
114 "wm_unittests"
115 ], 18 ],
116 "gtest_tests": [ 19 "gtest_tests": [
117 { 20 {
118 "swarming": { 21 "swarming": {
119 "can_use_on_swarming_builders": true 22 "can_use_on_swarming_builders": true
120 }, 23 },
121 "test": "base_unittests" 24 "test": "base_unittests"
122 } 25 }
123 ] 26 ]
124 }, 27 },
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 }, 862 },
960 { 863 {
961 "swarming": { 864 "swarming": {
962 "can_use_on_swarming_builders": true 865 "can_use_on_swarming_builders": true
963 }, 866 },
964 "test": "wm_unittests" 867 "test": "wm_unittests"
965 } 868 }
966 ] 869 ]
967 } 870 }
968 } 871 }
OLDNEW
« no previous file with comments | « mandoline/services/core_services/BUILD.gn ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698