| 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.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_asan", | 10 "linux_asan", |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 ] | 119 ] |
| 120 }, | 120 }, |
| 121 { | 121 { |
| 122 "cmd": [ | 122 "cmd": [ |
| 123 "python", | 123 "python", |
| 124 "-u", | 124 "-u", |
| 125 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 125 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 126 "--show-path", | 126 "--show-path", |
| 127 "python", | 127 "python", |
| 128 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 128 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 129 "--gsutil-py-path", |
| 130 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 129 "--ninja-path", | 131 "--ninja-path", |
| 130 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 132 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 131 "--target", | 133 "--target", |
| 132 "Release", | 134 "Release", |
| 133 "--src-dir", | 135 "--src-dir", |
| 134 "[SLAVE_BUILD]/src", | 136 "[SLAVE_BUILD]/src", |
| 135 "--goma-cache-dir", | 137 "--goma-cache-dir", |
| 136 "[GOMA_CACHE]", | 138 "[GOMA_CACHE]", |
| 137 "--build-tool", | 139 "--build-tool", |
| 138 "ninja", | 140 "ninja", |
| (...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 ], | 574 ], |
| 573 "cwd": "[SLAVE_BUILD]", | 575 "cwd": "[SLAVE_BUILD]", |
| 574 "name": "webrtc_nonparallel_tests" | 576 "name": "webrtc_nonparallel_tests" |
| 575 }, | 577 }, |
| 576 { | 578 { |
| 577 "name": "$result", | 579 "name": "$result", |
| 578 "recipe_result": null, | 580 "recipe_result": null, |
| 579 "status_code": 0 | 581 "status_code": 0 |
| 580 } | 582 } |
| 581 ] | 583 ] |
| OLD | NEW |