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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_legacy_svn_patch.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.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "linux", 10 "linux",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "name": "cleanup_temp" 60 "name": "cleanup_temp"
61 }, 61 },
62 { 62 {
63 "cmd": [ 63 "cmd": [
64 "python", 64 "python",
65 "-u", 65 "-u",
66 "[DEPOT_TOOLS]/gclient.py", 66 "[DEPOT_TOOLS]/gclient.py",
67 "runhooks" 67 "runhooks"
68 ], 68 ],
69 "env": { 69 "env": {
70 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1" 70 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' linux_dump_symbols=1 target_arch=x64 use_goma=1"
71 }, 71 },
72 "name": "gclient runhooks" 72 "name": "gclient runhooks"
73 }, 73 },
74 { 74 {
75 "cmd": [ 75 "cmd": [
76 "python", 76 "python",
77 "-u", 77 "-u",
78 "[BUILD]/scripts/slave/compile.py", 78 "[BUILD]/scripts/slave/compile.py",
79 "--target", 79 "--target",
80 "Debug", 80 "Debug",
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 "--builder-name=linux", 415 "--builder-name=linux",
416 "--slave-name=slavename", 416 "--slave-name=slavename",
417 "--run-python-script", 417 "--run-python-script",
418 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 418 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
419 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests", 419 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests",
420 "--" 420 "--"
421 ], 421 ],
422 "name": "voice_engine_unittests" 422 "name": "voice_engine_unittests"
423 } 423 }
424 ] 424 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698