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

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

Issue 2724273003: Add microdump_stackwalk target to chromium.android builders. (Closed)
Patch Set: Created 3 years, 9 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 | 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 "Android Cronet Builder": { 2 "Android Cronet Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "cronet_package" 4 "cronet_package"
5 ] 5 ]
6 }, 6 },
7 "Android N5X Swarm Builder": { 7 "Android N5X Swarm Builder": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "override_compile_targets": [ 10 "override_compile_targets": [
(...skipping 1187 matching lines...) Expand 10 before | Expand all | Expand 10 after
1198 "device_os": "MMB29Q", 1198 "device_os": "MMB29Q",
1199 "device_type": "bullhead" 1199 "device_type": "bullhead"
1200 } 1200 }
1201 ], 1201 ],
1202 "hard_timeout": 1200, 1202 "hard_timeout": 1200,
1203 "shards": 1 1203 "shards": 1
1204 } 1204 }
1205 } 1205 }
1206 ] 1206 ]
1207 }, 1207 },
1208 "Android arm Builder (dbg)": {
1209 "additional_compile_targets": [
1210 "microdump_stackwalk"
1211 ]
1212 },
1213 "Android arm64 Builder (dbg)": {
1214 "additional_compile_targets": [
1215 "microdump_stackwalk"
1216 ]
1217 },
1208 "KitKat Tablet Tester": { 1218 "KitKat Tablet Tester": {
1209 "gtest_tests": [ 1219 "gtest_tests": [
1210 { 1220 {
1211 "test": "android_webview_unittests" 1221 "test": "android_webview_unittests"
1212 }, 1222 },
1213 { 1223 {
1214 "test": "base_unittests" 1224 "test": "base_unittests"
1215 }, 1225 },
1216 { 1226 {
1217 "override_compile_targets": [ 1227 "override_compile_targets": [
(...skipping 2356 matching lines...) Expand 10 before | Expand all | Expand 10 after
3574 }, 3584 },
3575 { 3585 {
3576 "test": "chrome_sync_shell_test_apk" 3586 "test": "chrome_sync_shell_test_apk"
3577 }, 3587 },
3578 { 3588 {
3579 "test": "content_shell_test_apk" 3589 "test": "content_shell_test_apk"
3580 } 3590 }
3581 ] 3591 ]
3582 } 3592 }
3583 } 3593 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698