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.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "CFI Linux", | 10 "CFI Linux", |
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
285 ] | 285 ] |
286 }, | 286 }, |
287 { | 287 { |
288 "cmd": [ | 288 "cmd": [ |
289 "python", | 289 "python", |
290 "-u", | 290 "-u", |
291 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 291 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
292 "--show-path", | 292 "--show-path", |
293 "python", | 293 "python", |
294 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 294 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 295 "--gsutil-py-path", |
| 296 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
295 "--ninja-path", | 297 "--ninja-path", |
296 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 298 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
297 "--target", | 299 "--target", |
298 "Release", | 300 "Release", |
299 "--src-dir", | 301 "--src-dir", |
300 "[SLAVE_BUILD]/src", | 302 "[SLAVE_BUILD]/src", |
301 "--goma-cache-dir", | 303 "--goma-cache-dir", |
302 "[GOMA_CACHE]", | 304 "[GOMA_CACHE]", |
303 "--build-tool", | 305 "--build-tool", |
304 "ninja", | 306 "ninja", |
305 "--compiler", | 307 "--compiler", |
306 "clang", | 308 "clang", |
307 "--goma-dir", | 309 "--goma-dir", |
308 "[SLAVE_BUILD]/src/build/goma/client", | 310 "[SLAVE_BUILD]/src/build/goma/client", |
309 "--", | 311 "--", |
310 "All" | 312 "All" |
311 ], | 313 ], |
312 "cwd": "[SLAVE_BUILD]", | 314 "cwd": "[SLAVE_BUILD]", |
313 "name": "compile" | 315 "name": "compile" |
314 }, | 316 }, |
315 { | 317 { |
316 "name": "$result", | 318 "name": "$result", |
317 "recipe_result": null, | 319 "recipe_result": null, |
318 "status_code": 0 | 320 "status_code": 0 |
319 } | 321 } |
320 ] | 322 ] |
OLD | NEW |