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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json

Issue 2209423002: [recipes] Remove build environment vars from default_env (Closed) Base URL: https://skia.googlesource.com/skia.git@merge_buildbot_spec_fix_coverage
Patch Set: [recipes] Remove build environment vars from default_env Created 4 years, 4 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 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", 7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "extra_config", 168 "extra_config",
169 "Valgrind", 169 "Valgrind",
170 "model", 170 "model",
171 "ShuttleA", 171 "ShuttleA",
172 "os", 172 "os",
173 "Ubuntu" 173 "Ubuntu"
174 ], 174 ],
175 "env": { 175 "env": {
176 "BUILDTYPE": "Release", 176 "BUILDTYPE": "Release",
177 "CHROME_HEADLESS": "1", 177 "CHROME_HEADLESS": "1",
178 "GYP_DEFINES": "skia_arch_type=x86_64 skia_dump_stats=1 skia_release_optim ization_level=1 skia_warnings_as_errors=0",
179 "SKIA_OUT": "[SLAVE_BUILD]/out" 178 "SKIA_OUT": "[SLAVE_BUILD]/out"
180 }, 179 },
181 "name": "nanobench" 180 "name": "nanobench"
182 }, 181 },
183 { 182 {
184 "cmd": [ 183 "cmd": [
185 "valgrind", 184 "valgrind",
186 "--gen-suppressions=all", 185 "--gen-suppressions=all",
187 "--leak-check=full", 186 "--leak-check=full",
188 "--track-origins=yes", 187 "--track-origins=yes",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 "model", 266 "model",
268 "ShuttleA", 267 "ShuttleA",
269 "os", 268 "os",
270 "Ubuntu", 269 "Ubuntu",
271 "--abandonGpuContext", 270 "--abandonGpuContext",
272 "--nocpu" 271 "--nocpu"
273 ], 272 ],
274 "env": { 273 "env": {
275 "BUILDTYPE": "Release", 274 "BUILDTYPE": "Release",
276 "CHROME_HEADLESS": "1", 275 "CHROME_HEADLESS": "1",
277 "GYP_DEFINES": "skia_arch_type=x86_64 skia_dump_stats=1 skia_release_optim ization_level=1 skia_warnings_as_errors=0",
278 "SKIA_OUT": "[SLAVE_BUILD]/out" 276 "SKIA_OUT": "[SLAVE_BUILD]/out"
279 }, 277 },
280 "name": "nanobench --abandonGpuContext" 278 "name": "nanobench --abandonGpuContext"
281 }, 279 },
282 { 280 {
283 "cmd": [ 281 "cmd": [
284 "python", 282 "python",
285 "-u", 283 "-u",
286 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 284 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
287 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x 86_64-Release-Valgrind/data", 285 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x 86_64-Release-Valgrind/data",
(...skipping 12 matching lines...) Expand all
300 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 298 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
301 "@@@STEP_LOG_END@python.inline@@@" 299 "@@@STEP_LOG_END@python.inline@@@"
302 ] 300 ]
303 }, 301 },
304 { 302 {
305 "name": "$result", 303 "name": "$result",
306 "recipe_result": null, 304 "recipe_result": null,
307 "status_code": 0 305 "status_code": 0
308 } 306 }
309 ] 307 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698