| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
| 7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
| 8 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release" | 8 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 "-t", | 425 "-t", |
| 426 "Release", | 426 "Release", |
| 427 "dm", | 427 "dm", |
| 428 "--undefok", | 428 "--undefok", |
| 429 "--resourcePath", | 429 "--resourcePath", |
| 430 "/storage/emulated/legacy/skiabot/skia_resources", | 430 "/storage/emulated/legacy/skiabot/skia_resources", |
| 431 "--skps", | 431 "--skps", |
| 432 "/storage/emulated/legacy/skiabot/skia_skp/skps", | 432 "/storage/emulated/legacy/skiabot/skia_skp/skps", |
| 433 "--images", | 433 "--images", |
| 434 "/storage/emulated/legacy/skiabot/skia_images/dm", | 434 "/storage/emulated/legacy/skiabot/skia_images/dm", |
| 435 "--colorImages", |
| 436 "/storage/emulated/legacy/skiabot/skia_images/colorspace", |
| 435 "--nameByHash", | 437 "--nameByHash", |
| 436 "--properties", | 438 "--properties", |
| 437 "gitHash", | 439 "gitHash", |
| 438 "abc123", | 440 "abc123", |
| 439 "master", | 441 "master", |
| 440 "client.skia", | 442 "client.skia", |
| 441 "builder", | 443 "builder", |
| 442 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release", | 444 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release", |
| 443 "build_number", | 445 "build_number", |
| 444 "5", | 446 "5", |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 592 "SKIA_OUT": "[SLAVE_BUILD]/out" | 594 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 593 }, | 595 }, |
| 594 "name": "kill-server" | 596 "name": "kill-server" |
| 595 }, | 597 }, |
| 596 { | 598 { |
| 597 "name": "$result", | 599 "name": "$result", |
| 598 "recipe_result": null, | 600 "recipe_result": null, |
| 599 "status_code": 0 | 601 "status_code": 0 |
| 600 } | 602 } |
| 601 ] | 603 ] |
| OLD | NEW |