| 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 "Win64 Release (Clang)", | 10 "Win64 Release (Clang)", |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 "--gsutil-py-path", | 152 "--gsutil-py-path", |
| 153 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 153 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 154 "--ninja-path", | 154 "--ninja-path", |
| 155 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 155 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 156 "--target", | 156 "--target", |
| 157 "Release_x64", | 157 "Release_x64", |
| 158 "--src-dir", | 158 "--src-dir", |
| 159 "[SLAVE_BUILD]\\src", | 159 "[SLAVE_BUILD]\\src", |
| 160 "--goma-cache-dir", | 160 "--goma-cache-dir", |
| 161 "[GOMA_CACHE]", | 161 "[GOMA_CACHE]", |
| 162 "--buildbot-buildername", | |
| 163 "Win64 Release (Clang)", | |
| 164 "--buildbot-mastername", | |
| 165 "client.libyuv", | |
| 166 "--buildbot-slavename", | |
| 167 "slavename", | |
| 168 "--compiler", | 162 "--compiler", |
| 169 "goma-clang", | 163 "goma-clang", |
| 170 "--goma-jsonstatus", | 164 "--goma-jsonstatus", |
| 171 "/path/to/tmp/json", | 165 "/path/to/tmp/json", |
| 172 "--goma-service-account-json-file", | 166 "--goma-service-account-json-file", |
| 173 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 167 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 174 "--goma-dir", | 168 "--goma-dir", |
| 175 "[CACHE]\\cipd\\goma", | 169 "[CACHE]\\cipd\\goma", |
| 176 "--", | 170 "--", |
| 177 "All" | 171 "All" |
| (...skipping 24 matching lines...) Expand all Loading... |
| 202 "libyuv_unittest.exe" | 196 "libyuv_unittest.exe" |
| 203 ], | 197 ], |
| 204 "name": "libyuv_unittest" | 198 "name": "libyuv_unittest" |
| 205 }, | 199 }, |
| 206 { | 200 { |
| 207 "name": "$result", | 201 "name": "$result", |
| 208 "recipe_result": null, | 202 "recipe_result": null, |
| 209 "status_code": 0 | 203 "status_code": 0 |
| 210 } | 204 } |
| 211 ] | 205 ] |
| OLD | NEW |