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.webrtc.fyi", | 8 "chromium.webrtc.fyi", |
9 "--builder", | 9 "--builder", |
10 "Android GN", | 10 "Android GN", |
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 "name": "generate_build_files" | 316 "name": "generate_build_files" |
317 }, | 317 }, |
318 { | 318 { |
319 "cmd": [ | 319 "cmd": [ |
320 "python", | 320 "python", |
321 "-u", | 321 "-u", |
322 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 322 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
323 "--show-path", | 323 "--show-path", |
324 "python", | 324 "python", |
325 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 325 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 326 "--gsutil-py-path", |
| 327 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
326 "--ninja-path", | 328 "--ninja-path", |
327 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 329 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
328 "--target", | 330 "--target", |
329 "Release", | 331 "Release", |
330 "--src-dir", | 332 "--src-dir", |
331 "[SLAVE_BUILD]/src", | 333 "[SLAVE_BUILD]/src", |
332 "--goma-cache-dir", | 334 "--goma-cache-dir", |
333 "[GOMA_CACHE]", | 335 "[GOMA_CACHE]", |
334 "--build-tool", | 336 "--build-tool", |
335 "ninja", | 337 "ninja", |
(...skipping 14 matching lines...) Expand all Loading... |
350 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 352 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
351 "@@@STEP_LOG_END@json.output (invalid)@@@" | 353 "@@@STEP_LOG_END@json.output (invalid)@@@" |
352 ] | 354 ] |
353 }, | 355 }, |
354 { | 356 { |
355 "name": "$result", | 357 "name": "$result", |
356 "recipe_result": null, | 358 "recipe_result": null, |
357 "status_code": 0 | 359 "status_code": 0 |
358 } | 360 } |
359 ] | 361 ] |
OLD | NEW |