Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(448)

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/missing_SKP_VERSION_device.json

Issue 1951843002: Skia: Add --colorImages to DM (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 761 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 "-t", 772 "-t",
773 "Debug", 773 "Debug",
774 "dm", 774 "dm",
775 "--undefok", 775 "--undefok",
776 "--resourcePath", 776 "--resourcePath",
777 "/storage/emulated/legacy/skiabot/skia_resources", 777 "/storage/emulated/legacy/skiabot/skia_resources",
778 "--skps", 778 "--skps",
779 "/storage/emulated/legacy/skiabot/skia_skp/skps", 779 "/storage/emulated/legacy/skiabot/skia_skp/skps",
780 "--images", 780 "--images",
781 "/storage/emulated/legacy/skiabot/skia_images/dm", 781 "/storage/emulated/legacy/skiabot/skia_images/dm",
782 "--colorImages",
783 "/storage/emulated/legacy/skiabot/skia_images/colorspace",
782 "--nameByHash", 784 "--nameByHash",
783 "--properties", 785 "--properties",
784 "gitHash", 786 "gitHash",
785 "164710", 787 "164710",
786 "master", 788 "master",
787 "client.skia.android", 789 "client.skia.android",
788 "builder", 790 "builder",
789 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", 791 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug",
790 "build_number", 792 "build_number",
791 "6", 793 "6",
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug" 969 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug"
968 }, 970 },
969 "name": "wait for charge (3)" 971 "name": "wait for charge (3)"
970 }, 972 },
971 { 973 {
972 "name": "$result", 974 "name": "$result",
973 "recipe_result": null, 975 "recipe_result": null,
974 "status_code": 0 976 "status_code": 0
975 } 977 }
976 ] 978 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698