| 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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_clobber_rel_ng", | 10 "linux_chromium_clobber_rel_ng", |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 "--src-dir", | 345 "--src-dir", |
| 346 "[SLAVE_BUILD]/src", | 346 "[SLAVE_BUILD]/src", |
| 347 "--goma-cache-dir", | 347 "--goma-cache-dir", |
| 348 "[GOMA_CACHE]", | 348 "[GOMA_CACHE]", |
| 349 "--build-tool", | 349 "--build-tool", |
| 350 "ninja", | 350 "ninja", |
| 351 "--compiler", | 351 "--compiler", |
| 352 "goma", | 352 "goma", |
| 353 "--goma-jsonstatus", | 353 "--goma-jsonstatus", |
| 354 "/path/to/tmp/json", | 354 "/path/to/tmp/json", |
| 355 "--goma-service-account-json-file", |
| 356 "/creds/service_accounts/service-account-goma-client.json", |
| 355 "--goma-dir", | 357 "--goma-dir", |
| 356 "[CACHE]/cipd/goma", | 358 "[CACHE]/cipd/goma", |
| 357 "--goma-fail-fast", | 359 "--goma-fail-fast", |
| 358 "--goma-disable-local-fallback", | 360 "--goma-disable-local-fallback", |
| 359 "--ninja-ensure-up-to-date", | 361 "--ninja-ensure-up-to-date", |
| 360 "--clobber", | 362 "--clobber", |
| 361 "--", | 363 "--", |
| 362 "base_unittests", | 364 "base_unittests", |
| 363 "net_unittests" | 365 "net_unittests" |
| 364 ], | 366 ], |
| (...skipping 12 matching lines...) Expand all Loading... |
| 377 ], | 379 ], |
| 378 "cwd": "[SLAVE_BUILD]", | 380 "cwd": "[SLAVE_BUILD]", |
| 379 "name": "mark: before_tests" | 381 "name": "mark: before_tests" |
| 380 }, | 382 }, |
| 381 { | 383 { |
| 382 "name": "$result", | 384 "name": "$result", |
| 383 "recipe_result": null, | 385 "recipe_result": null, |
| 384 "status_code": 0 | 386 "status_code": 0 |
| 385 } | 387 } |
| 386 ] | 388 ] |
| OLD | NEW |