| 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": [ |
| 290 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 315 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 291 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 316 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 292 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", | 317 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", |
| 293 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", | 318 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", |
| 294 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 319 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 295 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", | 320 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", |
| 296 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", | 321 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", |
| 297 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", | 322 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", |
| 298 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", | 323 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", |
| 299 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", | 324 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 { | 508 { |
| 484 "cmd": [], | 509 "cmd": [], |
| 485 "name": "trigger" | 510 "name": "trigger" |
| 486 }, | 511 }, |
| 487 { | 512 { |
| 488 "name": "$result", | 513 "name": "$result", |
| 489 "recipe_result": null, | 514 "recipe_result": null, |
| 490 "status_code": 0 | 515 "status_code": 0 |
| 491 } | 516 } |
| 492 ] | 517 ] |
| OLD | NEW |