| 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_no_bot_update", | 10 "linux_no_bot_update", |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 "[SLAVE_BUILD]/src", | 132 "[SLAVE_BUILD]/src", |
| 133 "--build-tool", | 133 "--build-tool", |
| 134 "ninja", | 134 "ninja", |
| 135 "--compiler", | 135 "--compiler", |
| 136 "goma", | 136 "goma", |
| 137 "--goma-dir", | 137 "--goma-dir", |
| 138 "[BUILD]/goma", | 138 "[BUILD]/goma", |
| 139 "--", | 139 "--", |
| 140 "all", | 140 "all", |
| 141 "chrome", | 141 "chrome", |
| 142 "chrome_run", |
| 142 "chrome", | 143 "chrome", |
| 144 "chrome_run", |
| 143 "base_unittests", | 145 "base_unittests", |
| 144 "mojo_common_unittests", | 146 "mojo_common_unittests", |
| 145 "browser_tests", | 147 "browser_tests", |
| 146 "chrome" | 148 "chrome", |
| 149 "chrome_run" |
| 147 ], | 150 ], |
| 148 "name": "compile (with patch)" | 151 "name": "compile (with patch)" |
| 149 }, | 152 }, |
| 150 { | 153 { |
| 151 "cmd": [ | 154 "cmd": [ |
| 152 "python", | 155 "python", |
| 153 "-u", | 156 "-u", |
| 154 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", | 157 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", |
| 155 "--json", | 158 "--json", |
| 156 "/path/to/tmp/json" | 159 "/path/to/tmp/json" |
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", | 540 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", |
| 538 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", | 541 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", |
| 539 "@@@STEP_LOG_LINE@python.inline@ print f@@@", | 542 "@@@STEP_LOG_LINE@python.inline@ print f@@@", |
| 540 "@@@STEP_LOG_LINE@python.inline@@@@", | 543 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 541 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", | 544 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", |
| 542 "@@@STEP_LOG_END@python.inline@@@", | 545 "@@@STEP_LOG_END@python.inline@@@", |
| 543 "@@@STEP_FAILURE@@@" | 546 "@@@STEP_FAILURE@@@" |
| 544 ] | 547 ] |
| 545 } | 548 } |
| 546 ] | 549 ] |
| OLD | NEW |