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

Side by Side Diff: scripts/slave/recipes/chromium_trybot_legacy.expected/analyze_finds_invalid_target.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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 { 162 {
163 "cmd": [ 163 "cmd": [
164 "python", 164 "python",
165 "-u", 165 "-u",
166 "[SLAVE_BUILD]/src/build/gyp_chromium", 166 "[SLAVE_BUILD]/src/build/gyp_chromium",
167 "--analyzer", 167 "--analyzer",
168 "{\"files\": [\"foo.cc\"], \"targets\": [\"browser_tests\", \"base_tests\" ]}", 168 "{\"files\": [\"foo.cc\"], \"targets\": [\"browser_tests\", \"base_tests\" ]}",
169 "/path/to/tmp/json" 169 "/path/to/tmp/json"
170 ], 170 ],
171 "env": { 171 "env": {
172 "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" 172 "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"
173 }, 173 },
174 "name": "analyze", 174 "name": "analyze",
175 "~followup_annotations": [ 175 "~followup_annotations": [
176 "@@@STEP_LOG_LINE@json.output@{@@@", 176 "@@@STEP_LOG_LINE@json.output@{@@@",
177 "@@@STEP_LOG_LINE@json.output@ \"invalid_targets\": [@@@", 177 "@@@STEP_LOG_LINE@json.output@ \"invalid_targets\": [@@@",
178 "@@@STEP_LOG_LINE@json.output@ \"invalid target\", @@@", 178 "@@@STEP_LOG_LINE@json.output@ \"invalid target\", @@@",
179 "@@@STEP_LOG_LINE@json.output@ \"another one\"@@@", 179 "@@@STEP_LOG_LINE@json.output@ \"another one\"@@@",
180 "@@@STEP_LOG_LINE@json.output@ ]@@@", 180 "@@@STEP_LOG_LINE@json.output@ ]@@@",
181 "@@@STEP_LOG_LINE@json.output@}@@@", 181 "@@@STEP_LOG_LINE@json.output@}@@@",
182 "@@@STEP_LOG_END@json.output@@@", 182 "@@@STEP_LOG_END@json.output@@@",
183 "@@@SET_BUILD_PROPERTY@failure_hash@\"3908b365fae78e6b96f5e3b38db5b33131cd e606\"@@@" 183 "@@@SET_BUILD_PROPERTY@failure_hash@\"3908b365fae78e6b96f5e3b38db5b33131cd e606\"@@@"
184 ] 184 ]
185 }, 185 },
186 { 186 {
187 "name": "$final_result", 187 "name": "$final_result",
188 "reason": "Error, following targets were not found: invalid target, another one", 188 "reason": "Error, following targets were not found: invalid target, another one",
189 "status_code": 1 189 "status_code": 1
190 } 190 }
191 ] 191 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698