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 "Android Cloud Tests", | 10 "Android Cloud Tests", |
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 "name": "generate_build_files" | 294 "name": "generate_build_files" |
295 }, | 295 }, |
296 { | 296 { |
297 "cmd": [ | 297 "cmd": [ |
298 "python", | 298 "python", |
299 "-u", | 299 "-u", |
300 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 300 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
301 "--show-path", | 301 "--show-path", |
302 "python", | 302 "python", |
303 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 303 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 304 "--gsutil-py-path", |
| 305 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
304 "--ninja-path", | 306 "--ninja-path", |
305 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 307 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
306 "--target", | 308 "--target", |
307 "Release", | 309 "Release", |
308 "--src-dir", | 310 "--src-dir", |
309 "[SLAVE_BUILD]/src", | 311 "[SLAVE_BUILD]/src", |
310 "--goma-cache-dir", | 312 "--goma-cache-dir", |
311 "[GOMA_CACHE]", | 313 "[GOMA_CACHE]", |
312 "--build-tool", | 314 "--build-tool", |
313 "ninja", | 315 "ninja", |
(...skipping 14 matching lines...) Expand all Loading... |
328 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 330 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
329 "@@@STEP_LOG_END@json.output (invalid)@@@" | 331 "@@@STEP_LOG_END@json.output (invalid)@@@" |
330 ] | 332 ] |
331 }, | 333 }, |
332 { | 334 { |
333 "name": "$result", | 335 "name": "$result", |
334 "recipe_result": null, | 336 "recipe_result": null, |
335 "status_code": 0 | 337 "status_code": 0 |
336 } | 338 } |
337 ] | 339 ] |
OLD | NEW |