| 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 "client.v8.fyi", | 8 "client.v8.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux GN", | 10 "V8 Linux GN", |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 "--goma-cache-dir", | 260 "--goma-cache-dir", |
| 261 "[GOMA_CACHE]", | 261 "[GOMA_CACHE]", |
| 262 "--build-tool", | 262 "--build-tool", |
| 263 "ninja", | 263 "ninja", |
| 264 "--build-data-dir", | 264 "--build-data-dir", |
| 265 "[ROOT]/build_data_dir", | 265 "[ROOT]/build_data_dir", |
| 266 "--compiler", | 266 "--compiler", |
| 267 "goma", | 267 "goma", |
| 268 "--goma-jsonstatus", | 268 "--goma-jsonstatus", |
| 269 "/path/to/tmp/json", | 269 "/path/to/tmp/json", |
| 270 "--goma-service-account-json-file", |
| 271 "/creds/service_accounts/service-account-goma-client.json", |
| 270 "--goma-dir", | 272 "--goma-dir", |
| 271 "[CACHE]/cipd/goma", | 273 "[CACHE]/cipd/goma", |
| 272 "--ninja-ensure-up-to-date", | 274 "--ninja-ensure-up-to-date", |
| 273 "--", | 275 "--", |
| 274 "blink_tests", | 276 "blink_tests", |
| 275 "extensions_browsertests", | 277 "extensions_browsertests", |
| 276 "gin_unittests", | 278 "gin_unittests", |
| 277 "net_unittests", | 279 "net_unittests", |
| 278 "pdfium_test", | 280 "pdfium_test", |
| 279 "postmortem-metadata", | 281 "postmortem-metadata", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 308 ], | 310 ], |
| 309 "cwd": "[SLAVE_BUILD]", | 311 "cwd": "[SLAVE_BUILD]", |
| 310 "name": "package build" | 312 "name": "package build" |
| 311 }, | 313 }, |
| 312 { | 314 { |
| 313 "name": "$result", | 315 "name": "$result", |
| 314 "recipe_result": null, | 316 "recipe_result": null, |
| 315 "status_code": 0 | 317 "status_code": 0 |
| 316 } | 318 } |
| 317 ] | 319 ] |
| OLD | NEW |