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

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

Issue 2931483002: Stop running telemetry_perf_unittest on Android Tests (dbg) (Closed)
Patch Set: Created 3 years, 6 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 Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "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"
(...skipping 3044 matching lines...) Expand 10 before | Expand all | Expand 10 after
3055 "=android%2Fswarming%2Flogcats%2F", 3055 "=android%2Fswarming%2Flogcats%2F",
3056 "${TASK_ID}%2F%2B%2Funified_logcats" 3056 "${TASK_ID}%2F%2B%2Funified_logcats"
3057 ], 3057 ],
3058 "name": "shard #${SHARD_INDEX} logcats" 3058 "name": "shard #${SHARD_INDEX} logcats"
3059 } 3059 }
3060 ] 3060 ]
3061 }, 3061 },
3062 "test": "webview_instrumentation_test_apk" 3062 "test": "webview_instrumentation_test_apk"
3063 } 3063 }
3064 ], 3064 ],
3065 "isolated_scripts": [
3066 {
3067 "args": [
3068 "--browser=android-chromium",
3069 "--device=android",
3070 "--skip=benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmoke Test.*"
3071 ],
3072 "isolate_name": "telemetry_perf_unittests",
3073 "name": "telemetry_perf_unittests",
3074 "swarming": {
3075 "can_use_on_swarming_builders": true,
3076 "dimension_sets": [
3077 {
3078 "android_devices": "6",
3079 "device_os": "KTU84P",
3080 "device_type": "hammerhead"
3081 }
3082 ],
3083 "hard_timeout": 1500,
3084 "shards": 1
3085 }
3086 }
3087 ],
3088 "junit_tests": [ 3065 "junit_tests": [
3089 { 3066 {
3090 "test": "base_junit_tests" 3067 "test": "base_junit_tests"
3091 }, 3068 },
3092 { 3069 {
3093 "test": "chrome_junit_tests" 3070 "test": "chrome_junit_tests"
3094 }, 3071 },
3095 { 3072 {
3096 "test": "components_gcm_driver_junit_tests" 3073 "test": "components_gcm_driver_junit_tests"
3097 }, 3074 },
(...skipping 2083 matching lines...) Expand 10 before | Expand all | Expand 10 after
5181 "isolate_name": "telemetry_unittests", 5158 "isolate_name": "telemetry_unittests",
5182 "name": "telemetry_unittests", 5159 "name": "telemetry_unittests",
5183 "swarming": { 5160 "swarming": {
5184 "can_use_on_swarming_builders": true, 5161 "can_use_on_swarming_builders": true,
5185 "shards": 4 5162 "shards": 4
5186 } 5163 }
5187 } 5164 }
5188 ] 5165 ]
5189 } 5166 }
5190 } 5167 }
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