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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 ] | 282 ] |
283 }, | 283 }, |
284 { | 284 { |
285 "cmd": [ | 285 "cmd": [ |
286 "python", | 286 "python", |
287 "-u", | 287 "-u", |
288 "import sys; sys.exit(0)" | 288 "import sys; sys.exit(0)" |
289 ], | 289 ], |
290 "name": "analyze", | 290 "name": "analyze", |
291 "~followup_annotations": [ | 291 "~followup_annotations": [ |
| 292 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
292 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 293 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
293 "@@@STEP_LOG_END@excluded_files@@@", | 294 "@@@STEP_LOG_END@excluded_files@@@", |
294 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 295 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
295 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 296 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
296 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", | 297 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", |
297 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 298 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
298 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 299 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
299 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", | 300 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", |
300 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 301 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
301 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 302 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 "~followup_annotations": [ | 571 "~followup_annotations": [ |
571 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668
d7fe\"@@@" | 572 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668
d7fe\"@@@" |
572 ] | 573 ] |
573 }, | 574 }, |
574 { | 575 { |
575 "name": "$result", | 576 "name": "$result", |
576 "reason": "Infra compile failure: Step Failure in compile (with patch)", | 577 "reason": "Infra compile failure: Step Failure in compile (with patch)", |
577 "status_code": 1 | 578 "status_code": 1 |
578 } | 579 } |
579 ] | 580 ] |
OLD | NEW |