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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug.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 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698