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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_instrumentation_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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 { 423 {
424 "cmd": [ 424 "cmd": [
425 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", 425 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
426 "--adb-path", 426 "--adb-path",
427 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 427 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
428 "--blacklist-file", 428 "--blacklist-file",
429 "[SLAVE_BUILD]/src/out/bad_devices.json", 429 "[SLAVE_BUILD]/src/out/bad_devices.json",
430 "--json-output", 430 "--json-output",
431 "/path/to/tmp/json", 431 "/path/to/tmp/json",
432 "--known-devices-file", 432 "--known-devices-file",
433 "[CACHE]/known_android_devices" 433 "[HOME]/.android/known_devices.json"
434 ], 434 ],
435 "env": { 435 "env": {
436 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 436 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
437 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 437 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
438 }, 438 },
439 "name": "device_status_check", 439 "name": "device_status_check",
440 "~followup_annotations": [ 440 "~followup_annotations": [
441 "@@@STEP_TEXT@Online devices: 1@@@", 441 "@@@STEP_TEXT@Online devices: 1@@@",
442 "@@@STEP_LOG_LINE@json.output@[@@@", 442 "@@@STEP_LOG_LINE@json.output@[@@@",
443 "@@@STEP_LOG_LINE@json.output@ {@@@", 443 "@@@STEP_LOG_LINE@json.output@ {@@@",
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 745 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
746 "@@@STEP_LOG_END@python.inline@@@" 746 "@@@STEP_LOG_END@python.inline@@@"
747 ] 747 ]
748 }, 748 },
749 { 749 {
750 "name": "$result", 750 "name": "$result",
751 "reason": "1 tests failed: ['ChromePublicTest']", 751 "reason": "1 tests failed: ['ChromePublicTest']",
752 "status_code": 1 752 "status_code": 1
753 } 753 }
754 ] 754 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698