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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/download_and_push_skimage.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 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 "--nameByHash", 864 "--nameByHash",
865 "--properties", 865 "--properties",
866 "gitHash", 866 "gitHash",
867 "164710", 867 "164710",
868 "master", 868 "master",
869 "client.skia.android", 869 "client.skia.android",
870 "builder", 870 "builder",
871 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", 871 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug",
872 "build_number", 872 "build_number",
873 "6", 873 "6",
874 "--colorImages",
875 "/storage/emulated/legacy/skiabot/skia_images/colorspace",
874 "--key", 876 "--key",
875 "arch", 877 "arch",
876 "Arm7", 878 "Arm7",
877 "compiler", 879 "compiler",
878 "GCC", 880 "GCC",
879 "configuration", 881 "configuration",
880 "Debug", 882 "Debug",
881 "cpu_or_gpu", 883 "cpu_or_gpu",
882 "GPU", 884 "GPU",
883 "cpu_or_gpu_value", 885 "cpu_or_gpu_value",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698