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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/clobber_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_clobber_rel_ng", 10 "linux_chromium_clobber_rel_ng",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 ] 67 ]
68 }, 68 },
69 { 69 {
70 "cmd": [ 70 "cmd": [
71 "python", 71 "python",
72 "-u", 72 "-u",
73 "[DEPOT_TOOLS]/gclient.py", 73 "[DEPOT_TOOLS]/gclient.py",
74 "runhooks" 74 "runhooks"
75 ], 75 ],
76 "env": { 76 "env": {
77 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' linux_dump_symbols=1 target_arch=x64 use_goma=1" 77 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1"
78 }, 78 },
79 "name": "gclient runhooks (with patch)" 79 "name": "gclient runhooks (with patch)"
80 }, 80 },
81 { 81 {
82 "cmd": [ 82 "cmd": [
83 "python", 83 "python",
84 "-u", 84 "-u",
85 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 85 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
86 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", 86 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json",
87 "/path/to/tmp/json" 87 "/path/to/tmp/json"
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 { 157 {
158 "cmd": [ 158 "cmd": [
159 "python", 159 "python",
160 "-u", 160 "-u",
161 "[SLAVE_BUILD]/src/build/gyp_chromium", 161 "[SLAVE_BUILD]/src/build/gyp_chromium",
162 "--analyzer", 162 "--analyzer",
163 "{\"files\": [\"foo.cc\"], \"targets\": []}", 163 "{\"files\": [\"foo.cc\"], \"targets\": []}",
164 "/path/to/tmp/json" 164 "/path/to/tmp/json"
165 ], 165 ],
166 "env": { 166 "env": {
167 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' linux_dump_symbols=1 target_arch=x64 use_goma=1" 167 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1"
168 }, 168 },
169 "name": "analyze", 169 "name": "analyze",
170 "~followup_annotations": [ 170 "~followup_annotations": [
171 "@@@STEP_LOG_LINE@json.output@{@@@", 171 "@@@STEP_LOG_LINE@json.output@{@@@",
172 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 172 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
173 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@", 173 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@",
174 "@@@STEP_LOG_LINE@json.output@ \"net_unittests\"@@@", 174 "@@@STEP_LOG_LINE@json.output@ \"net_unittests\"@@@",
175 "@@@STEP_LOG_LINE@json.output@ ], @@@", 175 "@@@STEP_LOG_LINE@json.output@ ], @@@",
176 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", 176 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
177 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 177 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 "error", 222 "error",
223 "--ninja-ensure-up-to-date", 223 "--ninja-ensure-up-to-date",
224 "--clobber", 224 "--clobber",
225 "--", 225 "--",
226 "base_unittests", 226 "base_unittests",
227 "net_unittests" 227 "net_unittests"
228 ], 228 ],
229 "name": "compile (with patch)" 229 "name": "compile (with patch)"
230 } 230 }
231 ] 231 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698