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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_asan.json

Issue 1058633004: Added GYP defines to dump linux symbols for gpu perf bots and trybots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Configured android testers to target platform "android" Created 5 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "linux_asan", 10 "linux_asan",
(...skipping 28 matching lines...) Expand all
39 ] 39 ]
40 }, 40 },
41 { 41 {
42 "cmd": [ 42 "cmd": [
43 "python", 43 "python",
44 "-u", 44 "-u",
45 "[DEPOT_TOOLS]/gclient.py", 45 "[DEPOT_TOOLS]/gclient.py",
46 "runhooks" 46 "runhooks"
47 ], 47 ],
48 "env": { 48 "env": {
49 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x64 use_allocator=none us e_goma=1" 49 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 lsan=1 target_arch=x64 use_allocator=none use_goma=1"
50 }, 50 },
51 "name": "gclient runhooks" 51 "name": "gclient runhooks"
52 }, 52 },
53 { 53 {
54 "cmd": [ 54 "cmd": [
55 "python", 55 "python",
56 "-u", 56 "-u",
57 "[BUILD]/scripts/slave/compile.py", 57 "[BUILD]/scripts/slave/compile.py",
58 "--target", 58 "--target",
59 "Release", 59 "Release",
(...skipping 26 matching lines...) Expand all
86 "--slave-name=slavename", 86 "--slave-name=slavename",
87 "--enable-asan", 87 "--enable-asan",
88 "--enable-lsan", 88 "--enable-lsan",
89 "libyuv_unittest", 89 "libyuv_unittest",
90 "--test-launcher-print-test-stdio=always", 90 "--test-launcher-print-test-stdio=always",
91 "--test-launcher-batch-limit=1" 91 "--test-launcher-batch-limit=1"
92 ], 92 ],
93 "name": "libyuv_unittest" 93 "name": "libyuv_unittest"
94 } 94 }
95 ] 95 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698