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.linux", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Android GN", | 10 "Android GN", |
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 "name": "generate_build_files" | 295 "name": "generate_build_files" |
296 }, | 296 }, |
297 { | 297 { |
298 "cmd": [ | 298 "cmd": [ |
299 "python", | 299 "python", |
300 "-u", | 300 "-u", |
301 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 301 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
302 "--show-path", | 302 "--show-path", |
303 "python", | 303 "python", |
304 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 304 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 305 "--gsutil-py-path", |
| 306 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
305 "--ninja-path", | 307 "--ninja-path", |
306 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 308 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
307 "--target", | 309 "--target", |
308 "Release", | 310 "Release", |
309 "--src-dir", | 311 "--src-dir", |
310 "[SLAVE_BUILD]/src", | 312 "[SLAVE_BUILD]/src", |
311 "--goma-cache-dir", | 313 "--goma-cache-dir", |
312 "[GOMA_CACHE]", | 314 "[GOMA_CACHE]", |
313 "--build-tool", | 315 "--build-tool", |
314 "ninja", | 316 "ninja", |
(...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
954 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 956 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
955 "@@@STEP_LOG_END@python.inline@@@" | 957 "@@@STEP_LOG_END@python.inline@@@" |
956 ] | 958 ] |
957 }, | 959 }, |
958 { | 960 { |
959 "name": "$result", | 961 "name": "$result", |
960 "recipe_result": null, | 962 "recipe_result": null, |
961 "status_code": 0 | 963 "status_code": 0 |
962 } | 964 } |
963 ] | 965 ] |
OLD | NEW |