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

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

Issue 2103803002: adb: move known devices file under cache so it works with remote_run (attempt #2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 5 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 | Annotate | Revision Log
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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 { 243 {
244 "cmd": [ 244 "cmd": [
245 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", 245 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
246 "--adb-path", 246 "--adb-path",
247 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 247 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
248 "--blacklist-file", 248 "--blacklist-file",
249 "[SLAVE_BUILD]/src/out/bad_devices.json", 249 "[SLAVE_BUILD]/src/out/bad_devices.json",
250 "--json-output", 250 "--json-output",
251 "/path/to/tmp/json", 251 "/path/to/tmp/json",
252 "--known-devices-file", 252 "--known-devices-file",
253 "[BUILD]/site_config/.known_devices" 253 "[CACHE]/known_android_devices"
254 ], 254 ],
255 "env": { 255 "env": {
256 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 256 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
257 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 257 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
258 }, 258 },
259 "name": "device_status_check", 259 "name": "device_status_check",
260 "~followup_annotations": [ 260 "~followup_annotations": [
261 "@@@STEP_TEXT@Online devices: 1@@@", 261 "@@@STEP_TEXT@Online devices: 1@@@",
262 "@@@STEP_LOG_LINE@json.output@[@@@", 262 "@@@STEP_LOG_LINE@json.output@[@@@",
263 "@@@STEP_LOG_LINE@json.output@ {@@@", 263 "@@@STEP_LOG_LINE@json.output@ {@@@",
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 758 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
759 "@@@STEP_LOG_END@python.inline@@@" 759 "@@@STEP_LOG_END@python.inline@@@"
760 ] 760 ]
761 }, 761 },
762 { 762 {
763 "name": "$result", 763 "name": "$result",
764 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_ info']\",)]", 764 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_ info']\",)]",
765 "status_code": 1 765 "status_code": 1
766 } 766 }
767 ] 767 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698