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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/missing_SKP_VERSION_device.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 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 "015d210a13480604", 894 "015d210a13480604",
895 "-t", 895 "-t",
896 "Debug", 896 "Debug",
897 "nanobench", 897 "nanobench",
898 "--undefok", 898 "--undefok",
899 "-i", 899 "-i",
900 "/storage/emulated/legacy/skiabot/skia_resources", 900 "/storage/emulated/legacy/skiabot/skia_resources",
901 "--skps", 901 "--skps",
902 "/storage/emulated/legacy/skiabot/skia_skp/skps", 902 "/storage/emulated/legacy/skiabot/skia_skp/skps",
903 "--images", 903 "--images",
904 "/storage/emulated/legacy/skiabot/skia_images/dm", 904 "/storage/emulated/legacy/skiabot/skia_images/nanobench",
905 "--nocpu", 905 "--nocpu",
906 "--dummy-flags" 906 "--dummy-flags"
907 ], 907 ],
908 "cwd": "[SLAVE_BUILD]", 908 "cwd": "[SLAVE_BUILD]",
909 "env": { 909 "env": {
910 "ANDROID_HOME": "/home/chrome-bot/android-sdk-linux", 910 "ANDROID_HOME": "/home/chrome-bot/android-sdk-linux",
911 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", 911 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux",
912 "BUILDTYPE": "Debug", 912 "BUILDTYPE": "Debug",
913 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0", 913 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0",
914 "SKIA_ANDROID_VERBOSE_SETUP": "1", 914 "SKIA_ANDROID_VERBOSE_SETUP": "1",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
994 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug" 994 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug"
995 }, 995 },
996 "name": "wait for charge (3)" 996 "name": "wait for charge (3)"
997 }, 997 },
998 { 998 {
999 "name": "$result", 999 "name": "$result",
1000 "recipe_result": null, 1000 "recipe_result": null,
1001 "status_code": 0 1001 "status_code": 0
1002 } 1002 }
1003 ] 1003 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698