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

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

Issue 2446883002: Disable system health smoke tests on Nexus5. (Closed)
Patch Set: Let N5X run the full suite. Created 4 years, 1 month 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 | « testing/buildbot/chromium.android.json ('k') | 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 1251 matching lines...) Expand 10 before | Expand all | Expand 10 after
1262 } 1262 }
1263 ] 1263 ]
1264 }, 1264 },
1265 "test": "unit_tests" 1265 "test": "unit_tests"
1266 } 1266 }
1267 ], 1267 ],
1268 "isolated_scripts": [ 1268 "isolated_scripts": [
1269 { 1269 {
1270 "args": [ 1270 "args": [
1271 "--browser=android-chromium", 1271 "--browser=android-chromium",
1272 "--device=android" 1272 "--device=android",
1273 "--skip=benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmoke Test.*"
1273 ], 1274 ],
1274 "isolate_name": "telemetry_perf_unittests", 1275 "isolate_name": "telemetry_perf_unittests",
1275 "name": "telemetry_perf_unittests", 1276 "name": "telemetry_perf_unittests",
1276 "override_compile_targets": [ 1277 "override_compile_targets": [
1277 "telemetry_perf_unittests" 1278 "telemetry_perf_unittests"
1278 ], 1279 ],
1279 "swarming": { 1280 "swarming": {
1280 "can_use_on_swarming_builders": true, 1281 "can_use_on_swarming_builders": true,
1281 "dimension_sets": [ 1282 "dimension_sets": [
1282 { 1283 {
(...skipping 1859 matching lines...) Expand 10 before | Expand all | Expand 10 after
3142 "override_compile_targets": [ 3143 "override_compile_targets": [
3143 "telemetry_unittests_run" 3144 "telemetry_unittests_run"
3144 ], 3145 ],
3145 "swarming": { 3146 "swarming": {
3146 "can_use_on_swarming_builders": true 3147 "can_use_on_swarming_builders": true
3147 } 3148 }
3148 } 3149 }
3149 ] 3150 ]
3150 } 3151 }
3151 } 3152 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.android.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698