| 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_valgrind", | 10 "linux_valgrind", |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 "--src-dir", | 394 "--src-dir", |
| 395 "[SLAVE_BUILD]/src", | 395 "[SLAVE_BUILD]/src", |
| 396 "--goma-cache-dir", | 396 "--goma-cache-dir", |
| 397 "[GOMA_CACHE]", | 397 "[GOMA_CACHE]", |
| 398 "--build-tool", | 398 "--build-tool", |
| 399 "ninja", | 399 "ninja", |
| 400 "--compiler", | 400 "--compiler", |
| 401 "goma", | 401 "goma", |
| 402 "--goma-jsonstatus", | 402 "--goma-jsonstatus", |
| 403 "/path/to/tmp/json", | 403 "/path/to/tmp/json", |
| 404 "--goma-service-account-json-file", |
| 405 "/creds/service_accounts/service-account-goma-client.json", |
| 404 "--goma-dir", | 406 "--goma-dir", |
| 405 "[CACHE]/cipd/goma", | 407 "[CACHE]/cipd/goma", |
| 406 "--goma-fail-fast", | 408 "--goma-fail-fast", |
| 407 "--goma-disable-local-fallback", | 409 "--goma-disable-local-fallback", |
| 408 "--", | 410 "--", |
| 409 "base_unittests", | 411 "base_unittests", |
| 410 "components_unittests", | 412 "components_unittests", |
| 411 "content_unittests", | 413 "content_unittests", |
| 412 "crypto_unittests", | 414 "crypto_unittests", |
| 413 "device_unittests", | 415 "device_unittests", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 ], | 447 ], |
| 446 "cwd": "[SLAVE_BUILD]", | 448 "cwd": "[SLAVE_BUILD]", |
| 447 "name": "mark: before_tests" | 449 "name": "mark: before_tests" |
| 448 }, | 450 }, |
| 449 { | 451 { |
| 450 "name": "$result", | 452 "name": "$result", |
| 451 "recipe_result": null, | 453 "recipe_result": null, |
| 452 "status_code": 0 | 454 "status_code": 0 |
| 453 } | 455 } |
| 454 ] | 456 ] |
| OLD | NEW |