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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 "_", 279 "_",
280 "image-cacherator-from-ctable", 280 "image-cacherator-from-ctable",
281 "--match", 281 "--match",
282 "~Once", 282 "~Once",
283 "~Shared" 283 "~Shared"
284 ], 284 ],
285 "env": { 285 "env": {
286 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", 286 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1",
287 "BUILDTYPE": "Debug", 287 "BUILDTYPE": "Debug",
288 "CHROME_HEADLESS": "1", 288 "CHROME_HEADLESS": "1",
289 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ",
290 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib" , 289 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib" ,
291 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL D]/skia/tools/lsan.supp", 290 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL D]/skia/tools/lsan.supp",
292 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin", 291 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin",
293 "SKIA_OUT": "[SLAVE_BUILD]/out", 292 "SKIA_OUT": "[SLAVE_BUILD]/out",
294 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp", 293 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp",
295 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" 294 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp"
296 }, 295 },
297 "name": "dm" 296 "name": "dm"
298 }, 297 },
299 { 298 {
300 "name": "$result", 299 "name": "$result",
301 "recipe_result": null, 300 "recipe_result": null,
302 "status_code": 0 301 "status_code": 0
303 } 302 }
304 ] 303 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698