| 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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_trusty_rel", | 10 "linux_chromium_trusty_rel", |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 "--src-dir", | 213 "--src-dir", |
| 214 "[SLAVE_BUILD]/src", | 214 "[SLAVE_BUILD]/src", |
| 215 "--build-tool", | 215 "--build-tool", |
| 216 "ninja", | 216 "ninja", |
| 217 "--compiler", | 217 "--compiler", |
| 218 "goma", | 218 "goma", |
| 219 "--goma-dir", | 219 "--goma-dir", |
| 220 "[BUILD]/goma", | 220 "[BUILD]/goma", |
| 221 "--goma-fail-fast", | 221 "--goma-fail-fast", |
| 222 "--goma-disable-local-fallback", | 222 "--goma-disable-local-fallback", |
| 223 "--ninja-ensure-up-to-date", |
| 223 "--", | 224 "--", |
| 224 "foo" | 225 "foo" |
| 225 ], | 226 ], |
| 226 "cwd": "[SLAVE_BUILD]", | 227 "cwd": "[SLAVE_BUILD]", |
| 227 "name": "compile (with patch)" | 228 "name": "compile (with patch)" |
| 228 }, | 229 }, |
| 229 { | 230 { |
| 230 "cmd": [ | 231 "cmd": [ |
| 231 "python", | 232 "python", |
| 232 "-u", | 233 "-u", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 "cwd": "[SLAVE_BUILD]", | 295 "cwd": "[SLAVE_BUILD]", |
| 295 "name": "nacl_integration (with patch)", | 296 "name": "nacl_integration (with patch)", |
| 296 "~followup_annotations": [ | 297 "~followup_annotations": [ |
| 297 "@@@STEP_LOG_LINE@json.output@{@@@", | 298 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 299 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 299 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 300 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 300 "@@@STEP_LOG_LINE@json.output@}@@@", | 301 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 301 "@@@STEP_LOG_END@json.output@@@" | 302 "@@@STEP_LOG_END@json.output@@@" |
| 302 ] | 303 ] |
| 303 } | 304 } |
| 304 ] | 305 ] |
| OLD | NEW |