OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
5 "--json-file", | 5 "--json-file", |
6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
7 ], | 7 ], |
8 "name": "host and tools info", | 8 "name": "host and tools info", |
9 "~followup_annotations": [ | 9 "~followup_annotations": [ |
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 ] | 236 ] |
237 }, | 237 }, |
238 { | 238 { |
239 "cmd": [ | 239 "cmd": [ |
240 "python", | 240 "python", |
241 "-u", | 241 "-u", |
242 "import sys; sys.exit(0)" | 242 "import sys; sys.exit(0)" |
243 ], | 243 ], |
244 "name": "analyze", | 244 "name": "analyze", |
245 "~followup_annotations": [ | 245 "~followup_annotations": [ |
| 246 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
246 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 247 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
247 "@@@STEP_LOG_END@excluded_files@@@", | 248 "@@@STEP_LOG_END@excluded_files@@@", |
248 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 249 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
249 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 250 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
250 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", | 251 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", |
251 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", | 252 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", |
252 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 253 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
253 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 254 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
254 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", | 255 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", |
255 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", | 256 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 "~followup_annotations": [ | 401 "~followup_annotations": [ |
401 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" | 402 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" |
402 ] | 403 ] |
403 }, | 404 }, |
404 { | 405 { |
405 "name": "$result", | 406 "name": "$result", |
406 "reason": "Step('compile (with patch)') failed with return_code 1", | 407 "reason": "Step('compile (with patch)') failed with return_code 1", |
407 "status_code": 1 | 408 "status_code": 1 |
408 } | 409 } |
409 ] | 410 ] |
OLD | NEW |