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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_tester.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 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 { 355 {
356 "cmd": [ 356 "cmd": [
357 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", 357 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
358 "--adb-path", 358 "--adb-path",
359 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 359 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
360 "--blacklist-file", 360 "--blacklist-file",
361 "[SLAVE_BUILD]/src/out/bad_devices.json", 361 "[SLAVE_BUILD]/src/out/bad_devices.json",
362 "--json-output", 362 "--json-output",
363 "/path/to/tmp/json", 363 "/path/to/tmp/json",
364 "--known-devices-file", 364 "--known-devices-file",
365 "[BUILD]/site_config/.known_devices" 365 "[CACHE]/known_android_devices"
366 ], 366 ],
367 "env": { 367 "env": {
368 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 368 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
369 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 369 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
370 }, 370 },
371 "name": "device_status_check", 371 "name": "device_status_check",
372 "~followup_annotations": [ 372 "~followup_annotations": [
373 "@@@STEP_TEXT@Online devices: 1@@@", 373 "@@@STEP_TEXT@Online devices: 1@@@",
374 "@@@STEP_LOG_LINE@json.output@[@@@", 374 "@@@STEP_LOG_LINE@json.output@[@@@",
375 "@@@STEP_LOG_LINE@json.output@ {@@@", 375 "@@@STEP_LOG_LINE@json.output@ {@@@",
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 671 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
672 "@@@STEP_LOG_END@python.inline@@@" 672 "@@@STEP_LOG_END@python.inline@@@"
673 ] 673 ]
674 }, 674 },
675 { 675 {
676 "name": "$result", 676 "name": "$result",
677 "recipe_result": null, 677 "recipe_result": null,
678 "status_code": 0 678 "status_code": 0
679 } 679 }
680 ] 680 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698