| 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", | |
| 287 "--mode", | 285 "--mode", |
| 288 "official", | 286 "official", |
| 289 "--goma-dir", | 287 "--goma-dir", |
| 290 "[CACHE]/cipd/goma", | 288 "[CACHE]/cipd/goma", |
| 291 "--clobber", | 289 "--clobber", |
| 292 "--", | 290 "--", |
| 293 "chrome" | 291 "chrome" |
| 294 ], | 292 ], |
| 295 "cwd": "[SLAVE_BUILD]", | 293 "cwd": "[SLAVE_BUILD]", |
| 296 "name": "compile", | 294 "name": "compile", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 ], | 328 ], |
| 331 "cwd": "[SLAVE_BUILD]", | 329 "cwd": "[SLAVE_BUILD]", |
| 332 "name": "sizes" | 330 "name": "sizes" |
| 333 }, | 331 }, |
| 334 { | 332 { |
| 335 "name": "$result", | 333 "name": "$result", |
| 336 "recipe_result": null, | 334 "recipe_result": null, |
| 337 "status_code": 0 | 335 "status_code": 0 |
| 338 } | 336 } |
| 339 ] | 337 ] |
| OLD | NEW |