| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 "cmd": [ | 97 "cmd": [ |
| 98 "python", | 98 "python", |
| 99 "-u", | 99 "-u", |
| 100 "[BUILD]\\scripts\\slave\\compile.py", | 100 "[BUILD]\\scripts\\slave\\compile.py", |
| 101 "--target", | 101 "--target", |
| 102 "Release", | 102 "Release", |
| 103 "--src-dir", | 103 "--src-dir", |
| 104 "[SLAVE_BUILD]\\src", | 104 "[SLAVE_BUILD]\\src", |
| 105 "--build-tool", | 105 "--build-tool", |
| 106 "ninja", | 106 "ninja", |
| 107 "--ninja-ensure-up-to-date", |
| 107 "--clobber", | 108 "--clobber", |
| 108 "--", | 109 "--", |
| 109 "chromium_builder_asan", | 110 "chromium_builder_asan", |
| 110 "crash_service" | 111 "crash_service" |
| 111 ], | 112 ], |
| 112 "cwd": "[SLAVE_BUILD]", | 113 "cwd": "[SLAVE_BUILD]", |
| 113 "name": "compile" | 114 "name": "compile" |
| 114 }, | 115 }, |
| 115 { | 116 { |
| 116 "cmd": [ | 117 "cmd": [ |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 "name": "asan-win32-release-170242.zip", | 187 "name": "asan-win32-release-170242.zip", |
| 187 "~followup_annotations": [ | 188 "~followup_annotations": [ |
| 188 "@@@STEP_LOG_LINE@python.inline@@@@", | 189 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 189 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 190 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
| 190 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 191 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 191 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 192 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 192 "@@@STEP_LOG_END@python.inline@@@" | 193 "@@@STEP_LOG_END@python.inline@@@" |
| 193 ] | 194 ] |
| 194 } | 195 } |
| 195 ] | 196 ] |
| OLD | NEW |