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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Android__Nexus4_.json

Issue 2122313002: Move known_devices file to ~/.android (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: with expectations 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
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.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Android (Nexus4)", 10 "WebKit Android (Nexus4)",
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 { 396 {
397 "cmd": [ 397 "cmd": [
398 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", 398 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
399 "--adb-path", 399 "--adb-path",
400 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 400 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
401 "--blacklist-file", 401 "--blacklist-file",
402 "[SLAVE_BUILD]/src/out/bad_devices.json", 402 "[SLAVE_BUILD]/src/out/bad_devices.json",
403 "--json-output", 403 "--json-output",
404 "/path/to/tmp/json", 404 "/path/to/tmp/json",
405 "--known-devices-file", 405 "--known-devices-file",
406 "[CACHE]/known_android_devices" 406 "[HOME]/.android/known_devices.json"
407 ], 407 ],
408 "env": { 408 "env": {
409 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 409 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
410 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 410 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
411 }, 411 },
412 "name": "device_status_check", 412 "name": "device_status_check",
413 "~followup_annotations": [ 413 "~followup_annotations": [
414 "@@@STEP_TEXT@Online devices: 1@@@", 414 "@@@STEP_TEXT@Online devices: 1@@@",
415 "@@@STEP_LOG_LINE@json.output@[@@@", 415 "@@@STEP_LOG_LINE@json.output@[@@@",
416 "@@@STEP_LOG_LINE@json.output@ {@@@", 416 "@@@STEP_LOG_LINE@json.output@ {@@@",
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 784 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
785 "@@@STEP_LOG_END@python.inline@@@" 785 "@@@STEP_LOG_END@python.inline@@@"
786 ] 786 ]
787 }, 787 },
788 { 788 {
789 "name": "$result", 789 "name": "$result",
790 "recipe_result": null, 790 "recipe_result": null,
791 "status_code": 0 791 "status_code": 0
792 } 792 }
793 ] 793 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698