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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 ] | 142 ] |
143 }, | 143 }, |
144 { | 144 { |
145 "cmd": [ | 145 "cmd": [ |
146 "python", | 146 "python", |
147 "-u", | 147 "-u", |
148 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 148 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
149 "--show-path", | 149 "--show-path", |
150 "python", | 150 "python", |
151 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 151 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 152 "--gsutil-py-path", |
| 153 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
152 "--ninja-path", | 154 "--ninja-path", |
153 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 155 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
154 "--target", | 156 "--target", |
155 "Release", | 157 "Release", |
156 "--src-dir", | 158 "--src-dir", |
157 "[SLAVE_BUILD]/src", | 159 "[SLAVE_BUILD]/src", |
158 "--goma-cache-dir", | 160 "--goma-cache-dir", |
159 "[GOMA_CACHE]", | 161 "[GOMA_CACHE]", |
160 "--build-tool", | 162 "--build-tool", |
161 "ninja", | 163 "ninja", |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 ], | 284 ], |
283 "cwd": "[SLAVE_BUILD]", | 285 "cwd": "[SLAVE_BUILD]", |
284 "name": "webrtc_perf_tests" | 286 "name": "webrtc_perf_tests" |
285 }, | 287 }, |
286 { | 288 { |
287 "name": "$result", | 289 "name": "$result", |
288 "recipe_result": null, | 290 "recipe_result": null, |
289 "status_code": 0 | 291 "status_code": 0 |
290 } | 292 } |
291 ] | 293 ] |
OLD | NEW |