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

Side by Side Diff: scripts/slave/recipes/android/perf.expected/test_failure.json

Issue 2222533003: [Android] Pass known devices file path to host info to detect missing devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 | « scripts/slave/recipes/android/perf.expected/src_side_script_fails.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 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android Nexus5 Perf (1)", 10 "Android Nexus5 Perf (1)",
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 }, 437 },
438 { 438 {
439 "cmd": [ 439 "cmd": [
440 "[SLAVE_BUILD]/src/testing/scripts/host_info.py", 440 "[SLAVE_BUILD]/src/testing/scripts/host_info.py",
441 "--build-config-fs", 441 "--build-config-fs",
442 "Release", 442 "Release",
443 "--paths", 443 "--paths",
444 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO [build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s cripts/slave/runtest.py\"}", 444 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO [build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s cripts/slave/runtest.py\"}",
445 "--properties", 445 "--properties",
446 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma stername\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\": \"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_plat form\": \"android\"}", 446 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma stername\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\": \"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_plat form\": \"android\"}",
447 "--args",
448 "[\"--known-devices-path\", \"[HOME]/.android/known_devices.json\"]",
447 "run", 449 "run",
448 "--output", 450 "--output",
449 "/path/to/tmp/json" 451 "/path/to/tmp/json"
450 ], 452 ],
451 "env": { 453 "env": {
452 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 454 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
453 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 455 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
454 }, 456 },
455 "name": "Host Info", 457 "name": "Host Info",
456 "~followup_annotations": [ 458 "~followup_annotations": [
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 "@@@STEP_LOG_END@python.inline@@@" 814 "@@@STEP_LOG_END@python.inline@@@"
813 ] 815 ]
814 }, 816 },
815 { 817 {
816 "name": "$result", 818 "name": "$result",
817 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa iled with return_code 1\",)]", 819 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa iled with return_code 1\",)]",
818 "recipe_result": null, 820 "recipe_result": null,
819 "status_code": 1 821 "status_code": 1
820 } 822 }
821 ] 823 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/android/perf.expected/src_side_script_fails.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698