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

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

Issue 2928463003: Stop running telemetry_perf_unittest on linux_android_rel_ng (Closed)
Patch Set: Remove telemetry_perf_unittest on Android Test, not Android Test (dbg) 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 1481 matching lines...) Expand 10 before | Expand all | Expand 10 after
1492 "=android%2Fswarming%2Flogcats%2F", 1492 "=android%2Fswarming%2Flogcats%2F",
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": [
1503 {
1504 "args": [
1505 "--browser=android-chromium",
1506 "--device=android",
1507 "--skip=benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmoke Test.*"
1508 ],
1509 "isolate_name": "telemetry_perf_unittests",
1510 "name": "telemetry_perf_unittests",
1511 "swarming": {
1512 "can_use_on_swarming_builders": true,
1513 "dimension_sets": [
1514 {
1515 "android_devices": "6",
1516 "device_os": "KTU84P",
1517 "device_type": "hammerhead"
1518 }
1519 ],
1520 "hard_timeout": 1500,
1521 "shards": 1
1522 }
1523 }
1524 ],
1525 "junit_tests": [ 1502 "junit_tests": [
1526 { 1503 {
1527 "test": "base_junit_tests" 1504 "test": "base_junit_tests"
1528 }, 1505 },
1529 { 1506 {
1530 "test": "chrome_junit_tests" 1507 "test": "chrome_junit_tests"
1531 }, 1508 },
1532 { 1509 {
1533 "test": "components_background_task_scheduler_junit_tests" 1510 "test": "components_background_task_scheduler_junit_tests"
1534 }, 1511 },
(...skipping 3667 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