| 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 ] | 211 ] |
| 212 }, | 212 }, |
| 213 { | 213 { |
| 214 "cmd": [], | 214 "cmd": [], |
| 215 "name": "ensure_goma" | 215 "name": "ensure_goma" |
| 216 }, | 216 }, |
| 217 { | 217 { |
| 218 "cmd": [ | 218 "cmd": [ |
| 219 "python", | 219 "python", |
| 220 "-u", | 220 "-u", |
| 221 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 221 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 222 "--platform", | 222 "--platform", |
| 223 "mac-amd64", | 223 "mac-amd64", |
| 224 "--dest-directory", | 224 "--dest-directory", |
| 225 "[SLAVE_BUILD]/cipd", | 225 "[SLAVE_BUILD]/cipd", |
| 226 "--json-output", | 226 "--json-output", |
| 227 "/path/to/tmp/json" | 227 "/path/to/tmp/json" |
| 228 ], | 228 ], |
| 229 "name": "ensure_goma.install cipd", | 229 "name": "ensure_goma.install cipd", |
| 230 "~followup_annotations": [ | 230 "~followup_annotations": [ |
| 231 "@@@STEP_NEST_LEVEL@1@@@", | 231 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 "~followup_annotations": [ | 395 "~followup_annotations": [ |
| 396 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" | 396 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" |
| 397 ] | 397 ] |
| 398 }, | 398 }, |
| 399 { | 399 { |
| 400 "name": "$result", | 400 "name": "$result", |
| 401 "recipe_result": null, | 401 "recipe_result": null, |
| 402 "status_code": 0 | 402 "status_code": 0 |
| 403 } | 403 } |
| 404 ] | 404 ] |
| OLD | NEW |