| 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 "--src-dir", | 219 "--src-dir", |
| 220 "[SLAVE_BUILD]/src", | 220 "[SLAVE_BUILD]/src", |
| 221 "--build-tool", | 221 "--build-tool", |
| 222 "ninja", | 222 "ninja", |
| 223 "--compiler", | 223 "--compiler", |
| 224 "goma", | 224 "goma", |
| 225 "--goma-dir", | 225 "--goma-dir", |
| 226 "[BUILD]/goma", | 226 "[BUILD]/goma", |
| 227 "--goma-fail-fast", | 227 "--goma-fail-fast", |
| 228 "--goma-disable-local-fallback", | 228 "--goma-disable-local-fallback", |
| 229 "--ninja-ensure-up-to-date", |
| 229 "--", | 230 "--", |
| 230 "all", | 231 "all", |
| 231 "base_unittests", | 232 "base_unittests", |
| 232 "browser_tests" | 233 "browser_tests" |
| 233 ], | 234 ], |
| 234 "cwd": "[SLAVE_BUILD]", | 235 "cwd": "[SLAVE_BUILD]", |
| 235 "name": "compile (with patch)" | 236 "name": "compile (with patch)" |
| 236 }, | 237 }, |
| 237 { | 238 { |
| 238 "cmd": [ | 239 "cmd": [ |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 "cwd": "[SLAVE_BUILD]", | 355 "cwd": "[SLAVE_BUILD]", |
| 355 "name": "nacl_integration (with patch)", | 356 "name": "nacl_integration (with patch)", |
| 356 "~followup_annotations": [ | 357 "~followup_annotations": [ |
| 357 "@@@STEP_LOG_LINE@json.output@{@@@", | 358 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 358 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 359 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 359 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 360 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 360 "@@@STEP_LOG_LINE@json.output@}@@@", | 361 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 361 "@@@STEP_LOG_END@json.output@@@" | 362 "@@@STEP_LOG_END@json.output@@@" |
| 362 ] | 363 ] |
| 363 } | 364 } |
| 364 ] | 365 ] |
| OLD | NEW |