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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
332 "@@@STEP_LOG_LINE@json.output@]@@@", | 332 "@@@STEP_LOG_LINE@json.output@]@@@", |
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 "--adb-key-files /usr/local/google/home/navabi/.android/*.pub" | |
luqui
2015/03/04 20:19:44
This will not be expanded by the shell. Will prov
jbudorick
2015/03/04 20:22:02
I don't think it will.
| |
343 ], | 344 ], |
344 "env": { | 345 "env": { |
345 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" | 346 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" |
346 }, | 347 }, |
347 "name": "provision_devices" | 348 "name": "provision_devices" |
348 }, | 349 }, |
349 { | 350 { |
350 "cmd": [ | 351 "cmd": [ |
351 "python", | 352 "python", |
352 "-u", | 353 "-u", |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
466 "[SLAVE_BUILD]/src/build/android/asan_symbolize.py", | 467 "[SLAVE_BUILD]/src/build/android/asan_symbolize.py", |
467 "-l", | 468 "-l", |
468 "[SLAVE_BUILD]/src/out/Release/full_log" | 469 "[SLAVE_BUILD]/src/out/Release/full_log" |
469 ], | 470 ], |
470 "env": { | 471 "env": { |
471 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" | 472 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" |
472 }, | 473 }, |
473 "name": "stack_tool_for_asan" | 474 "name": "stack_tool_for_asan" |
474 } | 475 } |
475 ] | 476 ] |
OLD | NEW |