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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
162 ] | 162 ] |
163 }, | 163 }, |
164 { | 164 { |
165 "cmd": [ | 165 "cmd": [ |
166 "python", | 166 "python", |
167 "-u", | 167 "-u", |
168 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 168 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
169 "--show-path", | 169 "--show-path", |
170 "python", | 170 "python", |
171 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 171 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 172 "--gsutil-py-path", |
| 173 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
172 "--ninja-path", | 174 "--ninja-path", |
173 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 175 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
174 "--target", | 176 "--target", |
175 "Debug-iphonesimulator", | 177 "Debug-iphonesimulator", |
176 "--src-dir", | 178 "--src-dir", |
177 "[SLAVE_BUILD]/src", | 179 "[SLAVE_BUILD]/src", |
178 "--goma-cache-dir", | 180 "--goma-cache-dir", |
179 "[GOMA_CACHE]", | 181 "[GOMA_CACHE]", |
180 "--build-tool", | 182 "--build-tool", |
181 "ninja", | 183 "ninja", |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 "@@@STEP_LOG_END@fake log@@@", | 266 "@@@STEP_LOG_END@fake log@@@", |
265 "@@@STEP_LINK@fake URL text@fake URL@@@" | 267 "@@@STEP_LINK@fake URL text@fake URL@@@" |
266 ] | 268 ] |
267 }, | 269 }, |
268 { | 270 { |
269 "name": "$result", | 271 "name": "$result", |
270 "recipe_result": null, | 272 "recipe_result": null, |
271 "status_code": 0 | 273 "status_code": 0 |
272 } | 274 } |
273 ] | 275 ] |
OLD | NEW |