| 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.chrome", | 8 "chromium.chrome", |
| 9 "--builder", | 9 "--builder", |
| 10 "Google Chrome Mac", | 10 "Google Chrome Mac", |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 "--src-dir", | 275 "--src-dir", |
| 276 "[SLAVE_BUILD]/src", | 276 "[SLAVE_BUILD]/src", |
| 277 "--goma-cache-dir", | 277 "--goma-cache-dir", |
| 278 "[GOMA_CACHE]", | 278 "[GOMA_CACHE]", |
| 279 "--build-tool", | 279 "--build-tool", |
| 280 "ninja", | 280 "ninja", |
| 281 "--compiler", | 281 "--compiler", |
| 282 "goma-clang", | 282 "goma-clang", |
| 283 "--goma-jsonstatus", | 283 "--goma-jsonstatus", |
| 284 "/path/to/tmp/json", | 284 "/path/to/tmp/json", |
| 285 "--goma-service-account-json-file", |
| 286 "/creds/service_accounts/service-account-goma-client.json", |
| 285 "--mode", | 287 "--mode", |
| 286 "official", | 288 "official", |
| 287 "--goma-dir", | 289 "--goma-dir", |
| 288 "[BUILD]/goma", | 290 "[BUILD]/goma", |
| 289 "--clobber", | 291 "--clobber", |
| 290 "--", | 292 "--", |
| 291 "chrome" | 293 "chrome" |
| 292 ], | 294 ], |
| 293 "cwd": "[SLAVE_BUILD]", | 295 "cwd": "[SLAVE_BUILD]", |
| 294 "name": "compile", | 296 "name": "compile", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 ], | 330 ], |
| 329 "cwd": "[SLAVE_BUILD]", | 331 "cwd": "[SLAVE_BUILD]", |
| 330 "name": "sizes" | 332 "name": "sizes" |
| 331 }, | 333 }, |
| 332 { | 334 { |
| 333 "name": "$result", | 335 "name": "$result", |
| 334 "recipe_result": null, | 336 "recipe_result": null, |
| 335 "status_code": 0 | 337 "status_code": 0 |
| 336 } | 338 } |
| 337 ] | 339 ] |
| OLD | NEW |