OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 ] | 276 ] |
277 }, | 277 }, |
278 { | 278 { |
279 "cmd": [ | 279 "cmd": [ |
280 "python", | 280 "python", |
281 "-u", | 281 "-u", |
282 "import sys; sys.exit(0)" | 282 "import sys; sys.exit(0)" |
283 ], | 283 ], |
284 "name": "analyze", | 284 "name": "analyze", |
285 "~followup_annotations": [ | 285 "~followup_annotations": [ |
| 286 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
286 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 287 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
287 "@@@STEP_LOG_END@excluded_files@@@", | 288 "@@@STEP_LOG_END@excluded_files@@@", |
288 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 289 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
289 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 290 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
290 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", | 291 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", |
291 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 292 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
292 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 293 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
293 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", | 294 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", |
294 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 295 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
295 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 296 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
561 "~followup_annotations": [ | 562 "~followup_annotations": [ |
562 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" | 563 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" |
563 ] | 564 ] |
564 }, | 565 }, |
565 { | 566 { |
566 "name": "$result", | 567 "name": "$result", |
567 "reason": "Step('compile (without patch)') failed with return_code 1", | 568 "reason": "Step('compile (without patch)') failed with return_code 1", |
568 "status_code": 1 | 569 "status_code": 1 |
569 } | 570 } |
570 ] | 571 ] |
OLD | NEW |