OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "Chromium Mac 10.11", | 10 "Chromium Mac 10.11", |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 ] | 182 ] |
183 }, | 183 }, |
184 { | 184 { |
185 "cmd": [ | 185 "cmd": [ |
186 "python", | 186 "python", |
187 "-u", | 187 "-u", |
188 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 188 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
189 "--show-path", | 189 "--show-path", |
190 "python", | 190 "python", |
191 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 191 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 192 "--gsutil-py-path", |
| 193 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
192 "--ninja-path", | 194 "--ninja-path", |
193 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 195 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
194 "--target", | 196 "--target", |
195 "Release", | 197 "Release", |
196 "--src-dir", | 198 "--src-dir", |
197 "[SLAVE_BUILD]/src", | 199 "[SLAVE_BUILD]/src", |
198 "--goma-cache-dir", | 200 "--goma-cache-dir", |
199 "[GOMA_CACHE]", | 201 "[GOMA_CACHE]", |
200 "--build-tool", | 202 "--build-tool", |
201 "ninja", | 203 "ninja", |
(...skipping 13 matching lines...) Expand all Loading... |
215 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 217 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
216 "@@@STEP_LOG_END@json.output (invalid)@@@" | 218 "@@@STEP_LOG_END@json.output (invalid)@@@" |
217 ] | 219 ] |
218 }, | 220 }, |
219 { | 221 { |
220 "name": "$result", | 222 "name": "$result", |
221 "recipe_result": null, | 223 "recipe_result": null, |
222 "status_code": 0 | 224 "status_code": 0 |
223 } | 225 } |
224 ] | 226 ] |
OLD | NEW |