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

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

Issue 1419643002: Ignore compile_targets returned by analyze and rely completely on matching_exes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 2 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 | Annotate | Revision Log
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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 "@@@STEP_LOG_LINE@json.output@ ], @@@", 208 "@@@STEP_LOG_LINE@json.output@ ], @@@",
209 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", 209 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
210 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 210 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
211 "@@@STEP_LOG_LINE@json.output@}@@@", 211 "@@@STEP_LOG_LINE@json.output@}@@@",
212 "@@@STEP_LOG_END@json.output@@@", 212 "@@@STEP_LOG_END@json.output@@@",
213 "@@@STEP_LOG_LINE@analyze_details@{@@@", 213 "@@@STEP_LOG_LINE@analyze_details@{@@@",
214 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 214 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
215 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 215 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
216 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@", 216 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@",
217 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 217 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
218 "@@@STEP_LOG_LINE@analyze_details@ \"matching_exes\": [], @@@",
218 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@", 219 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@",
219 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", 220 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@",
220 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 221 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
221 "@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [@@@", 222 "@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [@@@",
222 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", 223 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@",
223 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 224 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
224 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 225 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
225 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 226 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
226 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@", 227 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@",
227 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 228 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
(...skipping 26 matching lines...) Expand all
254 "goma", 255 "goma",
255 "--goma-jsonstatus", 256 "--goma-jsonstatus",
256 "/path/to/tmp/json", 257 "/path/to/tmp/json",
257 "--goma-dir", 258 "--goma-dir",
258 "[BUILD]/goma", 259 "[BUILD]/goma",
259 "--goma-fail-fast", 260 "--goma-fail-fast",
260 "--goma-disable-local-fallback", 261 "--goma-disable-local-fallback",
261 "--ninja-ensure-up-to-date", 262 "--ninja-ensure-up-to-date",
262 "--clobber", 263 "--clobber",
263 "--", 264 "--",
264 "base_unittests", 265 "All",
265 "net_unittests" 266 "chromium_builder_tests"
266 ], 267 ],
267 "cwd": "[SLAVE_BUILD]", 268 "cwd": "[SLAVE_BUILD]",
268 "name": "compile (with patch)", 269 "name": "compile (with patch)",
269 "~followup_annotations": [ 270 "~followup_annotations": [
270 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 271 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
271 "@@@STEP_LOG_END@json.output (invalid)@@@" 272 "@@@STEP_LOG_END@json.output (invalid)@@@"
272 ] 273 ]
273 }, 274 },
274 { 275 {
275 "name": "$result", 276 "name": "$result",
276 "recipe_result": null, 277 "recipe_result": null,
277 "status_code": 0 278 "status_code": 0
278 } 279 }
279 ] 280 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698