| 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 "client.libyuv", | 8 "client.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Asan", | 10 "Linux Asan", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 ] | 82 ] |
| 83 }, | 83 }, |
| 84 { | 84 { |
| 85 "cmd": [ | 85 "cmd": [ |
| 86 "python", | 86 "python", |
| 87 "-u", | 87 "-u", |
| 88 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 88 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 89 "--show-path", | 89 "--show-path", |
| 90 "python", | 90 "python", |
| 91 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 91 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 92 "--gsutil-py-path", |
| 93 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 92 "--ninja-path", | 94 "--ninja-path", |
| 93 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 95 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 94 "--target", | 96 "--target", |
| 95 "Release", | 97 "Release", |
| 96 "--src-dir", | 98 "--src-dir", |
| 97 "[SLAVE_BUILD]/src", | 99 "[SLAVE_BUILD]/src", |
| 98 "--goma-cache-dir", | 100 "--goma-cache-dir", |
| 99 "[GOMA_CACHE]", | 101 "[GOMA_CACHE]", |
| 100 "--build-tool", | 102 "--build-tool", |
| 101 "ninja", | 103 "ninja", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 ], | 138 ], |
| 137 "cwd": "[SLAVE_BUILD]", | 139 "cwd": "[SLAVE_BUILD]", |
| 138 "name": "libyuv_unittest" | 140 "name": "libyuv_unittest" |
| 139 }, | 141 }, |
| 140 { | 142 { |
| 141 "name": "$result", | 143 "name": "$result", |
| 142 "recipe_result": null, | 144 "recipe_result": null, |
| 143 "status_code": 0 | 145 "status_code": 0 |
| 144 } | 146 } |
| 145 ] | 147 ] |
| OLD | NEW |