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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_instrumentation_nodefault_test.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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Tests", 10 "Android Tests",
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 { 417 {
418 "cmd": [ 418 "cmd": [
419 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", 419 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
420 "--adb-path", 420 "--adb-path",
421 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 421 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
422 "--blacklist-file", 422 "--blacklist-file",
423 "[SLAVE_BUILD]/src/out/bad_devices.json", 423 "[SLAVE_BUILD]/src/out/bad_devices.json",
424 "--json-output", 424 "--json-output",
425 "/path/to/tmp/json", 425 "/path/to/tmp/json",
426 "--known-devices-file", 426 "--known-devices-file",
427 "[CACHE]/known_android_devices" 427 "[HOME]/.android/known_devices.json"
428 ], 428 ],
429 "env": { 429 "env": {
430 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 430 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
431 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 431 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
432 }, 432 },
433 "name": "device_status_check", 433 "name": "device_status_check",
434 "~followup_annotations": [ 434 "~followup_annotations": [
435 "@@@STEP_TEXT@Online devices: 1@@@", 435 "@@@STEP_TEXT@Online devices: 1@@@",
436 "@@@STEP_LOG_LINE@json.output@[@@@", 436 "@@@STEP_LOG_LINE@json.output@[@@@",
437 "@@@STEP_LOG_LINE@json.output@ {@@@", 437 "@@@STEP_LOG_LINE@json.output@ {@@@",
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 739 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
740 "@@@STEP_LOG_END@python.inline@@@" 740 "@@@STEP_LOG_END@python.inline@@@"
741 ] 741 ]
742 }, 742 },
743 { 743 {
744 "name": "$result", 744 "name": "$result",
745 "reason": "1 tests failed: ['blimp_test_apk']", 745 "reason": "1 tests failed: ['blimp_test_apk']",
746 "status_code": 1 746 "status_code": 1
747 } 747 }
748 ] 748 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698