| 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_msan", | 10 "linux_msan", |
| (...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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 557 ], | 559 ], |
| 558 "cwd": "[SLAVE_BUILD]", | 560 "cwd": "[SLAVE_BUILD]", |
| 559 "name": "webrtc_nonparallel_tests" | 561 "name": "webrtc_nonparallel_tests" |
| 560 }, | 562 }, |
| 561 { | 563 { |
| 562 "name": "$result", | 564 "name": "$result", |
| 563 "recipe_result": null, | 565 "recipe_result": null, |
| 564 "status_code": 0 | 566 "status_code": 0 |
| 565 } | 567 } |
| 566 ] | 568 ] |
| OLD | NEW |