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