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

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

Issue 2736403006: Disable system_health_smoke_test on android_n5x_swarming_rel as it's blocking the CQ. (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 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 } 1176 }
1177 ] 1177 ]
1178 }, 1178 },
1179 "test": "vr_shell_unittests" 1179 "test": "vr_shell_unittests"
1180 } 1180 }
1181 ], 1181 ],
1182 "isolated_scripts": [ 1182 "isolated_scripts": [
1183 { 1183 {
1184 "args": [ 1184 "args": [
1185 "--browser=android-chromium", 1185 "--browser=android-chromium",
1186 "--device=android" 1186 "--device=android",
1187 "--skip=benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmoke Test.*"
1187 ], 1188 ],
1188 "isolate_name": "telemetry_perf_unittests", 1189 "isolate_name": "telemetry_perf_unittests",
1189 "name": "telemetry_perf_unittests", 1190 "name": "telemetry_perf_unittests",
1190 "override_compile_targets": [ 1191 "override_compile_targets": [
1191 "telemetry_perf_unittests" 1192 "telemetry_perf_unittests"
1192 ], 1193 ],
1193 "swarming": { 1194 "swarming": {
1194 "can_use_on_swarming_builders": true, 1195 "can_use_on_swarming_builders": true,
1195 "dimension_sets": [ 1196 "dimension_sets": [
1196 { 1197 {
(...skipping 2377 matching lines...) Expand 10 before | Expand all | Expand 10 after
3574 }, 3575 },
3575 { 3576 {
3576 "test": "chrome_sync_shell_test_apk" 3577 "test": "chrome_sync_shell_test_apk"
3577 }, 3578 },
3578 { 3579 {
3579 "test": "content_shell_test_apk" 3580 "test": "content_shell_test_apk"
3580 } 3581 }
3581 ] 3582 ]
3582 } 3583 }
3583 } 3584 }
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