| 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 "chromium.mac", | 8 "chromium.mac", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac GN (dbg)", | 10 "Mac GN (dbg)", |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 "--target", | 209 "--target", |
| 210 "Debug", | 210 "Debug", |
| 211 "--src-dir", | 211 "--src-dir", |
| 212 "[SLAVE_BUILD]/src", | 212 "[SLAVE_BUILD]/src", |
| 213 "--build-tool", | 213 "--build-tool", |
| 214 "ninja", | 214 "ninja", |
| 215 "--compiler", | 215 "--compiler", |
| 216 "goma-clang", | 216 "goma-clang", |
| 217 "--goma-dir", | 217 "--goma-dir", |
| 218 "[BUILD]/goma", | 218 "[BUILD]/goma", |
| 219 "--ninja-ensure-up-to-date", |
| 219 "--", | 220 "--", |
| 220 "browser_tests", | 221 "browser_tests", |
| 221 "browser_tests_run" | 222 "browser_tests_run" |
| 222 ], | 223 ], |
| 223 "cwd": "[SLAVE_BUILD]", | 224 "cwd": "[SLAVE_BUILD]", |
| 224 "name": "compile" | 225 "name": "compile" |
| 225 }, | 226 }, |
| 226 { | 227 { |
| 227 "cmd": [ | 228 "cmd": [ |
| 228 "python", | 229 "python", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 "name": "[collect error] browser_tests", | 309 "name": "[collect error] browser_tests", |
| 309 "~followup_annotations": [ | 310 "~followup_annotations": [ |
| 310 "@@@STEP_LOG_LINE@python.inline@@@@", | 311 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 311 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 312 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 312 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", | 313 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", |
| 313 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 314 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 314 "@@@STEP_LOG_END@python.inline@@@" | 315 "@@@STEP_LOG_END@python.inline@@@" |
| 315 ] | 316 ] |
| 316 } | 317 } |
| 317 ] | 318 ] |
| OLD | NEW |