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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 ] | 156 ] |
157 }, | 157 }, |
158 { | 158 { |
159 "cmd": [ | 159 "cmd": [ |
160 "python", | 160 "python", |
161 "-u", | 161 "-u", |
162 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 162 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
163 "--show-path", | 163 "--show-path", |
164 "python", | 164 "python", |
165 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 165 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 166 "--gsutil-py-path", |
| 167 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
166 "--ninja-path", | 168 "--ninja-path", |
167 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 169 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
168 "--target", | 170 "--target", |
169 "Release", | 171 "Release", |
170 "--src-dir", | 172 "--src-dir", |
171 "[SLAVE_BUILD]/src", | 173 "[SLAVE_BUILD]/src", |
172 "--goma-cache-dir", | 174 "--goma-cache-dir", |
173 "[GOMA_CACHE]", | 175 "[GOMA_CACHE]", |
174 "--build-tool", | 176 "--build-tool", |
175 "ninja", | 177 "ninja", |
(...skipping 14 matching lines...) Expand all Loading... |
190 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 192 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
191 "@@@STEP_LOG_END@json.output (invalid)@@@" | 193 "@@@STEP_LOG_END@json.output (invalid)@@@" |
192 ] | 194 ] |
193 }, | 195 }, |
194 { | 196 { |
195 "name": "$result", | 197 "name": "$result", |
196 "recipe_result": null, | 198 "recipe_result": null, |
197 "status_code": 0 | 199 "status_code": 0 |
198 } | 200 } |
199 ] | 201 ] |
OLD | NEW |