| 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 Linux x64", | 10 "Google Chrome Linux x64", |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 "--src-dir", | 255 "--src-dir", |
| 256 "[SLAVE_BUILD]/src", | 256 "[SLAVE_BUILD]/src", |
| 257 "--goma-cache-dir", | 257 "--goma-cache-dir", |
| 258 "[GOMA_CACHE]", | 258 "[GOMA_CACHE]", |
| 259 "--build-tool", | 259 "--build-tool", |
| 260 "ninja", | 260 "ninja", |
| 261 "--compiler", | 261 "--compiler", |
| 262 "goma", | 262 "goma", |
| 263 "--goma-jsonstatus", | 263 "--goma-jsonstatus", |
| 264 "/path/to/tmp/json", | 264 "/path/to/tmp/json", |
| 265 "--goma-service-account-json-file", | |
| 266 "/creds/service_accounts/service-account-goma-client.json", | |
| 267 "--mode", | 265 "--mode", |
| 268 "official", | 266 "official", |
| 269 "--goma-dir", | 267 "--goma-dir", |
| 270 "[CACHE]/cipd/goma", | 268 "[CACHE]/cipd/goma", |
| 271 "--clobber", | 269 "--clobber", |
| 272 "--", | 270 "--", |
| 273 "chrome", | 271 "chrome", |
| 274 "linux_packages_all" | 272 "linux_packages_all" |
| 275 ], | 273 ], |
| 276 "cwd": "[SLAVE_BUILD]", | 274 "cwd": "[SLAVE_BUILD]", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 ], | 308 ], |
| 311 "cwd": "[SLAVE_BUILD]", | 309 "cwd": "[SLAVE_BUILD]", |
| 312 "name": "sizes" | 310 "name": "sizes" |
| 313 }, | 311 }, |
| 314 { | 312 { |
| 315 "name": "$result", | 313 "name": "$result", |
| 316 "recipe_result": null, | 314 "recipe_result": null, |
| 317 "status_code": 0 | 315 "status_code": 0 |
| 318 } | 316 } |
| 319 ] | 317 ] |
| OLD | NEW |