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

Side by Side Diff: scripts/slave/recipes/android/perf.expected/src_side_script_fails.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
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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 }, 446 },
447 { 447 {
448 "cmd": [ 448 "cmd": [
449 "[SLAVE_BUILD]/src/testing/scripts/host_info.py", 449 "[SLAVE_BUILD]/src/testing/scripts/host_info.py",
450 "--build-config-fs", 450 "--build-config-fs",
451 "Release", 451 "Release",
452 "--paths", 452 "--paths",
453 "{\"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\"}", 453 "{\"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\"}",
454 "--properties", 454 "--properties",
455 "{\"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\"}", 455 "{\"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\"}",
456 "--args",
457 "[\"--known-devices-path\", \"[HOME]/.android/known_devices.json\"]",
456 "run", 458 "run",
457 "--output", 459 "--output",
458 "/path/to/tmp/json" 460 "/path/to/tmp/json"
459 ], 461 ],
460 "env": { 462 "env": {
461 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 463 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
462 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 464 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
463 }, 465 },
464 "name": "Host Info", 466 "name": "Host Info",
465 "~followup_annotations": [ 467 "~followup_annotations": [
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 "@@@STEP_LOG_END@python.inline@@@" 847 "@@@STEP_LOG_END@python.inline@@@"
846 ] 848 ]
847 }, 849 },
848 { 850 {
849 "name": "$result", 851 "name": "$result",
850 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_ info']\",)]", 852 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_ info']\",)]",
851 "recipe_result": null, 853 "recipe_result": null,
852 "status_code": 1 854 "status_code": 1
853 } 855 }
854 ] 856 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698