| 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 GCC", | 10 "Linux GCC", |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 "--gsutil-py-path", | 130 "--gsutil-py-path", |
| 131 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 131 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 132 "--ninja-path", | 132 "--ninja-path", |
| 133 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 133 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 134 "--target", | 134 "--target", |
| 135 "Release", | 135 "Release", |
| 136 "--src-dir", | 136 "--src-dir", |
| 137 "[SLAVE_BUILD]/src", | 137 "[SLAVE_BUILD]/src", |
| 138 "--goma-cache-dir", | 138 "--goma-cache-dir", |
| 139 "[GOMA_CACHE]", | 139 "[GOMA_CACHE]", |
| 140 "--buildbot-buildername", | |
| 141 "Linux GCC", | |
| 142 "--buildbot-mastername", | |
| 143 "client.libyuv", | |
| 144 "--buildbot-slavename", | |
| 145 "slavename", | |
| 146 "--compiler", | 140 "--compiler", |
| 147 "goma", | 141 "goma", |
| 148 "--goma-jsonstatus", | 142 "--goma-jsonstatus", |
| 149 "/path/to/tmp/json", | 143 "/path/to/tmp/json", |
| 150 "--goma-service-account-json-file", | 144 "--goma-service-account-json-file", |
| 151 "/creds/service_accounts/service-account-goma-client.json", | 145 "/creds/service_accounts/service-account-goma-client.json", |
| 152 "--goma-dir", | 146 "--goma-dir", |
| 153 "[CACHE]/cipd/goma", | 147 "[CACHE]/cipd/goma", |
| 154 "--", | 148 "--", |
| 155 "All" | 149 "All" |
| (...skipping 25 matching lines...) Expand all Loading... |
| 181 "libyuv_unittest" | 175 "libyuv_unittest" |
| 182 ], | 176 ], |
| 183 "name": "libyuv_unittest" | 177 "name": "libyuv_unittest" |
| 184 }, | 178 }, |
| 185 { | 179 { |
| 186 "name": "$result", | 180 "name": "$result", |
| 187 "recipe_result": null, | 181 "recipe_result": null, |
| 188 "status_code": 0 | 182 "status_code": 0 |
| 189 } | 183 } |
| 190 ] | 184 ] |
| OLD | NEW |