| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.v8.fyi", | 8 "client.v8.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Chromium ASAN - debug", | 10 "Chromium ASAN - debug", |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 "--target", | 151 "--target", |
| 152 "Debug", | 152 "Debug", |
| 153 "--src-dir", | 153 "--src-dir", |
| 154 "[SLAVE_BUILD]/src", | 154 "[SLAVE_BUILD]/src", |
| 155 "--build-tool", | 155 "--build-tool", |
| 156 "ninja", | 156 "ninja", |
| 157 "--compiler", | 157 "--compiler", |
| 158 "goma-clang", | 158 "goma-clang", |
| 159 "--goma-dir", | 159 "--goma-dir", |
| 160 "[BUILD]/goma", | 160 "[BUILD]/goma", |
| 161 "--ninja-ensure-up-to-date", |
| 161 "--clobber", | 162 "--clobber", |
| 162 "--", | 163 "--", |
| 163 "chromium_builder_asan" | 164 "chromium_builder_asan" |
| 164 ], | 165 ], |
| 165 "cwd": "[SLAVE_BUILD]", | 166 "cwd": "[SLAVE_BUILD]", |
| 166 "name": "compile" | 167 "name": "compile" |
| 167 }, | 168 }, |
| 168 { | 169 { |
| 169 "cmd": [ | 170 "cmd": [ |
| 170 "python", | 171 "python", |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 "name": "asan-linux-debug-v8-component-43426.zip", | 240 "name": "asan-linux-debug-v8-component-43426.zip", |
| 240 "~followup_annotations": [ | 241 "~followup_annotations": [ |
| 241 "@@@STEP_LOG_LINE@python.inline@@@@", | 242 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 242 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 243 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
| 243 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 244 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 244 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 245 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 245 "@@@STEP_LOG_END@python.inline@@@" | 246 "@@@STEP_LOG_END@python.inline@@@" |
| 246 ] | 247 ] |
| 247 } | 248 } |
| 248 ] | 249 ] |
| OLD | NEW |