| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 "python", | 114 "python", |
| 115 "-u", | 115 "-u", |
| 116 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 116 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 117 "--show-path", | 117 "--show-path", |
| 118 "python", | 118 "python", |
| 119 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 119 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 120 ], | 120 ], |
| 121 "name": "cleanup_temp" | 121 "name": "cleanup_temp" |
| 122 }, | 122 }, |
| 123 { | 123 { |
| 124 "cmd": [], | |
| 125 "name": "ensure_goma" | 124 "name": "ensure_goma" |
| 126 }, | 125 }, |
| 127 { | 126 { |
| 128 "cmd": [ | 127 "cmd": [ |
| 129 "python", | 128 "python", |
| 130 "-u", | 129 "-u", |
| 131 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 130 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 132 "--platform", | 131 "--platform", |
| 133 "mac-amd64", | 132 "mac-amd64", |
| 134 "--dest-directory", | 133 "--dest-directory", |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 283 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 285 "@@@STEP_LOG_END@json.output (invalid)@@@" | 284 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 286 ] | 285 ] |
| 287 }, | 286 }, |
| 288 { | 287 { |
| 289 "name": "$result", | 288 "name": "$result", |
| 290 "recipe_result": null, | 289 "recipe_result": null, |
| 291 "status_code": 0 | 290 "status_code": 0 |
| 292 } | 291 } |
| 293 ] | 292 ] |
| OLD | NEW |