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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
305 "@@@STEP_LOG_LINE@json.output@]@@@", | 305 "@@@STEP_LOG_LINE@json.output@]@@@", |
306 "@@@STEP_LOG_END@json.output@@@" | 306 "@@@STEP_LOG_END@json.output@@@" |
307 ] | 307 ] |
308 }, | 308 }, |
309 { | 309 { |
310 "cmd": [ | 310 "cmd": [ |
311 "python", | 311 "python", |
312 "-u", | 312 "-u", |
313 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 313 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
314 "-t", | 314 "-t", |
315 "Release" | 315 "Release", |
| 316 "--adb-key-files /usr/local/google/home/navabi/.android/*.pub" |
316 ], | 317 ], |
317 "env": { | 318 "env": { |
318 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 319 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
319 }, | 320 }, |
320 "name": "provision_devices" | 321 "name": "provision_devices" |
321 }, | 322 }, |
322 { | 323 { |
323 "cmd": [ | 324 "cmd": [ |
324 "python", | 325 "python", |
325 "-u", | 326 "-u", |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 543 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
543 }, | 544 }, |
544 "name": "stack_tool_for_asan" | 545 "name": "stack_tool_for_asan" |
545 }, | 546 }, |
546 { | 547 { |
547 "name": "$final_result", | 548 "name": "$final_result", |
548 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa
iled with return_code 1\",)]", | 549 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa
iled with return_code 1\",)]", |
549 "status_code": 1 | 550 "status_code": 1 |
550 } | 551 } |
551 ] | 552 ] |
OLD | NEW |