| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 214 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 216 }, | 215 }, |
| 217 "name": "generate_build_files" | 216 "name": "generate_build_files" |
| 218 }, | 217 }, |
| 219 { | 218 { |
| 220 "name": "$result", | 219 "name": "$result", |
| 221 "recipe_result": null, | 220 "recipe_result": null, |
| 222 "status_code": 0 | 221 "status_code": 0 |
| 223 } | 222 } |
| 224 ] | 223 ] |
| OLD | NEW |