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

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

Issue 2734423002: Revert of 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 },
1218 "KitKat Tablet Tester": { 1208 "KitKat Tablet Tester": {
1219 "gtest_tests": [ 1209 "gtest_tests": [
1220 { 1210 {
1221 "test": "android_webview_unittests" 1211 "test": "android_webview_unittests"
1222 }, 1212 },
1223 { 1213 {
1224 "test": "base_unittests" 1214 "test": "base_unittests"
1225 }, 1215 },
1226 { 1216 {
1227 "override_compile_targets": [ 1217 "override_compile_targets": [
(...skipping 2356 matching lines...) Expand 10 before | Expand all | Expand 10 after
3584 }, 3574 },
3585 { 3575 {
3586 "test": "chrome_sync_shell_test_apk" 3576 "test": "chrome_sync_shell_test_apk"
3587 }, 3577 },
3588 { 3578 {
3589 "test": "content_shell_test_apk" 3579 "test": "content_shell_test_apk"
3590 } 3580 }
3591 ] 3581 ]
3592 } 3582 }
3593 } 3583 }
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