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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-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, 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 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 "-p", 755 "-p",
756 "22", 756 "22",
757 "root@192.168.1.123", 757 "root@192.168.1.123",
758 "/usr/local/skiabot/bin/nanobench", 758 "/usr/local/skiabot/bin/nanobench",
759 "--undefok", 759 "--undefok",
760 "-i", 760 "-i",
761 "/usr/local/skiabot/skia_resources", 761 "/usr/local/skiabot/skia_resources",
762 "--skps", 762 "--skps",
763 "/usr/local/skiabot/skia_skp/skps", 763 "/usr/local/skiabot/skia_skp/skps",
764 "--images", 764 "--images",
765 "/usr/local/skiabot/skia_images/dm", 765 "/usr/local/skiabot/skia_images/nanobench",
766 "--nogpu", 766 "--nogpu",
767 "--dummy-flags" 767 "--dummy-flags"
768 ], 768 ],
769 "cwd": "[SLAVE_BUILD]", 769 "cwd": "[SLAVE_BUILD]",
770 "env": { 770 "env": {
771 "BUILDTYPE": "Debug", 771 "BUILDTYPE": "Debug",
772 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ", 772 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ",
773 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64- Debug" 773 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64- Debug"
774 }, 774 },
775 "name": "nanobench" 775 "name": "nanobench"
776 }, 776 },
777 { 777 {
778 "name": "$result", 778 "name": "$result",
779 "recipe_result": null, 779 "recipe_result": null,
780 "status_code": 0 780 "status_code": 0
781 } 781 }
782 ] 782 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698