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", | 8 "chromium.gpu", |
9 "--builder", | 9 "--builder", |
10 "GPU Mac Builder", | 10 "GPU Mac Builder", |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 ] | 266 ] |
267 }, | 267 }, |
268 { | 268 { |
269 "cmd": [ | 269 "cmd": [ |
270 "python", | 270 "python", |
271 "-u", | 271 "-u", |
272 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 272 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
273 "--show-path", | 273 "--show-path", |
274 "python", | 274 "python", |
275 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 275 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 276 "--gsutil-py-path", |
| 277 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
276 "--ninja-path", | 278 "--ninja-path", |
277 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 279 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
278 "--target", | 280 "--target", |
279 "Release", | 281 "Release", |
280 "--src-dir", | 282 "--src-dir", |
281 "[SLAVE_BUILD]/src", | 283 "[SLAVE_BUILD]/src", |
282 "--goma-cache-dir", | 284 "--goma-cache-dir", |
283 "[GOMA_CACHE]", | 285 "[GOMA_CACHE]", |
284 "--build-tool", | 286 "--build-tool", |
285 "ninja", | 287 "ninja", |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
440 "~followup_annotations": [ | 442 "~followup_annotations": [ |
441 "@@@STEP_TEXT@Mac Retina Release@@@" | 443 "@@@STEP_TEXT@Mac Retina Release@@@" |
442 ] | 444 ] |
443 }, | 445 }, |
444 { | 446 { |
445 "name": "$result", | 447 "name": "$result", |
446 "recipe_result": null, | 448 "recipe_result": null, |
447 "status_code": 0 | 449 "status_code": 0 |
448 } | 450 } |
449 ] | 451 ] |
OLD | NEW |