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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_msan.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_msan", 10 "linux_msan",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "name": "cleanup_temp" 64 "name": "cleanup_temp"
65 }, 65 },
66 { 66 {
67 "cmd": [ 67 "cmd": [
68 "python", 68 "python",
69 "-u", 69 "-u",
70 "[DEPOT_TOOLS]/gclient.py", 70 "[DEPOT_TOOLS]/gclient.py",
71 "runhooks" 71 "runhooks"
72 ], 72 ],
73 "env": { 73 "env": {
74 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir='[BUILD]/goma' msan=1 msan_track_origins=2 target_arch=x64 use_gom a=1 use_prebuilt_instrumented_libraries=1" 74 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 msan=1 msan_track_origins=2 ta rget_arch=x64 use_goma=1 use_prebuilt_instrumented_libraries=1"
75 }, 75 },
76 "name": "gclient runhooks" 76 "name": "gclient runhooks"
77 }, 77 },
78 { 78 {
79 "cmd": [ 79 "cmd": [
80 "python", 80 "python",
81 "-u", 81 "-u",
82 "[BUILD]/scripts/slave/compile.py", 82 "[BUILD]/scripts/slave/compile.py",
83 "--target", 83 "--target",
84 "Release", 84 "Release",
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 "--annotate=gtest", 419 "--annotate=gtest",
420 "--test-type=voice_engine_unittests", 420 "--test-type=voice_engine_unittests",
421 "--builder-name=linux_msan", 421 "--builder-name=linux_msan",
422 "--slave-name=slavename", 422 "--slave-name=slavename",
423 "--enable-msan", 423 "--enable-msan",
424 "voice_engine_unittests" 424 "voice_engine_unittests"
425 ], 425 ],
426 "name": "voice_engine_unittests" 426 "name": "voice_engine_unittests"
427 } 427 }
428 ] 428 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698