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

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

Issue 1081103005: Revert of 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: 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_memcheck", 10 "linux_memcheck",
(...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": "build_for_tool=memcheck component=static_library dcheck_al ways_on=1 fastbuild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 target_arch=x6 4 use_goma=1" 49 "GYP_DEFINES": "build_for_tool=memcheck component=static_library dcheck_al ways_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 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 29 matching lines...) Expand all
89 "--run-shell-script", 89 "--run-shell-script",
90 "[SLAVE_BUILD]/src/tools/valgrind-libyuv/libyuv_tests.sh", 90 "[SLAVE_BUILD]/src/tools/valgrind-libyuv/libyuv_tests.sh",
91 "--test", 91 "--test",
92 "libyuv_unittest", 92 "libyuv_unittest",
93 "--tool", 93 "--tool",
94 "memcheck" 94 "memcheck"
95 ], 95 ],
96 "name": "libyuv_unittest" 96 "name": "libyuv_unittest"
97 } 97 }
98 ] 98 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698