| 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.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux GN", | 10 "Linux GN", |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 "--target", | 189 "--target", |
| 190 "Release", | 190 "Release", |
| 191 "--src-dir", | 191 "--src-dir", |
| 192 "[SLAVE_BUILD]/src", | 192 "[SLAVE_BUILD]/src", |
| 193 "--build-tool", | 193 "--build-tool", |
| 194 "ninja", | 194 "ninja", |
| 195 "--compiler", | 195 "--compiler", |
| 196 "goma", | 196 "goma", |
| 197 "--goma-dir", | 197 "--goma-dir", |
| 198 "[BUILD]/goma", | 198 "[BUILD]/goma", |
| 199 "--ninja-ensure-up-to-date", |
| 199 "--", | 200 "--", |
| 200 "browser_tests", | 201 "browser_tests", |
| 201 "browser_tests_run" | 202 "browser_tests_run" |
| 202 ], | 203 ], |
| 203 "cwd": "[SLAVE_BUILD]", | 204 "cwd": "[SLAVE_BUILD]", |
| 204 "name": "compile" | 205 "name": "compile" |
| 205 }, | 206 }, |
| 206 { | 207 { |
| 207 "cmd": [ | 208 "cmd": [ |
| 208 "python", | 209 "python", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 "name": "[collect error] browser_tests", | 289 "name": "[collect error] browser_tests", |
| 289 "~followup_annotations": [ | 290 "~followup_annotations": [ |
| 290 "@@@STEP_LOG_LINE@python.inline@@@@", | 291 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 291 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 292 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 292 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", | 293 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", |
| 293 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 294 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 294 "@@@STEP_LOG_END@python.inline@@@" | 295 "@@@STEP_LOG_END@python.inline@@@" |
| 295 ] | 296 ] |
| 296 } | 297 } |
| 297 ] | 298 ] |
| OLD | NEW |