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 Mac Builder", | 10 "GPU Mac Builder", |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 ] | 283 ] |
284 }, | 284 }, |
285 { | 285 { |
286 "cmd": [ | 286 "cmd": [ |
287 "python", | 287 "python", |
288 "-u", | 288 "-u", |
289 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 289 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
290 "--show-path", | 290 "--show-path", |
291 "python", | 291 "python", |
292 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 292 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 293 "--gsutil-py-path", |
| 294 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
293 "--ninja-path", | 295 "--ninja-path", |
294 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 296 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
295 "--target", | 297 "--target", |
296 "Release", | 298 "Release", |
297 "--src-dir", | 299 "--src-dir", |
298 "[SLAVE_BUILD]/src", | 300 "[SLAVE_BUILD]/src", |
299 "--goma-cache-dir", | 301 "--goma-cache-dir", |
300 "[GOMA_CACHE]", | 302 "[GOMA_CACHE]", |
301 "--build-tool", | 303 "--build-tool", |
302 "ninja", | 304 "ninja", |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 "~followup_annotations": [ | 567 "~followup_annotations": [ |
566 "@@@STEP_TEXT@Optional Mac Retina Release@@@" | 568 "@@@STEP_TEXT@Optional Mac Retina Release@@@" |
567 ] | 569 ] |
568 }, | 570 }, |
569 { | 571 { |
570 "name": "$result", | 572 "name": "$result", |
571 "recipe_result": null, | 573 "recipe_result": null, |
572 "status_code": 0 | 574 "status_code": 0 |
573 } | 575 } |
574 ] | 576 ] |
OLD | NEW |