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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/clobber_analyze.json

Issue 1212413002: Pass all compile targets to "analyze" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 "@@@STEP_LOG_LINE@json.output@}@@@", 158 "@@@STEP_LOG_LINE@json.output@}@@@",
159 "@@@STEP_LOG_END@json.output@@@" 159 "@@@STEP_LOG_END@json.output@@@"
160 ] 160 ]
161 }, 161 },
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\": []}", 168 "{\"files\": [\"foo.cc\"], \"targets\": [\"all\"]}",
169 "/path/to/tmp/json" 169 "/path/to/tmp/json"
170 ], 170 ],
171 "cwd": "[SLAVE_BUILD]", 171 "cwd": "[SLAVE_BUILD]",
172 "env": { 172 "env": {
173 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1" 173 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1"
174 }, 174 },
175 "name": "analyze", 175 "name": "analyze",
176 "~followup_annotations": [ 176 "~followup_annotations": [
177 "@@@STEP_LOG_LINE@json.output@{@@@", 177 "@@@STEP_LOG_LINE@json.output@{@@@",
178 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 178 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
179 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@", 179 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@",
180 "@@@STEP_LOG_LINE@json.output@ \"net_unittests\"@@@", 180 "@@@STEP_LOG_LINE@json.output@ \"net_unittests\"@@@",
181 "@@@STEP_LOG_LINE@json.output@ ], @@@", 181 "@@@STEP_LOG_LINE@json.output@ ], @@@",
182 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", 182 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
183 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 183 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
184 "@@@STEP_LOG_LINE@json.output@}@@@", 184 "@@@STEP_LOG_LINE@json.output@}@@@",
185 "@@@STEP_LOG_END@json.output@@@", 185 "@@@STEP_LOG_END@json.output@@@",
186 "@@@STEP_LOG_LINE@analyze_details@{@@@", 186 "@@@STEP_LOG_LINE@analyze_details@{@@@",
187 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 187 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
188 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 188 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
189 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@", 189 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@",
190 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 190 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
191 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@", 191 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@",
192 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", 192 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
193 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 193 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
194 "@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [], @@@", 194 "@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [@@@",
195 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
196 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
195 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 197 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
196 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 198 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
197 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@", 199 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@",
198 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 200 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
199 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.matching_exes\": []@@@ ", 201 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.matching_exes\": []@@@ ",
200 "@@@STEP_LOG_LINE@analyze_details@}@@@", 202 "@@@STEP_LOG_LINE@analyze_details@}@@@",
201 "@@@STEP_LOG_END@analyze_details@@@" 203 "@@@STEP_LOG_END@analyze_details@@@"
202 ] 204 ]
203 }, 205 },
204 { 206 {
(...skipping 25 matching lines...) Expand all
230 "--ninja-ensure-up-to-date", 232 "--ninja-ensure-up-to-date",
231 "--clobber", 233 "--clobber",
232 "--", 234 "--",
233 "base_unittests", 235 "base_unittests",
234 "net_unittests" 236 "net_unittests"
235 ], 237 ],
236 "cwd": "[SLAVE_BUILD]", 238 "cwd": "[SLAVE_BUILD]",
237 "name": "compile (with patch)" 239 "name": "compile (with patch)"
238 } 240 }
239 ] 241 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698