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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/failed_get_hashes.json

Issue 1917903003: Skia bots: use nanobench images in nanobench (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 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 "015d210a13480604", 776 "015d210a13480604",
777 "-t", 777 "-t",
778 "Debug", 778 "Debug",
779 "nanobench", 779 "nanobench",
780 "--undefok", 780 "--undefok",
781 "-i", 781 "-i",
782 "/storage/emulated/legacy/skiabot/skia_resources", 782 "/storage/emulated/legacy/skiabot/skia_resources",
783 "--skps", 783 "--skps",
784 "/storage/emulated/legacy/skiabot/skia_skp/skps", 784 "/storage/emulated/legacy/skiabot/skia_skp/skps",
785 "--images", 785 "--images",
786 "/storage/emulated/legacy/skiabot/skia_images/dm", 786 "/storage/emulated/legacy/skiabot/skia_images/nanobench",
787 "--nocpu", 787 "--nocpu",
788 "--dummy-flags" 788 "--dummy-flags"
789 ], 789 ],
790 "cwd": "[SLAVE_BUILD]", 790 "cwd": "[SLAVE_BUILD]",
791 "env": { 791 "env": {
792 "ANDROID_HOME": "/home/chrome-bot/android-sdk-linux", 792 "ANDROID_HOME": "/home/chrome-bot/android-sdk-linux",
793 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", 793 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux",
794 "BUILDTYPE": "Debug", 794 "BUILDTYPE": "Debug",
795 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0", 795 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0",
796 "SKIA_ANDROID_VERBOSE_SETUP": "1", 796 "SKIA_ANDROID_VERBOSE_SETUP": "1",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug" 876 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug"
877 }, 877 },
878 "name": "wait for charge (3)" 878 "name": "wait for charge (3)"
879 }, 879 },
880 { 880 {
881 "name": "$result", 881 "name": "$result",
882 "recipe_result": null, 882 "recipe_result": null,
883 "status_code": 0 883 "status_code": 0
884 } 884 }
885 ] 885 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698