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

Side by Side Diff: scripts/slave/recipes/chromium_trybot_legacy.expected/no_compile_because_of_analyze.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.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_asan_rel", 10 "linux_chromium_asan_rel",
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 { 146 {
147 "cmd": [ 147 "cmd": [
148 "python", 148 "python",
149 "-u", 149 "-u",
150 "[SLAVE_BUILD]/src/build/gyp_chromium", 150 "[SLAVE_BUILD]/src/build/gyp_chromium",
151 "--analyzer", 151 "--analyzer",
152 "{\"files\": [\"foo.cc\"], \"targets\": []}", 152 "{\"files\": [\"foo.cc\"], \"targets\": []}",
153 "/path/to/tmp/json" 153 "/path/to/tmp/json"
154 ], 154 ],
155 "env": { 155 "env": {
156 "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" 156 "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"
157 }, 157 },
158 "name": "analyze", 158 "name": "analyze",
159 "~followup_annotations": [ 159 "~followup_annotations": [
160 "@@@STEP_TEXT@No compile necessary@@@", 160 "@@@STEP_TEXT@No compile necessary@@@",
161 "@@@STEP_LOG_LINE@json.output@{@@@", 161 "@@@STEP_LOG_LINE@json.output@{@@@",
162 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", 162 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@",
163 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 163 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
164 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 164 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
165 "@@@STEP_LOG_LINE@json.output@}@@@", 165 "@@@STEP_LOG_LINE@json.output@}@@@",
166 "@@@STEP_LOG_END@json.output@@@" 166 "@@@STEP_LOG_END@json.output@@@"
167 ] 167 ]
168 } 168 }
169 ] 169 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698