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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
664 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", | 665 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", |
665 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1
5ac5\"@@@" | 666 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1
5ac5\"@@@" |
666 ] | 667 ] |
667 }, | 668 }, |
668 { | 669 { |
669 "name": "$result", | 670 "name": "$result", |
670 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", | 671 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", |
671 "status_code": 1 | 672 "status_code": 1 |
672 } | 673 } |
673 ] | 674 ] |
OLD | NEW |