| 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 "GYP_DEFINES": "OS=ios component=static_library fake gyp define 1='fake va
lue 1' fake gyp define 2='fake value 2'" | 279 "GYP_DEFINES": "OS=ios component=static_library fake gyp define 1='fake va
lue 1' fake gyp define 2='fake value 2'" |
| 280 }, | 280 }, |
| 281 "name": "analyze", | 281 "name": "analyze", |
| 282 "~followup_annotations": [ | 282 "~followup_annotations": [ |
| 283 "@@@STEP_TEXT@No compile necessary@@@", | 283 "@@@STEP_TEXT@No compile necessary@@@", |
| 284 "@@@STEP_LOG_LINE@json.output@{@@@", | 284 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 285 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 285 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", |
| 286 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 286 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
| 287 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", |
| 288 "@@@STEP_LOG_LINE@json.output@}@@@", | 288 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 289 "@@@STEP_LOG_END@json.output@@@" | 289 "@@@STEP_LOG_END@json.output@@@", |
| 290 ] | |
| 291 }, | |
| 292 { | |
| 293 "cmd": [ | |
| 294 "python", | |
| 295 "-u", | |
| 296 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 297 "--show-path", | |
| 298 "python", | |
| 299 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py", | |
| 300 "--event-mon-run-type", | |
| 301 "test", | |
| 302 "--master-name", | |
| 303 "tryserver.fake", | |
| 304 "--builder-name", | |
| 305 "ios-simulator", | |
| 306 "--build-id", | |
| 307 "0", | |
| 308 "--analyze-input", | |
| 309 "{\"additional_compile_targets\": [\"All\", \"fake tests\"], \"files\": [\
"third_party/icu/foo.cc\"], \"test_targets\": [\"fake tests\"]}", | |
| 310 "--analyze-output", | |
| 311 "{\"compile_targets\": [], \"status\": \"No dependency\", \"test_targets\"
: []}" | |
| 312 ], | |
| 313 "name": "analyze report", | |
| 314 "~followup_annotations": [ | |
| 315 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 290 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 316 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 291 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 317 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", | 292 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", |
| 318 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", | 293 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", |
| 319 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 294 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 320 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", | 295 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", |
| 321 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", | 296 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", |
| 322 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", | 297 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", |
| 323 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", | 298 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", |
| 324 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", | 299 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 { | 483 { |
| 509 "cmd": [], | 484 "cmd": [], |
| 510 "name": "trigger" | 485 "name": "trigger" |
| 511 }, | 486 }, |
| 512 { | 487 { |
| 513 "name": "$result", | 488 "name": "$result", |
| 514 "recipe_result": null, | 489 "recipe_result": null, |
| 515 "status_code": 0 | 490 "status_code": 0 |
| 516 } | 491 } |
| 517 ] | 492 ] |
| OLD | NEW |