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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 ] | 151 ] |
152 }, | 152 }, |
153 { | 153 { |
154 "cmd": [ | 154 "cmd": [ |
155 "python", | 155 "python", |
156 "-u", | 156 "-u", |
157 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 157 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
158 "--show-path", | 158 "--show-path", |
159 "python", | 159 "python", |
160 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 160 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 161 "--gsutil-py-path", |
| 162 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
161 "--ninja-path", | 163 "--ninja-path", |
162 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 164 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
163 "--target", | 165 "--target", |
164 "Release-iphoneos", | 166 "Release-iphoneos", |
165 "--src-dir", | 167 "--src-dir", |
166 "[SLAVE_BUILD]/src", | 168 "[SLAVE_BUILD]/src", |
167 "--goma-cache-dir", | 169 "--goma-cache-dir", |
168 "[GOMA_CACHE]", | 170 "[GOMA_CACHE]", |
169 "--build-tool", | 171 "--build-tool", |
170 "ninja", | 172 "ninja", |
(...skipping 12 matching lines...) Expand all Loading... |
183 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 185 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
184 "@@@STEP_LOG_END@json.output (invalid)@@@" | 186 "@@@STEP_LOG_END@json.output (invalid)@@@" |
185 ] | 187 ] |
186 }, | 188 }, |
187 { | 189 { |
188 "name": "$result", | 190 "name": "$result", |
189 "recipe_result": null, | 191 "recipe_result": null, |
190 "status_code": 0 | 192 "status_code": 0 |
191 } | 193 } |
192 ] | 194 ] |
OLD | NEW |