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

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

Powered by Google App Engine
This is Rietveld 408576698