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

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

Issue 1128733002: Update from https://crrev.com/328418 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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.fyi.json ('k') | testing/buildbot/chromium.mac.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 "Android GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_shell_apk" 4 "chrome_shell_apk"
5 ], 5 ],
6 "gtest_tests": [] 6 "gtest_tests": []
7 }, 7 },
8 "Android Tests": { 8 "Android Tests": {
9 "scripts": [ 9 "scripts": [
10 { 10 {
11 "name": "webview_licenses", 11 "name": "webview_licenses",
12 "script": "webview_licenses.py" 12 "script": "webview_licenses.py"
13 },
14 {
15 "name": "telemetry_perf_unittests",
16 "script": "telemetry_perf_unittests.py"
13 } 17 }
14 ] 18 ]
15 }, 19 },
16 "Android Tests (dbg)": { 20 "Android Tests (dbg)": {
17 "scripts": [ 21 "scripts": [
18 { 22 {
19 "name": "webview_licenses", 23 "name": "webview_licenses",
20 "script": "webview_licenses.py" 24 "script": "webview_licenses.py"
25 },
26 {
27 "name": "telemetry_perf_unittests",
28 "script": "telemetry_perf_unittests.py"
21 } 29 }
22 ] 30 ]
23 }, 31 },
24 "Linux Clang (dbg)": { 32 "Linux Clang (dbg)": {
25 "gtest_tests": [ 33 "gtest_tests": [
26 { 34 {
27 "swarming": { 35 "swarming": {
28 "can_use_on_swarming_builders": true 36 "can_use_on_swarming_builders": true
29 }, 37 },
30 "test": "accessibility_unittests" 38 "test": "accessibility_unittests"
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 "device_unittests", 133 "device_unittests",
126 "display_unittests", 134 "display_unittests",
127 "events_unittests", 135 "events_unittests",
128 "extensions_browsertests", 136 "extensions_browsertests",
129 "extensions_unittests", 137 "extensions_unittests",
130 "gcm_unit_tests", 138 "gcm_unit_tests",
131 "gfx_unittests", 139 "gfx_unittests",
132 "gn_unittests", 140 "gn_unittests",
133 "google_apis_unittests", 141 "google_apis_unittests",
134 "gpu_unittests", 142 "gpu_unittests",
143 "html_viewer_unittests",
135 "interactive_ui_tests", 144 "interactive_ui_tests",
136 "ipc_mojo_unittests", 145 "ipc_mojo_unittests",
137 "ipc_tests", 146 "ipc_tests",
138 "jingle_unittests", 147 "jingle_unittests",
148 "mandoline:all",
139 "media_unittests", 149 "media_unittests",
140 "mojo_common_unittests",
141 "mojo_public_bindings_unittests",
142 "mojo_public_environment_unittests",
143 "mojo_public_system_unittests",
144 "mojo_public_utility_unittests",
145 "mojo_system_unittests",
146 "nacl_loader_unittests", 150 "nacl_loader_unittests",
147 "net_unittests", 151 "net_unittests",
148 "ppapi_unittests", 152 "ppapi_unittests",
149 "printing_unittests", 153 "printing_unittests",
150 "remoting_unittests", 154 "remoting_unittests",
151 "sandbox_linux_unittests", 155 "sandbox_linux_unittests",
152 "skia_unittests", 156 "skia_unittests",
153 "sql_unittests", 157 "sql_unittests",
154 "sync_integration_tests", 158 "sync_integration_tests",
155 "sync_unit_tests", 159 "sync_unit_tests",
156 "ui_base_unittests", 160 "ui_base_unittests",
157 "ui_touch_selection_unittests", 161 "ui_touch_selection_unittests",
158 "unit_tests", 162 "unit_tests",
159 "url_unittests", 163 "url_unittests",
164 "view_manager_service_unittests",
160 "views_unittests", 165 "views_unittests",
161 "wm_unittests" 166 "wm_unittests"
162 ], 167 ],
163 "gtest_tests": [ 168 "gtest_tests": []
164 {
165 "test": "base_unittests"
166 }
167 ]
168 }, 169 },
169 "Linux GN (dbg)": { 170 "Linux GN (dbg)": {
170 "additional_compile_targets": [ 171 "additional_compile_targets": [
171 "accessibility_unittests", 172 "accessibility_unittests",
172 "app_list_unittests", 173 "app_list_unittests",
173 "aura_unittests", 174 "aura_unittests",
174 "browser_tests", 175 "browser_tests",
175 "cacheinvalidation_unittests", 176 "cacheinvalidation_unittests",
176 "cast_unittests", 177 "cast_unittests",
177 "cc_unittests", 178 "cc_unittests",
(...skipping 11 matching lines...) Expand all
189 "extensions_unittests", 190 "extensions_unittests",
190 "gcm_unit_tests", 191 "gcm_unit_tests",
191 "gfx_unittests", 192 "gfx_unittests",
192 "gn_unittests", 193 "gn_unittests",
193 "google_apis_unittests", 194 "google_apis_unittests",
194 "gpu_unittests", 195 "gpu_unittests",
195 "interactive_ui_tests", 196 "interactive_ui_tests",
196 "ipc_mojo_unittests", 197 "ipc_mojo_unittests",
197 "ipc_tests", 198 "ipc_tests",
198 "jingle_unittests", 199 "jingle_unittests",
200 "mandoline:all",
199 "media_unittests", 201 "media_unittests",
200 "mojo_common_unittests",
201 "mojo_public_bindings_unittests",
202 "mojo_public_environment_unittests",
203 "mojo_public_system_unittests",
204 "mojo_public_utility_unittests",
205 "mojo_system_unittests",
206 "net_unittests", 202 "net_unittests",
207 "ppapi_unittests", 203 "ppapi_unittests",
208 "printing_unittests", 204 "printing_unittests",
209 "remoting_unittests", 205 "remoting_unittests",
210 "sandbox_linux_unittests", 206 "sandbox_linux_unittests",
211 "skia_unittests", 207 "skia_unittests",
212 "sql_unittests", 208 "sql_unittests",
213 "sync_integration_tests", 209 "sync_integration_tests",
214 "sync_unit_tests", 210 "sync_unit_tests",
215 "ui_base_unittests", 211 "ui_base_unittests",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 { 365 {
370 "test": "jingle_unittests" 366 "test": "jingle_unittests"
371 }, 367 },
372 { 368 {
373 "swarming": { 369 "swarming": {
374 "can_use_on_swarming_builders": true 370 "can_use_on_swarming_builders": true
375 }, 371 },
376 "test": "media_unittests" 372 "test": "media_unittests"
377 }, 373 },
378 { 374 {
375 "swarming": {
376 "can_use_on_swarming_builders": true
377 },
378 "test": "midi_unittests"
379 },
380 {
379 "test": "mojo_common_unittests" 381 "test": "mojo_common_unittests"
380 }, 382 },
381 { 383 {
382 "test": "mojo_public_bindings_unittests" 384 "test": "mojo_public_bindings_unittests"
383 }, 385 },
384 { 386 {
385 "test": "mojo_public_environment_unittests" 387 "test": "mojo_public_environment_unittests"
386 }, 388 },
387 { 389 {
388 "test": "mojo_public_system_unittests" 390 "test": "mojo_public_system_unittests"
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 { 625 {
624 "test": "jingle_unittests" 626 "test": "jingle_unittests"
625 }, 627 },
626 { 628 {
627 "swarming": { 629 "swarming": {
628 "can_use_on_swarming_builders": true 630 "can_use_on_swarming_builders": true
629 }, 631 },
630 "test": "media_unittests" 632 "test": "media_unittests"
631 }, 633 },
632 { 634 {
635 "swarming": {
636 "can_use_on_swarming_builders": true
637 },
638 "test": "midi_unittests"
639 },
640 {
633 "test": "mojo_common_unittests" 641 "test": "mojo_common_unittests"
634 }, 642 },
635 { 643 {
636 "test": "mojo_public_bindings_unittests" 644 "test": "mojo_public_bindings_unittests"
637 }, 645 },
638 { 646 {
639 "test": "mojo_public_environment_unittests" 647 "test": "mojo_public_environment_unittests"
640 }, 648 },
641 { 649 {
642 "test": "mojo_public_system_unittests" 650 "test": "mojo_public_system_unittests"
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
867 { 875 {
868 "test": "jingle_unittests" 876 "test": "jingle_unittests"
869 }, 877 },
870 { 878 {
871 "swarming": { 879 "swarming": {
872 "can_use_on_swarming_builders": true 880 "can_use_on_swarming_builders": true
873 }, 881 },
874 "test": "media_unittests" 882 "test": "media_unittests"
875 }, 883 },
876 { 884 {
885 "swarming": {
886 "can_use_on_swarming_builders": true
887 },
888 "test": "midi_unittests"
889 },
890 {
877 "test": "mojo_common_unittests" 891 "test": "mojo_common_unittests"
878 }, 892 },
879 { 893 {
880 "test": "mojo_public_bindings_unittests" 894 "test": "mojo_public_bindings_unittests"
881 }, 895 },
882 { 896 {
883 "test": "mojo_public_environment_unittests" 897 "test": "mojo_public_environment_unittests"
884 }, 898 },
885 { 899 {
886 "test": "mojo_public_system_unittests" 900 "test": "mojo_public_system_unittests"
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 } 970 }
957 ], 971 ],
958 "scripts": [ 972 "scripts": [
959 { 973 {
960 "name": "nacl_integration", 974 "name": "nacl_integration",
961 "script": "nacl_integration.py" 975 "script": "nacl_integration.py"
962 } 976 }
963 ] 977 ]
964 } 978 }
965 } 979 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698