| 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.libyuv", | 8 "tryserver.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "mac_asan", | 10 "mac_asan", |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 "--gsutil-py-path", | 154 "--gsutil-py-path", |
| 155 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 155 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 156 "--ninja-path", | 156 "--ninja-path", |
| 157 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 157 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 158 "--target", | 158 "--target", |
| 159 "Release", | 159 "Release", |
| 160 "--src-dir", | 160 "--src-dir", |
| 161 "[SLAVE_BUILD]/src", | 161 "[SLAVE_BUILD]/src", |
| 162 "--goma-cache-dir", | 162 "--goma-cache-dir", |
| 163 "[GOMA_CACHE]", | 163 "[GOMA_CACHE]", |
| 164 "--buildbot-buildername", |
| 165 "mac_asan", |
| 166 "--buildbot-mastername", |
| 167 "tryserver.libyuv", |
| 168 "--buildbot-slavename", |
| 169 "slavename", |
| 164 "--compiler", | 170 "--compiler", |
| 165 "goma-clang", | 171 "goma-clang", |
| 166 "--goma-jsonstatus", | 172 "--goma-jsonstatus", |
| 167 "/path/to/tmp/json", | 173 "/path/to/tmp/json", |
| 168 "--goma-service-account-json-file", | 174 "--goma-service-account-json-file", |
| 169 "/creds/service_accounts/service-account-goma-client.json", | 175 "/creds/service_accounts/service-account-goma-client.json", |
| 170 "--goma-dir", | 176 "--goma-dir", |
| 171 "[CACHE]/cipd/goma", | 177 "[CACHE]/cipd/goma", |
| 172 "--goma-fail-fast", | 178 "--goma-fail-fast", |
| 173 "--goma-disable-local-fallback", | 179 "--goma-disable-local-fallback", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 201 "libyuv_unittest" | 207 "libyuv_unittest" |
| 202 ], | 208 ], |
| 203 "name": "libyuv_unittest" | 209 "name": "libyuv_unittest" |
| 204 }, | 210 }, |
| 205 { | 211 { |
| 206 "name": "$result", | 212 "name": "$result", |
| 207 "recipe_result": null, | 213 "recipe_result": null, |
| 208 "status_code": 0 | 214 "status_code": 0 |
| 209 } | 215 } |
| 210 ] | 216 ] |
| OLD | NEW |