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

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: rebase 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 771 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 "--nameByHash", 782 "--nameByHash",
783 "--properties", 783 "--properties",
784 "gitHash", 784 "gitHash",
785 "164710", 785 "164710",
786 "master", 786 "master",
787 "client.skia.android", 787 "client.skia.android",
788 "builder", 788 "builder",
789 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", 789 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug",
790 "build_number", 790 "build_number",
791 "6", 791 "6",
792 "--colorImages",
793 "/storage/emulated/legacy/skiabot/skia_images/colorspace",
792 "--key", 794 "--key",
793 "arch", 795 "arch",
794 "Arm7", 796 "Arm7",
795 "compiler", 797 "compiler",
796 "GCC", 798 "GCC",
797 "configuration", 799 "configuration",
798 "Debug", 800 "Debug",
799 "cpu_or_gpu", 801 "cpu_or_gpu",
800 "GPU", 802 "GPU",
801 "cpu_or_gpu_value", 803 "cpu_or_gpu_value",
(...skipping 165 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