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.gpu.fyi", | 8 "chromium.gpu.fyi", |
9 "--builder", | 9 "--builder", |
10 "GPU Linux Builder", | 10 "GPU Linux Builder", |
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
342 ] | 342 ] |
343 }, | 343 }, |
344 { | 344 { |
345 "cmd": [ | 345 "cmd": [ |
346 "python", | 346 "python", |
347 "-u", | 347 "-u", |
348 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 348 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
349 "--show-path", | 349 "--show-path", |
350 "python", | 350 "python", |
351 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 351 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 352 "--gsutil-py-path", |
| 353 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
352 "--ninja-path", | 354 "--ninja-path", |
353 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 355 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
354 "--target", | 356 "--target", |
355 "Release", | 357 "Release", |
356 "--src-dir", | 358 "--src-dir", |
357 "[SLAVE_BUILD]/src", | 359 "[SLAVE_BUILD]/src", |
358 "--goma-cache-dir", | 360 "--goma-cache-dir", |
359 "[GOMA_CACHE]", | 361 "[GOMA_CACHE]", |
360 "--build-tool", | 362 "--build-tool", |
361 "ninja", | 363 "ninja", |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 "~followup_annotations": [ | 572 "~followup_annotations": [ |
571 "@@@STEP_TEXT@Optional Linux Release (NVIDIA)@@@" | 573 "@@@STEP_TEXT@Optional Linux Release (NVIDIA)@@@" |
572 ] | 574 ] |
573 }, | 575 }, |
574 { | 576 { |
575 "name": "$result", | 577 "name": "$result", |
576 "recipe_result": null, | 578 "recipe_result": null, |
577 "status_code": 0 | 579 "status_code": 0 |
578 } | 580 } |
579 ] | 581 ] |
OLD | NEW |