| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 7 "--show-path", | 7 "--show-path", |
| 8 "python", | 8 "python", |
| 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 10 ], | 10 ], |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 "--src-dir", | 178 "--src-dir", |
| 179 "[SLAVE_BUILD]/src", | 179 "[SLAVE_BUILD]/src", |
| 180 "--goma-cache-dir", | 180 "--goma-cache-dir", |
| 181 "[GOMA_CACHE]", | 181 "[GOMA_CACHE]", |
| 182 "--buildbot-buildername", | 182 "--buildbot-buildername", |
| 183 "mac", | 183 "mac", |
| 184 "--buildbot-mastername", | 184 "--buildbot-mastername", |
| 185 "tryserver.libyuv", | 185 "tryserver.libyuv", |
| 186 "--buildbot-slavename", | 186 "--buildbot-slavename", |
| 187 "slavename", | 187 "slavename", |
| 188 "--goma-deps-cache-file", |
| 189 "mac.gomadeps", |
| 188 "--compiler", | 190 "--compiler", |
| 189 "goma-clang", | 191 "goma-clang", |
| 190 "--goma-jsonstatus", | 192 "--goma-jsonstatus", |
| 191 "/path/to/tmp/json", | 193 "/path/to/tmp/json", |
| 192 "--goma-service-account-json-file", | 194 "--goma-service-account-json-file", |
| 193 "/creds/service_accounts/service-account-goma-client.json", | 195 "/creds/service_accounts/service-account-goma-client.json", |
| 194 "--goma-dir", | 196 "--goma-dir", |
| 195 "[CACHE]/cipd/goma", | 197 "[CACHE]/cipd/goma", |
| 196 "--goma-fail-fast", | 198 "--goma-fail-fast", |
| 197 "--goma-disable-local-fallback", | 199 "--goma-disable-local-fallback", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 225 "libyuv_unittest" | 227 "libyuv_unittest" |
| 226 ], | 228 ], |
| 227 "name": "libyuv_unittest" | 229 "name": "libyuv_unittest" |
| 228 }, | 230 }, |
| 229 { | 231 { |
| 230 "name": "$result", | 232 "name": "$result", |
| 231 "recipe_result": null, | 233 "recipe_result": null, |
| 232 "status_code": 0 | 234 "status_code": 0 |
| 233 } | 235 } |
| 234 ] | 236 ] |
| OLD | NEW |