| 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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "host and tools info", | 9 "name": "host and tools info", |
| 10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 ] | 150 ] |
| 151 }, | 151 }, |
| 152 { | 152 { |
| 153 "cmd": [ | 153 "cmd": [ |
| 154 "python", | 154 "python", |
| 155 "-u", | 155 "-u", |
| 156 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 156 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 157 "--show-path", | 157 "--show-path", |
| 158 "python", | 158 "python", |
| 159 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 159 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 160 "--gsutil-py-path", |
| 161 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 160 "--ninja-path", | 162 "--ninja-path", |
| 161 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 163 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 162 "--target", | 164 "--target", |
| 163 "Debug", | 165 "Debug", |
| 164 "--src-dir", | 166 "--src-dir", |
| 165 "[SLAVE_BUILD]/src", | 167 "[SLAVE_BUILD]/src", |
| 166 "--goma-cache-dir", | 168 "--goma-cache-dir", |
| 167 "[GOMA_CACHE]", | 169 "[GOMA_CACHE]", |
| 168 "--build-tool", | 170 "--build-tool", |
| 169 "ninja", | 171 "ninja", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 182 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 184 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 183 "@@@STEP_LOG_END@json.output (invalid)@@@" | 185 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 184 ] | 186 ] |
| 185 }, | 187 }, |
| 186 { | 188 { |
| 187 "name": "$result", | 189 "name": "$result", |
| 188 "recipe_result": null, | 190 "recipe_result": null, |
| 189 "status_code": 0 | 191 "status_code": 0 |
| 190 } | 192 } |
| 191 ] | 193 ] |
| OLD | NEW |