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