| 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 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
| 10 "name": "cleanup index.lock", | 10 "name": "cleanup index.lock", |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 "-u", | 204 "-u", |
| 205 "[BUILD]/scripts/slave/compile.py", | 205 "[BUILD]/scripts/slave/compile.py", |
| 206 "--target", | 206 "--target", |
| 207 "Release", | 207 "Release", |
| 208 "--src-dir", | 208 "--src-dir", |
| 209 "[SLAVE_BUILD]/src", | 209 "[SLAVE_BUILD]/src", |
| 210 "--build-tool", | 210 "--build-tool", |
| 211 "ninja", | 211 "ninja", |
| 212 "--goma-fail-fast", | 212 "--goma-fail-fast", |
| 213 "--goma-disable-local-fallback", | 213 "--goma-disable-local-fallback", |
| 214 "--ninja-ensure-up-to-date", |
| 214 "--" | 215 "--" |
| 215 ], | 216 ], |
| 216 "cwd": "[SLAVE_BUILD]", | 217 "cwd": "[SLAVE_BUILD]", |
| 217 "env": { | 218 "env": { |
| 218 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 219 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 219 }, | 220 }, |
| 220 "name": "compile" | 221 "name": "compile" |
| 221 }, | 222 }, |
| 222 { | 223 { |
| 223 "cmd": [ | 224 "cmd": [ |
| (...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 591 "-l", | 592 "-l", |
| 592 "[SLAVE_BUILD]/src/out/Release/full_log" | 593 "[SLAVE_BUILD]/src/out/Release/full_log" |
| 593 ], | 594 ], |
| 594 "cwd": "[SLAVE_BUILD]", | 595 "cwd": "[SLAVE_BUILD]", |
| 595 "env": { | 596 "env": { |
| 596 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 597 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 597 }, | 598 }, |
| 598 "name": "stack_tool_for_asan" | 599 "name": "stack_tool_for_asan" |
| 599 } | 600 } |
| 600 ] | 601 ] |
| OLD | NEW |