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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 "@@@STEP_LOG_END@json.output@@@" | 333 "@@@STEP_LOG_END@json.output@@@" |
334 ] | 334 ] |
335 }, | 335 }, |
336 { | 336 { |
337 "cmd": [ | 337 "cmd": [ |
338 "python", | 338 "python", |
339 "-u", | 339 "-u", |
340 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 340 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
341 "-t", | 341 "-t", |
342 "Release", | 342 "Release", |
343 "--skip-wipe" | 343 "--skip-wipe", |
| 344 "--adb-key-files /usr/local/google/home/navabi/.android/*.pub" |
344 ], | 345 ], |
345 "env": { | 346 "env": { |
346 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 347 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
347 }, | 348 }, |
348 "name": "provision_devices" | 349 "name": "provision_devices" |
349 }, | 350 }, |
350 { | 351 { |
351 "cmd": [ | 352 "cmd": [ |
352 "python", | 353 "python", |
353 "-u", | 354 "-u", |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 "[SLAVE_BUILD]/src/build/android/asan_symbolize.py", | 468 "[SLAVE_BUILD]/src/build/android/asan_symbolize.py", |
468 "-l", | 469 "-l", |
469 "[SLAVE_BUILD]/src/out/Release/full_log" | 470 "[SLAVE_BUILD]/src/out/Release/full_log" |
470 ], | 471 ], |
471 "env": { | 472 "env": { |
472 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 473 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
473 }, | 474 }, |
474 "name": "stack_tool_for_asan" | 475 "name": "stack_tool_for_asan" |
475 } | 476 } |
476 ] | 477 ] |
OLD | NEW |