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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 ] | 168 ] |
169 }, | 169 }, |
170 { | 170 { |
171 "cmd": [ | 171 "cmd": [ |
172 "python", | 172 "python", |
173 "-u", | 173 "-u", |
174 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 174 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
175 "--show-path", | 175 "--show-path", |
176 "python", | 176 "python", |
177 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 177 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 178 "--gsutil-py-path", |
| 179 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
178 "--ninja-path", | 180 "--ninja-path", |
179 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 181 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
180 "--target", | 182 "--target", |
181 "Debug", | 183 "Debug", |
182 "--src-dir", | 184 "--src-dir", |
183 "[SLAVE_BUILD]/src", | 185 "[SLAVE_BUILD]/src", |
184 "--goma-cache-dir", | 186 "--goma-cache-dir", |
185 "[GOMA_CACHE]", | 187 "[GOMA_CACHE]", |
186 "--build-tool", | 188 "--build-tool", |
187 "ninja", | 189 "ninja", |
(...skipping 2099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2287 "@@@STEP_LOG_END@json.output@@@", | 2289 "@@@STEP_LOG_END@json.output@@@", |
2288 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2290 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
2289 ] | 2291 ] |
2290 }, | 2292 }, |
2291 { | 2293 { |
2292 "name": "$result", | 2294 "name": "$result", |
2293 "recipe_result": null, | 2295 "recipe_result": null, |
2294 "status_code": 0 | 2296 "status_code": 0 |
2295 } | 2297 } |
2296 ] | 2298 ] |
OLD | NEW |