| 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 "--src-dir", | 210 "--src-dir", |
| 211 "[SLAVE_BUILD]/src", | 211 "[SLAVE_BUILD]/src", |
| 212 "--build-tool", | 212 "--build-tool", |
| 213 "ninja", | 213 "ninja", |
| 214 "--compiler", | 214 "--compiler", |
| 215 "goma", | 215 "goma", |
| 216 "--goma-dir", | 216 "--goma-dir", |
| 217 "[BUILD]/goma", | 217 "[BUILD]/goma", |
| 218 "--goma-fail-fast", | 218 "--goma-fail-fast", |
| 219 "--goma-disable-local-fallback", | 219 "--goma-disable-local-fallback", |
| 220 "--ninja-ensure-up-to-date", |
| 220 "--", | 221 "--", |
| 221 "all", | 222 "all", |
| 222 "base_unittests" | 223 "base_unittests" |
| 223 ], | 224 ], |
| 224 "cwd": "[SLAVE_BUILD]", | 225 "cwd": "[SLAVE_BUILD]", |
| 225 "name": "compile (with patch)" | 226 "name": "compile (with patch)" |
| 226 }, | 227 }, |
| 227 { | 228 { |
| 228 "cmd": [ | 229 "cmd": [ |
| 229 "python", | 230 "python", |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 "--src-dir", | 407 "--src-dir", |
| 407 "[SLAVE_BUILD]/src", | 408 "[SLAVE_BUILD]/src", |
| 408 "--build-tool", | 409 "--build-tool", |
| 409 "ninja", | 410 "ninja", |
| 410 "--compiler", | 411 "--compiler", |
| 411 "goma", | 412 "goma", |
| 412 "--goma-dir", | 413 "--goma-dir", |
| 413 "[BUILD]/goma", | 414 "[BUILD]/goma", |
| 414 "--goma-fail-fast", | 415 "--goma-fail-fast", |
| 415 "--goma-disable-local-fallback", | 416 "--goma-disable-local-fallback", |
| 417 "--ninja-ensure-up-to-date", |
| 416 "--", | 418 "--", |
| 417 "base_unittests" | 419 "base_unittests" |
| 418 ], | 420 ], |
| 419 "cwd": "[SLAVE_BUILD]", | 421 "cwd": "[SLAVE_BUILD]", |
| 420 "name": "compile (without patch)" | 422 "name": "compile (without patch)" |
| 421 }, | 423 }, |
| 422 { | 424 { |
| 423 "allow_subannotations": true, | 425 "allow_subannotations": true, |
| 424 "cmd": [ | 426 "cmd": [ |
| 425 "python", | 427 "python", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 "@@@STEP_LOG_LINE@python.inline@if failures['ignored']:@@@", | 474 "@@@STEP_LOG_LINE@python.inline@if failures['ignored']:@@@", |
| 473 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", | 475 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", |
| 474 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", | 476 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", |
| 475 "@@@STEP_LOG_LINE@python.inline@ print f@@@", | 477 "@@@STEP_LOG_LINE@python.inline@ print f@@@", |
| 476 "@@@STEP_LOG_LINE@python.inline@@@@", | 478 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 477 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", | 479 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", |
| 478 "@@@STEP_LOG_END@python.inline@@@", | 480 "@@@STEP_LOG_END@python.inline@@@", |
| 479 "@@@STEP_FAILURE@@@" | 481 "@@@STEP_FAILURE@@@" |
| 480 ] | 482 ] |
| 481 } | 483 } |
| 482 ] | 484 ] |
| OLD | NEW |