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

Side by Side Diff: scripts/slave/recipes/chromium_trybot_legacy.expected/arm.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.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_arm", 10 "linux_arm",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_CROSSCOMPILE": "1", 172 "GYP_CROSSCOMPILE": "1",
173 "GYP_DEFINES": "arm_float_abi=hard component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm test_isolation_mode=arch ive use_goma=1" 173 "GYP_DEFINES": "arm_float_abi=hard component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 target_arch=arm tes t_isolation_mode=archive use_goma=1"
174 }, 174 },
175 "name": "analyze", 175 "name": "analyze",
176 "~followup_annotations": [ 176 "~followup_annotations": [
177 "@@@STEP_TEXT@No compile necessary@@@", 177 "@@@STEP_TEXT@No compile necessary@@@",
178 "@@@STEP_LOG_LINE@json.output@{@@@", 178 "@@@STEP_LOG_LINE@json.output@{@@@",
179 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", 179 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@",
180 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 180 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
181 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 181 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
182 "@@@STEP_LOG_LINE@json.output@}@@@", 182 "@@@STEP_LOG_LINE@json.output@}@@@",
183 "@@@STEP_LOG_END@json.output@@@" 183 "@@@STEP_LOG_END@json.output@@@"
184 ] 184 ]
185 } 185 }
186 ] 186 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698