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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test_with_timeout_scale.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.android", 8 "chromium.android",
9 "--builder", 9 "--builder",
10 "Lollipop Low-end Tester", 10 "Lollipop Low-end Tester",
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 { 356 {
357 "cmd": [ 357 "cmd": [
358 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", 358 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
359 "--adb-path", 359 "--adb-path",
360 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 360 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
361 "--blacklist-file", 361 "--blacklist-file",
362 "[SLAVE_BUILD]/src/out/bad_devices.json", 362 "[SLAVE_BUILD]/src/out/bad_devices.json",
363 "--json-output", 363 "--json-output",
364 "/path/to/tmp/json", 364 "/path/to/tmp/json",
365 "--known-devices-file", 365 "--known-devices-file",
366 "[BUILD]/site_config/.known_devices" 366 "[CACHE]/known_android_devices"
367 ], 367 ],
368 "env": { 368 "env": {
369 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 369 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
370 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 370 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
371 }, 371 },
372 "name": "device_status_check", 372 "name": "device_status_check",
373 "~followup_annotations": [ 373 "~followup_annotations": [
374 "@@@STEP_TEXT@Online devices: 1@@@", 374 "@@@STEP_TEXT@Online devices: 1@@@",
375 "@@@STEP_LOG_LINE@json.output@[@@@", 375 "@@@STEP_LOG_LINE@json.output@[@@@",
376 "@@@STEP_LOG_LINE@json.output@ {@@@", 376 "@@@STEP_LOG_LINE@json.output@ {@@@",
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 680 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
681 "@@@STEP_LOG_END@python.inline@@@" 681 "@@@STEP_LOG_END@python.inline@@@"
682 ] 682 ]
683 }, 683 },
684 { 684 {
685 "name": "$result", 685 "name": "$result",
686 "reason": "1 tests failed: ['ChromePublicTest']", 686 "reason": "1 tests failed: ['ChromePublicTest']",
687 "status_code": 1 687 "status_code": 1
688 } 688 }
689 ] 689 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698