| 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 "linux_memcheck", | 10 "linux_memcheck", |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 "--gsutil-py-path", | 132 "--gsutil-py-path", |
| 133 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 133 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 134 "--ninja-path", | 134 "--ninja-path", |
| 135 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 135 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 136 "--target", | 136 "--target", |
| 137 "Release", | 137 "Release", |
| 138 "--src-dir", | 138 "--src-dir", |
| 139 "[SLAVE_BUILD]/src", | 139 "[SLAVE_BUILD]/src", |
| 140 "--goma-cache-dir", | 140 "--goma-cache-dir", |
| 141 "[GOMA_CACHE]", | 141 "[GOMA_CACHE]", |
| 142 "--buildbot-buildername", | |
| 143 "linux_memcheck", | |
| 144 "--buildbot-mastername", | |
| 145 "tryserver.libyuv", | |
| 146 "--buildbot-slavename", | |
| 147 "slavename", | |
| 148 "--compiler", | 142 "--compiler", |
| 149 "goma", | 143 "goma", |
| 150 "--goma-jsonstatus", | 144 "--goma-jsonstatus", |
| 151 "/path/to/tmp/json", | 145 "/path/to/tmp/json", |
| 152 "--goma-service-account-json-file", | 146 "--goma-service-account-json-file", |
| 153 "/creds/service_accounts/service-account-goma-client.json", | 147 "/creds/service_accounts/service-account-goma-client.json", |
| 154 "--goma-dir", | 148 "--goma-dir", |
| 155 "[CACHE]/cipd/goma", | 149 "[CACHE]/cipd/goma", |
| 156 "--goma-fail-fast", | 150 "--goma-fail-fast", |
| 157 "--goma-disable-local-fallback", | 151 "--goma-disable-local-fallback", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 "memcheck" | 186 "memcheck" |
| 193 ], | 187 ], |
| 194 "name": "libyuv_unittest" | 188 "name": "libyuv_unittest" |
| 195 }, | 189 }, |
| 196 { | 190 { |
| 197 "name": "$result", | 191 "name": "$result", |
| 198 "recipe_result": null, | 192 "recipe_result": null, |
| 199 "status_code": 0 | 193 "status_code": 0 |
| 200 } | 194 } |
| 201 ] | 195 ] |
| OLD | NEW |