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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/failed_get_hashes.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 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 "-t", 660 "-t",
661 "Debug", 661 "Debug",
662 "dm", 662 "dm",
663 "--undefok", 663 "--undefok",
664 "--resourcePath", 664 "--resourcePath",
665 "/storage/emulated/legacy/skiabot/skia_resources", 665 "/storage/emulated/legacy/skiabot/skia_resources",
666 "--skps", 666 "--skps",
667 "/storage/emulated/legacy/skiabot/skia_skp/skps", 667 "/storage/emulated/legacy/skiabot/skia_skp/skps",
668 "--images", 668 "--images",
669 "/storage/emulated/legacy/skiabot/skia_images/dm", 669 "/storage/emulated/legacy/skiabot/skia_images/dm",
670 "--colorImages",
671 "/storage/emulated/legacy/skiabot/skia_images/colorspace",
670 "--nameByHash", 672 "--nameByHash",
671 "--properties", 673 "--properties",
672 "gitHash", 674 "gitHash",
673 "164710", 675 "164710",
674 "master", 676 "master",
675 "client.skia.android", 677 "client.skia.android",
676 "builder", 678 "builder",
677 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", 679 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug",
678 "build_number", 680 "build_number",
679 "6", 681 "6",
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
855 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug" 857 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug"
856 }, 858 },
857 "name": "wait for charge (3)" 859 "name": "wait for charge (3)"
858 }, 860 },
859 { 861 {
860 "name": "$result", 862 "name": "$result",
861 "recipe_result": null, 863 "recipe_result": null,
862 "status_code": 0 864 "status_code": 0
863 } 865 }
864 ] 866 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698