| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 "cmd": [ | 137 "cmd": [ |
| 138 "python", | 138 "python", |
| 139 "-u", | 139 "-u", |
| 140 "[BUILD]\\scripts\\slave\\compile.py", | 140 "[BUILD]\\scripts\\slave\\compile.py", |
| 141 "--target", | 141 "--target", |
| 142 "Release", | 142 "Release", |
| 143 "--src-dir", | 143 "--src-dir", |
| 144 "[SLAVE_BUILD]\\src", | 144 "[SLAVE_BUILD]\\src", |
| 145 "--build-tool", | 145 "--build-tool", |
| 146 "ninja", | 146 "ninja", |
| 147 "--ninja-ensure-up-to-date", |
| 147 "--clobber", | 148 "--clobber", |
| 148 "--", | 149 "--", |
| 149 "chromium_builder_asan", | 150 "chromium_builder_asan", |
| 150 "crash_service" | 151 "crash_service" |
| 151 ], | 152 ], |
| 152 "cwd": "[SLAVE_BUILD]", | 153 "cwd": "[SLAVE_BUILD]", |
| 153 "name": "compile" | 154 "name": "compile" |
| 154 }, | 155 }, |
| 155 { | 156 { |
| 156 "cmd": [ | 157 "cmd": [ |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 "name": "syzyasan-win32-release-v8-component-43426.zip", | 269 "name": "syzyasan-win32-release-v8-component-43426.zip", |
| 269 "~followup_annotations": [ | 270 "~followup_annotations": [ |
| 270 "@@@STEP_LOG_LINE@python.inline@@@@", | 271 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 271 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 272 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
| 272 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 273 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 273 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 274 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 274 "@@@STEP_LOG_END@python.inline@@@" | 275 "@@@STEP_LOG_END@python.inline@@@" |
| 275 ] | 276 ] |
| 276 } | 277 } |
| 277 ] | 278 ] |
| OLD | NEW |