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 14 matching lines...) Expand all Loading... |
176 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 178 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
177 "@@@STEP_LOG_END@json.output (invalid)@@@" | 179 "@@@STEP_LOG_END@json.output (invalid)@@@" |
178 ] | 180 ] |
179 }, | 181 }, |
180 { | 182 { |
181 "name": "$result", | 183 "name": "$result", |
182 "recipe_result": null, | 184 "recipe_result": null, |
183 "status_code": 0 | 185 "status_code": 0 |
184 } | 186 } |
185 ] | 187 ] |
OLD | NEW |