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

Side by Side Diff: testing/buildbot/chromium.android.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 | « no previous file | testing/buildbot/chromium.linux.json » ('j') | 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 2407 matching lines...) Expand 10 before | Expand all | Expand 10 after
2418 } 2418 }
2419 ] 2419 ]
2420 }, 2420 },
2421 "test": "unit_tests" 2421 "test": "unit_tests"
2422 } 2422 }
2423 ], 2423 ],
2424 "isolated_scripts": [ 2424 "isolated_scripts": [
2425 { 2425 {
2426 "args": [ 2426 "args": [
2427 "--browser=android-chromium", 2427 "--browser=android-chromium",
2428 "--device=android" 2428 "--device=android",
2429 "--skip=benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmoke Test.*"
2429 ], 2430 ],
2430 "isolate_name": "telemetry_perf_unittests", 2431 "isolate_name": "telemetry_perf_unittests",
2431 "name": "telemetry_perf_unittests", 2432 "name": "telemetry_perf_unittests",
2432 "override_compile_targets": [ 2433 "override_compile_targets": [
2433 "telemetry_perf_unittests" 2434 "telemetry_perf_unittests"
2434 ], 2435 ],
2435 "swarming": { 2436 "swarming": {
2436 "can_use_on_swarming_builders": true, 2437 "can_use_on_swarming_builders": true,
2437 "dimension_sets": [ 2438 "dimension_sets": [
2438 { 2439 {
(...skipping 2765 matching lines...) Expand 10 before | Expand all | Expand 10 after
5204 }, 5205 },
5205 { 5206 {
5206 "test": "chrome_sync_shell_test_apk" 5207 "test": "chrome_sync_shell_test_apk"
5207 }, 5208 },
5208 { 5209 {
5209 "test": "content_shell_test_apk" 5210 "test": "content_shell_test_apk"
5210 } 5211 }
5211 ] 5212 ]
5212 } 5213 }
5213 } 5214 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698