| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 "python", | 108 "python", |
| 109 "-u", | 109 "-u", |
| 110 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 110 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 111 "--show-path", | 111 "--show-path", |
| 112 "python", | 112 "python", |
| 113 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 113 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 114 ], | 114 ], |
| 115 "name": "cleanup_temp" | 115 "name": "cleanup_temp" |
| 116 }, | 116 }, |
| 117 { | 117 { |
| 118 "cmd": [], | |
| 119 "name": "ensure_goma" | 118 "name": "ensure_goma" |
| 120 }, | 119 }, |
| 121 { | 120 { |
| 122 "cmd": [ | 121 "cmd": [ |
| 123 "python", | 122 "python", |
| 124 "-u", | 123 "-u", |
| 125 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 124 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 126 "--platform", | 125 "--platform", |
| 127 "mac-amd64", | 126 "mac-amd64", |
| 128 "--dest-directory", | 127 "--dest-directory", |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 208 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 210 }, | 209 }, |
| 211 "name": "generate_build_files" | 210 "name": "generate_build_files" |
| 212 }, | 211 }, |
| 213 { | 212 { |
| 214 "name": "$result", | 213 "name": "$result", |
| 215 "recipe_result": null, | 214 "recipe_result": null, |
| 216 "status_code": 0 | 215 "status_code": 0 |
| 217 } | 216 } |
| 218 ] | 217 ] |
| OLD | NEW |