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

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

Issue 2928463003: Stop running telemetry_perf_unittest on linux_android_rel_ng (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 1482 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 "${TASK_ID}%2F%2B%2Funified_logcats" 1493 "${TASK_ID}%2F%2B%2Funified_logcats"
1494 ], 1494 ],
1495 "name": "shard #${SHARD_INDEX} logcats" 1495 "name": "shard #${SHARD_INDEX} logcats"
1496 } 1496 }
1497 ] 1497 ]
1498 }, 1498 },
1499 "test": "webview_instrumentation_test_apk" 1499 "test": "webview_instrumentation_test_apk"
1500 } 1500 }
1501 ], 1501 ],
1502 "isolated_scripts": [ 1502 "isolated_scripts": [
1503 { 1503 {
jbudorick 2017/06/06 01:13:13 This is the one you should remove.
nednguyen 2017/06/06 01:19:08 Done.
1504 "args": [ 1504 "args": [
1505 "--browser=android-chromium", 1505 "--browser=android-chromium",
1506 "--device=android", 1506 "--device=android",
1507 "--skip=benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmoke Test.*" 1507 "--skip=benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmoke Test.*"
1508 ], 1508 ],
1509 "isolate_name": "telemetry_perf_unittests", 1509 "isolate_name": "telemetry_perf_unittests",
1510 "name": "telemetry_perf_unittests", 1510 "name": "telemetry_perf_unittests",
1511 "swarming": { 1511 "swarming": {
1512 "can_use_on_swarming_builders": true, 1512 "can_use_on_swarming_builders": true,
1513 "dimension_sets": [ 1513 "dimension_sets": [
(...skipping 1562 matching lines...) Expand 10 before | Expand all | Expand 10 after
3076 "=android%2Fswarming%2Flogcats%2F", 3076 "=android%2Fswarming%2Flogcats%2F",
3077 "${TASK_ID}%2F%2B%2Funified_logcats" 3077 "${TASK_ID}%2F%2B%2Funified_logcats"
3078 ], 3078 ],
3079 "name": "shard #${SHARD_INDEX} logcats" 3079 "name": "shard #${SHARD_INDEX} logcats"
3080 } 3080 }
3081 ] 3081 ]
3082 }, 3082 },
3083 "test": "webview_instrumentation_test_apk" 3083 "test": "webview_instrumentation_test_apk"
3084 } 3084 }
3085 ], 3085 ],
3086 "isolated_scripts": [
3087 {
3088 "args": [
3089 "--browser=android-chromium",
3090 "--device=android",
3091 "--skip=benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmoke Test.*"
3092 ],
3093 "isolate_name": "telemetry_perf_unittests",
3094 "name": "telemetry_perf_unittests",
3095 "swarming": {
3096 "can_use_on_swarming_builders": true,
3097 "dimension_sets": [
3098 {
3099 "android_devices": "6",
3100 "device_os": "KTU84P",
3101 "device_type": "hammerhead"
3102 }
3103 ],
3104 "hard_timeout": 1500,
3105 "shards": 1
3106 }
3107 }
3108 ],
3109 "junit_tests": [ 3086 "junit_tests": [
3110 { 3087 {
3111 "test": "base_junit_tests" 3088 "test": "base_junit_tests"
3112 }, 3089 },
3113 { 3090 {
3114 "test": "chrome_junit_tests" 3091 "test": "chrome_junit_tests"
3115 }, 3092 },
3116 { 3093 {
3117 "test": "components_gcm_driver_junit_tests" 3094 "test": "components_gcm_driver_junit_tests"
3118 }, 3095 },
(...skipping 2083 matching lines...) Expand 10 before | Expand all | Expand 10 after
5202 "isolate_name": "telemetry_unittests", 5179 "isolate_name": "telemetry_unittests",
5203 "name": "telemetry_unittests", 5180 "name": "telemetry_unittests",
5204 "swarming": { 5181 "swarming": {
5205 "can_use_on_swarming_builders": true, 5182 "can_use_on_swarming_builders": true,
5206 "shards": 4 5183 "shards": 4
5207 } 5184 }
5208 } 5185 }
5209 ] 5186 ]
5210 } 5187 }
5211 } 5188 }
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