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 Builder (dbg)", | 10 "Android Builder (dbg)", |
(...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 "Debug", | 309 "Debug", |
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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 "~followup_annotations": [ | 519 "~followup_annotations": [ |
518 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@" | 520 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@" |
519 ] | 521 ] |
520 }, | 522 }, |
521 { | 523 { |
522 "name": "$result", | 524 "name": "$result", |
523 "recipe_result": null, | 525 "recipe_result": null, |
524 "status_code": 0 | 526 "status_code": 0 |
525 } | 527 } |
526 ] | 528 ] |
OLD | NEW |