| 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.blink", | 8 "tryserver.blink", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_blink_rel", | 10 "linux_blink_rel", |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 ] | 263 ] |
| 264 }, | 264 }, |
| 265 { | 265 { |
| 266 "cmd": [ | 266 "cmd": [ |
| 267 "python", | 267 "python", |
| 268 "-u", | 268 "-u", |
| 269 "import sys; sys.exit(0)" | 269 "import sys; sys.exit(0)" |
| 270 ], | 270 ], |
| 271 "name": "analyze", | 271 "name": "analyze", |
| 272 "~followup_annotations": [ | 272 "~followup_annotations": [ |
| 273 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
| 273 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 274 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 274 "@@@STEP_LOG_END@excluded_files@@@", | 275 "@@@STEP_LOG_END@excluded_files@@@", |
| 275 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 276 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 276 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@
@", | 277 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@
@", |
| 277 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 278 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 278 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", | 279 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", |
| 279 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 280 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 280 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 281 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
| 281 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", | 282 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", |
| 282 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 283 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 "@@@STEP_FAILURE@@@", | 452 "@@@STEP_FAILURE@@@", |
| 452 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" | 453 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" |
| 453 ] | 454 ] |
| 454 }, | 455 }, |
| 455 { | 456 { |
| 456 "name": "$result", | 457 "name": "$result", |
| 457 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 458 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
| 458 "status_code": 1 | 459 "status_code": 1 |
| 459 } | 460 } |
| 460 ] | 461 ] |
| OLD | NEW |