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

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

Powered by Google App Engine
This is Rietveld 408576698