| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "fetch" | 5 "fetch" |
| 6 ], | 6 ], |
| 7 "cwd": "[SLAVE_BUILD]/skia", | 7 "cwd": "[SLAVE_BUILD]/skia", |
| 8 "name": "git fetch" | 8 "name": "git fetch" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 "@@@STEP_LOG_LINE@json.output@[@@@", | 396 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 397 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | 397 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", |
| 398 "@@@STEP_LOG_LINE@json.output@]@@@", | 398 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 399 "@@@STEP_LOG_END@json.output@@@" | 399 "@@@STEP_LOG_END@json.output@@@" |
| 400 ] | 400 ] |
| 401 }, | 401 }, |
| 402 { | 402 { |
| 403 "cmd": [ | 403 "cmd": [ |
| 404 "catchsegv", | 404 "catchsegv", |
| 405 "[SLAVE_BUILD]/skia/out/Debug/dm", | 405 "[SLAVE_BUILD]/skia/out/Debug/dm", |
| 406 "--undefok", |
| 406 "--verbose", | 407 "--verbose", |
| 407 "--resourcePath", | 408 "--resourcePath", |
| 408 "[SLAVE_BUILD]/skia/resources", | 409 "[SLAVE_BUILD]/skia/resources", |
| 409 "--skps", | 410 "--skps", |
| 410 "[SLAVE_BUILD]/playback/skps", | 411 "[SLAVE_BUILD]/playback/skps", |
| 411 "--images", | 412 "--images", |
| 412 "[SLAVE_BUILD]/images", | 413 "[SLAVE_BUILD]/images", |
| 413 "--writePath", | 414 "--writePath", |
| 414 "[SLAVE_BUILD]/dm", | 415 "[SLAVE_BUILD]/dm", |
| 415 "--nameByHash", | 416 "--nameByHash", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 "@@@STEP_LOG_LINE@json.output@[@@@", | 470 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 470 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | 471 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", |
| 471 "@@@STEP_LOG_LINE@json.output@]@@@", | 472 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 472 "@@@STEP_LOG_END@json.output@@@" | 473 "@@@STEP_LOG_END@json.output@@@" |
| 473 ] | 474 ] |
| 474 }, | 475 }, |
| 475 { | 476 { |
| 476 "cmd": [ | 477 "cmd": [ |
| 477 "catchsegv", | 478 "catchsegv", |
| 478 "[SLAVE_BUILD]/skia/out/Debug/nanobench", | 479 "[SLAVE_BUILD]/skia/out/Debug/nanobench", |
| 480 "--undefok", |
| 479 "-i", | 481 "-i", |
| 480 "[SLAVE_BUILD]/skia/resources", | 482 "[SLAVE_BUILD]/skia/resources", |
| 481 "--skps", | 483 "--skps", |
| 482 "[SLAVE_BUILD]/playback/skps", | 484 "[SLAVE_BUILD]/playback/skps", |
| 483 "--nogpu", | 485 "--nogpu", |
| 484 "--dummy-flags" | 486 "--dummy-flags" |
| 485 ], | 487 ], |
| 486 "name": "nanobench" | 488 "name": "nanobench" |
| 487 } | 489 } |
| 488 ] | 490 ] |
| OLD | NEW |