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

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

Powered by Google App Engine
This is Rietveld 408576698