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

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

Issue 1926513002: [Android] Switch CQ + main waterfall to gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sad rebase Created 4 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 | « no previous file | 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 "Android Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "android_builder_tests" 4 "gn_all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
11 ] 11 ]
12 }, 12 },
13 "Android Builder (dbg)": { 13 "Android Builder (dbg)": {
14 "additional_compile_targets": [ 14 "additional_compile_targets": [
15 "system_webview_apk" 15 "system_webview_apk"
16 ] 16 ]
17 }, 17 },
18 "Android Clang Builder (dbg)": { 18 "Android Clang Builder (dbg)": {
19 "additional_compile_targets": [ 19 "additional_compile_targets": [
20 "android_builder_tests" 20 "gn_all"
21 ] 21 ]
22 }, 22 },
23 "Android GN": { 23 "Android GN": {
24 "gtest_tests": [ 24 "gtest_tests": [
25 { 25 {
26 "test": "android_webview_unittests" 26 "test": "android_webview_unittests"
27 }, 27 },
28 { 28 {
29 "test": "base_unittests" 29 "test": "base_unittests"
30 }, 30 },
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 { 141 {
142 "test": "chrome_junit_tests" 142 "test": "chrome_junit_tests"
143 }, 143 },
144 { 144 {
145 "test": "components_invalidation_impl_junit_tests" 145 "test": "components_invalidation_impl_junit_tests"
146 }, 146 },
147 { 147 {
148 "test": "components_policy_junit_tests" 148 "test": "components_policy_junit_tests"
149 }, 149 },
150 { 150 {
151 "test": "components_web_restrictions_junit_tests"
152 },
153 {
151 "test": "content_junit_tests" 154 "test": "content_junit_tests"
152 }, 155 },
153 { 156 {
154 "test": "junit_unit_tests" 157 "test": "junit_unit_tests"
155 }, 158 },
156 { 159 {
157 "test": "net_junit_tests" 160 "test": "net_junit_tests"
158 }, 161 },
159 { 162 {
160 "test": "ui_junit_tests" 163 "test": "ui_junit_tests"
(...skipping 19 matching lines...) Expand all
180 { 183 {
181 "override_compile_targets": [ 184 "override_compile_targets": [
182 "breakpad_unittests_deps" 185 "breakpad_unittests_deps"
183 ], 186 ],
184 "test": "breakpad_unittests" 187 "test": "breakpad_unittests"
185 }, 188 },
186 { 189 {
187 "test": "cc_unittests" 190 "test": "cc_unittests"
188 }, 191 },
189 { 192 {
193 "override_compile_targets": [
194 "chrome_public_test_apk"
195 ],
196 "override_isolate_target": "chrome_public_test_apk",
190 "swarming": { 197 "swarming": {
191 "can_use_on_swarming_builders": true, 198 "can_use_on_swarming_builders": true,
192 "dimension_sets": [ 199 "dimension_sets": [
193 { 200 {
194 "device_os": "KTU84P", 201 "device_os": "KTU84P",
195 "device_type": "hammerhead" 202 "device_type": "hammerhead"
196 } 203 }
197 ], 204 ],
198 "hard_timeout": 1200 205 "hard_timeout": 1200
199 }, 206 },
200 "test": "chrome_public_test" 207 "test": "chrome_public_test_apk"
201 }, 208 },
202 { 209 {
203 "test": "components_browsertests" 210 "test": "components_browsertests"
204 }, 211 },
205 { 212 {
206 "test": "components_unittests" 213 "test": "components_unittests"
207 }, 214 },
208 { 215 {
216 "override_isolate_target": "content_browsertests",
209 "swarming": { 217 "swarming": {
210 "can_use_on_swarming_builders": true, 218 "can_use_on_swarming_builders": true,
211 "dimension_sets": [ 219 "dimension_sets": [
212 { 220 {
213 "device_os": "KTU84P", 221 "device_os": "KTU84P",
214 "device_type": "hammerhead" 222 "device_type": "hammerhead"
215 } 223 }
216 ], 224 ],
217 "hard_timeout": 1200 225 "hard_timeout": 1200
218 }, 226 },
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 } 290 }
283 ], 291 ],
284 "junit_tests": [ 292 "junit_tests": [
285 { 293 {
286 "test": "base_junit_tests" 294 "test": "base_junit_tests"
287 }, 295 },
288 { 296 {
289 "test": "chrome_junit_tests" 297 "test": "chrome_junit_tests"
290 }, 298 },
291 { 299 {
292 "test": "components_junit_tests" 300 "test": "components_invalidation_impl_junit_tests"
301 },
302 {
303 "test": "components_policy_junit_tests"
304 },
305 {
306 "test": "components_web_restrictions_junit_tests"
293 }, 307 },
294 { 308 {
295 "test": "content_junit_tests" 309 "test": "content_junit_tests"
296 }, 310 },
297 { 311 {
298 "test": "junit_unit_tests" 312 "test": "junit_unit_tests"
299 }, 313 },
300 { 314 {
301 "test": "net_junit_tests" 315 "test": "net_junit_tests"
302 }, 316 },
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 } 425 }
412 ], 426 ],
413 "junit_tests": [ 427 "junit_tests": [
414 { 428 {
415 "test": "base_junit_tests" 429 "test": "base_junit_tests"
416 }, 430 },
417 { 431 {
418 "test": "chrome_junit_tests" 432 "test": "chrome_junit_tests"
419 }, 433 },
420 { 434 {
421 "test": "components_junit_tests" 435 "test": "components_invalidation_impl_junit_tests"
436 },
437 {
438 "test": "components_policy_junit_tests"
439 },
440 {
441 "test": "components_web_restrictions_junit_tests"
422 }, 442 },
423 { 443 {
424 "test": "content_junit_tests" 444 "test": "content_junit_tests"
425 }, 445 },
426 { 446 {
427 "test": "junit_unit_tests" 447 "test": "junit_unit_tests"
428 }, 448 },
429 { 449 {
430 "test": "net_junit_tests" 450 "test": "net_junit_tests"
431 }, 451 },
(...skipping 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after
1492 "name": "nacl_integration", 1512 "name": "nacl_integration",
1493 "script": "nacl_integration.py" 1513 "script": "nacl_integration.py"
1494 } 1514 }
1495 ] 1515 ]
1496 }, 1516 },
1497 "Linux Tests (dbg)(1)(32)": { 1517 "Linux Tests (dbg)(1)(32)": {
1498 "gtest_tests": [], 1518 "gtest_tests": [],
1499 "scripts": [] 1519 "scripts": []
1500 } 1520 }
1501 } 1521 }
OLDNEW
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698