| 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", | 10 "linux", |
| (...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 "Debug", | 137 "Debug", |
| 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", | |
| 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 27 matching lines...) Expand all Loading... |
| 185 "libyuv_unittest" | 179 "libyuv_unittest" |
| 186 ], | 180 ], |
| 187 "name": "libyuv_unittest" | 181 "name": "libyuv_unittest" |
| 188 }, | 182 }, |
| 189 { | 183 { |
| 190 "name": "$result", | 184 "name": "$result", |
| 191 "recipe_result": null, | 185 "recipe_result": null, |
| 192 "status_code": 0 | 186 "status_code": 0 |
| 193 } | 187 } |
| 194 ] | 188 ] |
| OLD | NEW |