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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 ] | 287 ] |
288 }, | 288 }, |
289 { | 289 { |
290 "cmd": [ | 290 "cmd": [ |
291 "python", | 291 "python", |
292 "-u", | 292 "-u", |
293 "import sys; sys.exit(0)" | 293 "import sys; sys.exit(0)" |
294 ], | 294 ], |
295 "name": "analyze", | 295 "name": "analyze", |
296 "~followup_annotations": [ | 296 "~followup_annotations": [ |
| 297 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
297 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 298 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
298 "@@@STEP_LOG_END@excluded_files@@@", | 299 "@@@STEP_LOG_END@excluded_files@@@", |
299 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 300 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
300 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 301 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
301 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", | 302 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", |
302 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 303 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
303 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 304 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
304 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", | 305 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", |
305 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests\", @@@", | 306 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests\", @@@", |
306 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\"@@@", | 307 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\"@@@", |
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
967 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", | 968 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", |
968 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" | 969 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" |
969 ] | 970 ] |
970 }, | 971 }, |
971 { | 972 { |
972 "name": "$result", | 973 "name": "$result", |
973 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", | 974 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", |
974 "status_code": 1 | 975 "status_code": 1 |
975 } | 976 } |
976 ] | 977 ] |
OLD | NEW |