| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 "--rietveld_server", | 63 "--rietveld_server", |
| 64 "https://fake.rietveld.url", | 64 "https://fake.rietveld.url", |
| 65 "--output_json", | 65 "--output_json", |
| 66 "/path/to/tmp/json", | 66 "/path/to/tmp/json", |
| 67 "--revision", | 67 "--revision", |
| 68 "src@12345", | 68 "src@12345", |
| 69 "--output_manifest" | 69 "--output_manifest" |
| 70 ], | 70 ], |
| 71 "cwd": "[BUILDER_CACHE]/mac_swarming", | 71 "cwd": "[BUILDER_CACHE]/mac_swarming", |
| 72 "env": { | 72 "env": { |
| 73 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" | 73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 74 }, | 74 }, |
| 75 "name": "bot_update", | 75 "name": "bot_update", |
| 76 "~followup_annotations": [ | 76 "~followup_annotations": [ |
| 77 "@@@STEP_TEXT@Some step text@@@", | 77 "@@@STEP_TEXT@Some step text@@@", |
| 78 "@@@STEP_LOG_LINE@json.output@{@@@", | 78 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 79 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 79 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 80 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 80 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 81 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 81 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| 82 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 82 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 83 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 83 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
| (...skipping 2573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2657 "@@@STEP_LOG_END@json.output@@@", | 2657 "@@@STEP_LOG_END@json.output@@@", |
| 2658 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2658 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2659 ] | 2659 ] |
| 2660 }, | 2660 }, |
| 2661 { | 2661 { |
| 2662 "name": "$result", | 2662 "name": "$result", |
| 2663 "recipe_result": null, | 2663 "recipe_result": null, |
| 2664 "status_code": 0 | 2664 "status_code": 0 |
| 2665 } | 2665 } |
| 2666 ] | 2666 ] |
| OLD | NEW |