| 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 ] | 211 ] |
| 212 }, | 212 }, |
| 213 { | 213 { |
| 214 "cmd": [ | 214 "cmd": [ |
| 215 "python", | 215 "python", |
| 216 "-u", | 216 "-u", |
| 217 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 217 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 218 "--show-path", | 218 "--show-path", |
| 219 "python", | 219 "python", |
| 220 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 220 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 221 "--gsutil-py-path", |
| 222 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 221 "--ninja-path", | 223 "--ninja-path", |
| 222 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 224 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 223 "--target", | 225 "--target", |
| 224 "Release-iphoneos", | 226 "Release-iphoneos", |
| 225 "--src-dir", | 227 "--src-dir", |
| 226 "[SLAVE_BUILD]/src", | 228 "[SLAVE_BUILD]/src", |
| 227 "--goma-cache-dir", | 229 "--goma-cache-dir", |
| 228 "[GOMA_CACHE]", | 230 "[GOMA_CACHE]", |
| 229 "--build-tool", | 231 "--build-tool", |
| 230 "ninja", | 232 "ninja", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 243 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 245 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 244 "@@@STEP_LOG_END@json.output (invalid)@@@" | 246 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 245 ] | 247 ] |
| 246 }, | 248 }, |
| 247 { | 249 { |
| 248 "name": "$result", | 250 "name": "$result", |
| 249 "recipe_result": null, | 251 "recipe_result": null, |
| 250 "status_code": 0 | 252 "status_code": 0 |
| 251 } | 253 } |
| 252 ] | 254 ] |
| OLD | NEW |