OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "remote", | 5 "remote", |
6 "set-url", | 6 "set-url", |
7 "origin", | 7 "origin", |
8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
658 "-t", | 658 "-t", |
659 "Debug", | 659 "Debug", |
660 "dm", | 660 "dm", |
661 "--undefok", | 661 "--undefok", |
662 "--resourcePath", | 662 "--resourcePath", |
663 "/storage/emulated/legacy/skiabot/skia_resources", | 663 "/storage/emulated/legacy/skiabot/skia_resources", |
664 "--skps", | 664 "--skps", |
665 "/storage/emulated/legacy/skiabot/skia_skp/skps", | 665 "/storage/emulated/legacy/skiabot/skia_skp/skps", |
666 "--images", | 666 "--images", |
667 "/storage/emulated/legacy/skiabot/skia_images/dm", | 667 "/storage/emulated/legacy/skiabot/skia_images/dm", |
| 668 "--colorImages", |
| 669 "/storage/emulated/legacy/skiabot/skia_images/colorspace", |
668 "--nameByHash", | 670 "--nameByHash", |
669 "--properties", | 671 "--properties", |
670 "gitHash", | 672 "gitHash", |
671 "164710", | 673 "164710", |
672 "master", | 674 "master", |
673 "client.skia.android", | 675 "client.skia.android", |
674 "builder", | 676 "builder", |
675 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", | 677 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", |
676 "build_number", | 678 "build_number", |
677 "5", | 679 "5", |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
853 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm
7-Debug" | 855 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm
7-Debug" |
854 }, | 856 }, |
855 "name": "wait for charge (3)" | 857 "name": "wait for charge (3)" |
856 }, | 858 }, |
857 { | 859 { |
858 "name": "$result", | 860 "name": "$result", |
859 "recipe_result": null, | 861 "recipe_result": null, |
860 "status_code": 0 | 862 "status_code": 0 |
861 } | 863 } |
862 ] | 864 ] |
OLD | NEW |