| OLD | NEW |
| 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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 { | 385 { |
| 386 "cmd": [ | 386 "cmd": [ |
| 387 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 387 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 388 "--adb-path", | 388 "--adb-path", |
| 389 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 389 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 390 "--blacklist-file", | 390 "--blacklist-file", |
| 391 "[SLAVE_BUILD]/src/out/bad_devices.json", | 391 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 392 "--json-output", | 392 "--json-output", |
| 393 "/path/to/tmp/json", | 393 "/path/to/tmp/json", |
| 394 "--known-devices-file", | 394 "--known-devices-file", |
| 395 "[BUILD]/site_config/.known_devices" | 395 "[CACHE]/known_android_devices" |
| 396 ], | 396 ], |
| 397 "env": { | 397 "env": { |
| 398 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 398 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 399 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 399 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 400 }, | 400 }, |
| 401 "name": "device_status_check", | 401 "name": "device_status_check", |
| 402 "~followup_annotations": [ | 402 "~followup_annotations": [ |
| 403 "@@@STEP_TEXT@Online devices: 1@@@", | 403 "@@@STEP_TEXT@Online devices: 1@@@", |
| 404 "@@@STEP_LOG_LINE@json.output@[@@@", | 404 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 405 "@@@STEP_LOG_LINE@json.output@ {@@@", | 405 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 701 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 701 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 702 "@@@STEP_LOG_END@python.inline@@@" | 702 "@@@STEP_LOG_END@python.inline@@@" |
| 703 ] | 703 ] |
| 704 }, | 704 }, |
| 705 { | 705 { |
| 706 "name": "$result", | 706 "name": "$result", |
| 707 "recipe_result": null, | 707 "recipe_result": null, |
| 708 "status_code": 0 | 708 "status_code": 0 |
| 709 } | 709 } |
| 710 ] | 710 ] |
| OLD | NEW |