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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/adb_in_path.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 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 "--nameByHash", 664 "--nameByHash",
665 "--properties", 665 "--properties",
666 "gitHash", 666 "gitHash",
667 "164710", 667 "164710",
668 "master", 668 "master",
669 "client.skia.android", 669 "client.skia.android",
670 "builder", 670 "builder",
671 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", 671 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug",
672 "build_number", 672 "build_number",
673 "6", 673 "6",
674 "--colorImages",
675 "/storage/emulated/legacy/skiabot/skia_images/colorspace",
674 "--key", 676 "--key",
675 "arch", 677 "arch",
676 "Arm7", 678 "Arm7",
677 "compiler", 679 "compiler",
678 "GCC", 680 "GCC",
679 "configuration", 681 "configuration",
680 "Debug", 682 "Debug",
681 "cpu_or_gpu", 683 "cpu_or_gpu",
682 "GPU", 684 "GPU",
683 "cpu_or_gpu_value", 685 "cpu_or_gpu_value",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug" 851 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug"
850 }, 852 },
851 "name": "wait for charge (3)" 853 "name": "wait for charge (3)"
852 }, 854 },
853 { 855 {
854 "name": "$result", 856 "name": "$result",
855 "recipe_result": null, 857 "recipe_result": null,
856 "status_code": 0 858 "status_code": 0
857 } 859 }
858 ] 860 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698