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

Side by Side Diff: scripts/slave/recipes/skia/swarm_perf.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json

Issue 1916263003: Reland "Skia: Maintain a checkout on swarming (compile) bots" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix expectations after roll 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
7 "/path/to/tmp/json", 7 "/path/to/tmp/json",
8 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind" 8 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "[SLAVE_BUILD]/skps", 82 "[SLAVE_BUILD]/skps",
83 "--images", 83 "--images",
84 "[SLAVE_BUILD]/images/dm", 84 "[SLAVE_BUILD]/images/dm",
85 "--nocpu", 85 "--nocpu",
86 "--dummy-flags" 86 "--dummy-flags"
87 ], 87 ],
88 "env": { 88 "env": {
89 "BUILDTYPE": "Release", 89 "BUILDTYPE": "Release",
90 "CHROME_HEADLESS": "1", 90 "CHROME_HEADLESS": "1",
91 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0", 91 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0",
92 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", 92 "PATH": "[DEPOT_TOOLS]:%(PATH)s",
93 "PYTHONPATH": "[BUILD]/scripts",
93 "SKIA_OUT": "[SLAVE_BUILD]/out" 94 "SKIA_OUT": "[SLAVE_BUILD]/out"
94 }, 95 },
95 "name": "nanobench" 96 "name": "nanobench"
96 }, 97 },
97 { 98 {
98 "cmd": [ 99 "cmd": [
99 "valgrind", 100 "valgrind",
100 "--gen-suppressions=all", 101 "--gen-suppressions=all",
101 "--leak-check=full", 102 "--leak-check=full",
102 "--track-origins=yes", 103 "--track-origins=yes",
(...skipping 10 matching lines...) Expand all
113 "[SLAVE_BUILD]/images/dm", 114 "[SLAVE_BUILD]/images/dm",
114 "--nocpu", 115 "--nocpu",
115 "--dummy-flags", 116 "--dummy-flags",
116 "--abandonGpuContext", 117 "--abandonGpuContext",
117 "--nocpu" 118 "--nocpu"
118 ], 119 ],
119 "env": { 120 "env": {
120 "BUILDTYPE": "Release", 121 "BUILDTYPE": "Release",
121 "CHROME_HEADLESS": "1", 122 "CHROME_HEADLESS": "1",
122 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0", 123 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0",
123 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", 124 "PATH": "[DEPOT_TOOLS]:%(PATH)s",
125 "PYTHONPATH": "[BUILD]/scripts",
124 "SKIA_OUT": "[SLAVE_BUILD]/out" 126 "SKIA_OUT": "[SLAVE_BUILD]/out"
125 }, 127 },
126 "name": "nanobench --abandonGpuContext" 128 "name": "nanobench --abandonGpuContext"
127 }, 129 },
128 { 130 {
129 "name": "$result", 131 "name": "$result",
130 "recipe_result": null, 132 "recipe_result": null,
131 "status_code": 0 133 "status_code": 0
132 } 134 }
133 ] 135 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698