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 843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
854 "-t", | 854 "-t", |
855 "Debug", | 855 "Debug", |
856 "dm", | 856 "dm", |
857 "--undefok", | 857 "--undefok", |
858 "--resourcePath", | 858 "--resourcePath", |
859 "/storage/emulated/legacy/skiabot/skia_resources", | 859 "/storage/emulated/legacy/skiabot/skia_resources", |
860 "--skps", | 860 "--skps", |
861 "/storage/emulated/legacy/skiabot/skia_skp/skps", | 861 "/storage/emulated/legacy/skiabot/skia_skp/skps", |
862 "--images", | 862 "--images", |
863 "/storage/emulated/legacy/skiabot/skia_images/dm", | 863 "/storage/emulated/legacy/skiabot/skia_images/dm", |
| 864 "--colorImages", |
| 865 "/storage/emulated/legacy/skiabot/skia_images/colorspace", |
864 "--nameByHash", | 866 "--nameByHash", |
865 "--properties", | 867 "--properties", |
866 "gitHash", | 868 "gitHash", |
867 "164710", | 869 "164710", |
868 "master", | 870 "master", |
869 "client.skia.android", | 871 "client.skia.android", |
870 "builder", | 872 "builder", |
871 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", | 873 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", |
872 "build_number", | 874 "build_number", |
873 "6", | 875 "6", |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1049 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm
7-Debug" | 1051 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm
7-Debug" |
1050 }, | 1052 }, |
1051 "name": "wait for charge (3)" | 1053 "name": "wait for charge (3)" |
1052 }, | 1054 }, |
1053 { | 1055 { |
1054 "name": "$result", | 1056 "name": "$result", |
1055 "recipe_result": null, | 1057 "recipe_result": null, |
1056 "status_code": 0 | 1058 "status_code": 0 |
1057 } | 1059 } |
1058 ] | 1060 ] |
OLD | NEW |