| 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", | |
| 357 "--goma-dir", | 355 "--goma-dir", |
| 358 "[CACHE]/cipd/goma", | 356 "[CACHE]/cipd/goma", |
| 359 "--goma-fail-fast", | 357 "--goma-fail-fast", |
| 360 "--goma-disable-local-fallback", | 358 "--goma-disable-local-fallback", |
| 361 "--ninja-ensure-up-to-date", | 359 "--ninja-ensure-up-to-date", |
| 362 "--clobber", | 360 "--clobber", |
| 363 "--", | 361 "--", |
| 364 "base_unittests", | 362 "base_unittests", |
| 365 "net_unittests" | 363 "net_unittests" |
| 366 ], | 364 ], |
| (...skipping 12 matching lines...) Expand all Loading... |
| 379 ], | 377 ], |
| 380 "cwd": "[SLAVE_BUILD]", | 378 "cwd": "[SLAVE_BUILD]", |
| 381 "name": "mark: before_tests" | 379 "name": "mark: before_tests" |
| 382 }, | 380 }, |
| 383 { | 381 { |
| 384 "name": "$result", | 382 "name": "$result", |
| 385 "recipe_result": null, | 383 "recipe_result": null, |
| 386 "status_code": 0 | 384 "status_code": 0 |
| 387 } | 385 } |
| 388 ] | 386 ] |
| OLD | NEW |