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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
305 "name": "generate_build_files" | 305 "name": "generate_build_files" |
306 }, | 306 }, |
307 { | 307 { |
308 "cmd": [ | 308 "cmd": [ |
309 "python", | 309 "python", |
310 "-u", | 310 "-u", |
311 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 311 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
312 "--show-path", | 312 "--show-path", |
313 "python", | 313 "python", |
314 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 314 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 315 "--gsutil-py-path", |
| 316 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
315 "--ninja-path", | 317 "--ninja-path", |
316 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 318 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
317 "--target", | 319 "--target", |
318 "Release", | 320 "Release", |
319 "--src-dir", | 321 "--src-dir", |
320 "[SLAVE_BUILD]/src", | 322 "[SLAVE_BUILD]/src", |
321 "--goma-cache-dir", | 323 "--goma-cache-dir", |
322 "[GOMA_CACHE]", | 324 "[GOMA_CACHE]", |
323 "--build-tool", | 325 "--build-tool", |
324 "ninja", | 326 "ninja", |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
521 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 523 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
522 "@@@STEP_LOG_END@python.inline@@@" | 524 "@@@STEP_LOG_END@python.inline@@@" |
523 ] | 525 ] |
524 }, | 526 }, |
525 { | 527 { |
526 "name": "$result", | 528 "name": "$result", |
527 "recipe_result": null, | 529 "recipe_result": null, |
528 "status_code": 0 | 530 "status_code": 0 |
529 } | 531 } |
530 ] | 532 ] |
OLD | NEW |