| 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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 281 "--build-data-dir", |
| 282 "[ROOT]/build_data_dir", | 282 "[ROOT]/build_data_dir", |
| 283 "--compiler", | 283 "--compiler", |
| 284 "goma-clang", | 284 "goma-clang", |
| 285 "--goma-jsonstatus", | 285 "--goma-jsonstatus", |
| 286 "/path/to/tmp/json", | 286 "/path/to/tmp/json", |
| 287 "--goma-service-account-json-file", |
| 288 "/creds/service_accounts/service-account-goma-client.json", |
| 287 "--mode", | 289 "--mode", |
| 288 "official", | 290 "official", |
| 289 "--goma-dir", | 291 "--goma-dir", |
| 290 "[CACHE]/cipd/goma", | 292 "[CACHE]/cipd/goma", |
| 291 "--clobber", | 293 "--clobber", |
| 292 "--", | 294 "--", |
| 293 "chrome" | 295 "chrome" |
| 294 ], | 296 ], |
| 295 "cwd": "[SLAVE_BUILD]", | 297 "cwd": "[SLAVE_BUILD]", |
| 296 "name": "compile", | 298 "name": "compile", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 ], | 332 ], |
| 331 "cwd": "[SLAVE_BUILD]", | 333 "cwd": "[SLAVE_BUILD]", |
| 332 "name": "sizes" | 334 "name": "sizes" |
| 333 }, | 335 }, |
| 334 { | 336 { |
| 335 "name": "$result", | 337 "name": "$result", |
| 336 "recipe_result": null, | 338 "recipe_result": null, |
| 337 "status_code": 0 | 339 "status_code": 0 |
| 338 } | 340 } |
| 339 ] | 341 ] |
| OLD | NEW |