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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/download_and_push_skps.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, 8 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 970 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 "015d210a13480604", 981 "015d210a13480604",
982 "-t", 982 "-t",
983 "Debug", 983 "Debug",
984 "nanobench", 984 "nanobench",
985 "--undefok", 985 "--undefok",
986 "-i", 986 "-i",
987 "/storage/emulated/legacy/skiabot/skia_resources", 987 "/storage/emulated/legacy/skiabot/skia_resources",
988 "--skps", 988 "--skps",
989 "/storage/emulated/legacy/skiabot/skia_skp/skps", 989 "/storage/emulated/legacy/skiabot/skia_skp/skps",
990 "--images", 990 "--images",
991 "/storage/emulated/legacy/skiabot/skia_images/dm", 991 "/storage/emulated/legacy/skiabot/skia_images/nanobench",
992 "--nocpu", 992 "--nocpu",
993 "--dummy-flags" 993 "--dummy-flags"
994 ], 994 ],
995 "cwd": "[SLAVE_BUILD]", 995 "cwd": "[SLAVE_BUILD]",
996 "env": { 996 "env": {
997 "ANDROID_HOME": "/home/chrome-bot/android-sdk-linux", 997 "ANDROID_HOME": "/home/chrome-bot/android-sdk-linux",
998 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", 998 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux",
999 "BUILDTYPE": "Debug", 999 "BUILDTYPE": "Debug",
1000 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0", 1000 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0",
1001 "SKIA_ANDROID_VERBOSE_SETUP": "1", 1001 "SKIA_ANDROID_VERBOSE_SETUP": "1",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
1081 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug" 1081 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug"
1082 }, 1082 },
1083 "name": "wait for charge (3)" 1083 "name": "wait for charge (3)"
1084 }, 1084 },
1085 { 1085 {
1086 "name": "$result", 1086 "name": "$result",
1087 "recipe_result": null, 1087 "recipe_result": null,
1088 "status_code": 0 1088 "status_code": 0
1089 } 1089 }
1090 ] 1090 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698