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 "client.skia", | 8 "client.skia", |
9 "--builder", | 9 "--builder", |
10 "Mac Builder", | 10 "Mac Builder", |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 ] | 257 ] |
258 }, | 258 }, |
259 { | 259 { |
260 "cmd": [ | 260 "cmd": [ |
261 "python", | 261 "python", |
262 "-u", | 262 "-u", |
263 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 263 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
264 "--show-path", | 264 "--show-path", |
265 "python", | 265 "python", |
266 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 266 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 267 "--gsutil-py-path", |
| 268 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
267 "--ninja-path", | 269 "--ninja-path", |
268 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 270 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
269 "--target", | 271 "--target", |
270 "Release", | 272 "Release", |
271 "--src-dir", | 273 "--src-dir", |
272 "[SLAVE_BUILD]/src", | 274 "[SLAVE_BUILD]/src", |
273 "--goma-cache-dir", | 275 "--goma-cache-dir", |
274 "[GOMA_CACHE]", | 276 "[GOMA_CACHE]", |
275 "--build-tool", | 277 "--build-tool", |
276 "ninja", | 278 "ninja", |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
380 "~followup_annotations": [ | 382 "~followup_annotations": [ |
381 "@@@STEP_TEXT@Mac10.9 Tests@@@" | 383 "@@@STEP_TEXT@Mac10.9 Tests@@@" |
382 ] | 384 ] |
383 }, | 385 }, |
384 { | 386 { |
385 "name": "$result", | 387 "name": "$result", |
386 "recipe_result": null, | 388 "recipe_result": null, |
387 "status_code": 0 | 389 "status_code": 0 |
388 } | 390 } |
389 ] | 391 ] |
OLD | NEW |