| 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 261 "--build-data-dir", |
| 262 "[ROOT]/build_data_dir", | 262 "[ROOT]/build_data_dir", |
| 263 "--compiler", | 263 "--compiler", |
| 264 "goma", | 264 "goma", |
| 265 "--goma-jsonstatus", | 265 "--goma-jsonstatus", |
| 266 "/path/to/tmp/json", | 266 "/path/to/tmp/json", |
| 267 "--goma-service-account-json-file", |
| 268 "/creds/service_accounts/service-account-goma-client.json", |
| 267 "--mode", | 269 "--mode", |
| 268 "official", | 270 "official", |
| 269 "--goma-dir", | 271 "--goma-dir", |
| 270 "[CACHE]/cipd/goma", | 272 "[CACHE]/cipd/goma", |
| 271 "--clobber", | 273 "--clobber", |
| 272 "--", | 274 "--", |
| 273 "chrome", | 275 "chrome", |
| 274 "linux_packages_all" | 276 "linux_packages_all" |
| 275 ], | 277 ], |
| 276 "cwd": "[SLAVE_BUILD]", | 278 "cwd": "[SLAVE_BUILD]", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 ], | 312 ], |
| 311 "cwd": "[SLAVE_BUILD]", | 313 "cwd": "[SLAVE_BUILD]", |
| 312 "name": "sizes" | 314 "name": "sizes" |
| 313 }, | 315 }, |
| 314 { | 316 { |
| 315 "name": "$result", | 317 "name": "$result", |
| 316 "recipe_result": null, | 318 "recipe_result": null, |
| 317 "status_code": 0 | 319 "status_code": 0 |
| 318 } | 320 } |
| 319 ] | 321 ] |
| OLD | NEW |