| 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", | |
| 406 "--goma-dir", | 404 "--goma-dir", |
| 407 "[CACHE]/cipd/goma", | 405 "[CACHE]/cipd/goma", |
| 408 "--goma-fail-fast", | 406 "--goma-fail-fast", |
| 409 "--goma-disable-local-fallback", | 407 "--goma-disable-local-fallback", |
| 410 "--", | 408 "--", |
| 411 "base_unittests", | 409 "base_unittests", |
| 412 "components_unittests", | 410 "components_unittests", |
| 413 "content_unittests", | 411 "content_unittests", |
| 414 "crypto_unittests", | 412 "crypto_unittests", |
| 415 "device_unittests", | 413 "device_unittests", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 447 ], | 445 ], |
| 448 "cwd": "[SLAVE_BUILD]", | 446 "cwd": "[SLAVE_BUILD]", |
| 449 "name": "mark: before_tests" | 447 "name": "mark: before_tests" |
| 450 }, | 448 }, |
| 451 { | 449 { |
| 452 "name": "$result", | 450 "name": "$result", |
| 453 "recipe_result": null, | 451 "recipe_result": null, |
| 454 "status_code": 0 | 452 "status_code": 0 |
| 455 } | 453 } |
| 456 ] | 454 ] |
| OLD | NEW |