| 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 "client.v8.fyi", | 8 "client.v8.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8-Blink Linux 64", | 10 "V8-Blink Linux 64", |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 "--target", | 87 "--target", |
| 88 "Release", | 88 "Release", |
| 89 "--src-dir", | 89 "--src-dir", |
| 90 "[SLAVE_BUILD]/src", | 90 "[SLAVE_BUILD]/src", |
| 91 "--build-tool", | 91 "--build-tool", |
| 92 "ninja", | 92 "ninja", |
| 93 "--compiler", | 93 "--compiler", |
| 94 "goma", | 94 "goma", |
| 95 "--goma-dir", | 95 "--goma-dir", |
| 96 "[BUILD]/goma", | 96 "[BUILD]/goma", |
| 97 "--ninja-ensure-up-to-date", |
| 97 "--", | 98 "--", |
| 98 "blink_tests" | 99 "blink_tests" |
| 99 ], | 100 ], |
| 100 "cwd": "[SLAVE_BUILD]", | 101 "cwd": "[SLAVE_BUILD]", |
| 101 "name": "compile" | 102 "name": "compile" |
| 102 }, | 103 }, |
| 103 { | 104 { |
| 104 "cmd": [ | 105 "cmd": [ |
| 105 "python", | 106 "python", |
| 106 "-u", | 107 "-u", |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 "--target", | 263 "--target", |
| 263 "Release", | 264 "Release", |
| 264 "--src-dir", | 265 "--src-dir", |
| 265 "[SLAVE_BUILD]/src", | 266 "[SLAVE_BUILD]/src", |
| 266 "--build-tool", | 267 "--build-tool", |
| 267 "ninja", | 268 "ninja", |
| 268 "--compiler", | 269 "--compiler", |
| 269 "goma", | 270 "goma", |
| 270 "--goma-dir", | 271 "--goma-dir", |
| 271 "[BUILD]/goma", | 272 "[BUILD]/goma", |
| 273 "--ninja-ensure-up-to-date", |
| 272 "--", | 274 "--", |
| 273 "blink_tests" | 275 "blink_tests" |
| 274 ], | 276 ], |
| 275 "cwd": "[SLAVE_BUILD]", | 277 "cwd": "[SLAVE_BUILD]", |
| 276 "name": "compile (2)" | 278 "name": "compile (2)" |
| 277 }, | 279 }, |
| 278 { | 280 { |
| 279 "cmd": [ | 281 "cmd": [ |
| 280 "python", | 282 "python", |
| 281 "-u", | 283 "-u", |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", | 350 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", |
| 349 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", | 351 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", |
| 350 "@@@STEP_LOG_LINE@python.inline@ print f@@@", | 352 "@@@STEP_LOG_LINE@python.inline@ print f@@@", |
| 351 "@@@STEP_LOG_LINE@python.inline@@@@", | 353 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 352 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", | 354 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", |
| 353 "@@@STEP_LOG_END@python.inline@@@", | 355 "@@@STEP_LOG_END@python.inline@@@", |
| 354 "@@@STEP_FAILURE@@@" | 356 "@@@STEP_FAILURE@@@" |
| 355 ] | 357 ] |
| 356 } | 358 } |
| 357 ] | 359 ] |
| OLD | NEW |