| 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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 "[DEPOT_TOOLS]/git_number.py" | 244 "[DEPOT_TOOLS]/git_number.py" |
| 245 ], | 245 ], |
| 246 "cwd": "[SLAVE_BUILD]/src", | 246 "cwd": "[SLAVE_BUILD]/src", |
| 247 "name": "git_number", | 247 "name": "git_number", |
| 248 "stdout": "/path/to/tmp/" | 248 "stdout": "/path/to/tmp/" |
| 249 }, | 249 }, |
| 250 { | 250 { |
| 251 "cmd": [ | 251 "cmd": [ |
| 252 "python", | 252 "python", |
| 253 "-u", | 253 "-u", |
| 254 "[BUILD]/scripts/slave/recipe_modules/adb/resources/list_devices.py", | 254 "RECIPE_MODULE[adb]/resources/list_devices.py", |
| 255 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", | 255 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", |
| 256 "/path/to/tmp/json" | 256 "/path/to/tmp/json" |
| 257 ], | 257 ], |
| 258 "name": "List adb devices", | 258 "name": "List adb devices", |
| 259 "~followup_annotations": [ | 259 "~followup_annotations": [ |
| 260 "@@@STEP_LOG_LINE@json.output@[@@@", | 260 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 261 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", | 261 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", |
| 262 "@@@STEP_LOG_LINE@json.output@]@@@", | 262 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 263 "@@@STEP_LOG_END@json.output@@@" | 263 "@@@STEP_LOG_END@json.output@@@" |
| 264 ] | 264 ] |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 467 "[SLAVE_BUILD]/src/build/android/asan_symbolize.py", | 467 "[SLAVE_BUILD]/src/build/android/asan_symbolize.py", |
| 468 "-l", | 468 "-l", |
| 469 "[SLAVE_BUILD]/src/out/Release/full_log" | 469 "[SLAVE_BUILD]/src/out/Release/full_log" |
| 470 ], | 470 ], |
| 471 "env": { | 471 "env": { |
| 472 "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" |
| 473 }, | 473 }, |
| 474 "name": "stack_tool_for_asan" | 474 "name": "stack_tool_for_asan" |
| 475 } | 475 } |
| 476 ] | 476 ] |
| OLD | NEW |