| 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.dart.fyi", | 8 "client.dart.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8-mac-release", | 10 "v8-mac-release", |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 "--gsutil-py-path", | 250 "--gsutil-py-path", |
| 251 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 251 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 252 "--ninja-path", | 252 "--ninja-path", |
| 253 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 253 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 254 "--target", | 254 "--target", |
| 255 "Release", | 255 "Release", |
| 256 "--src-dir", | 256 "--src-dir", |
| 257 "[SLAVE_BUILD]/v8", | 257 "[SLAVE_BUILD]/v8", |
| 258 "--goma-cache-dir", | 258 "--goma-cache-dir", |
| 259 "[GOMA_CACHE]", | 259 "[GOMA_CACHE]", |
| 260 "--buildbot-buildername", | |
| 261 "v8-mac-release", | |
| 262 "--buildbot-mastername", | |
| 263 "client.dart.fyi", | |
| 264 "--buildbot-slavename", | |
| 265 "TestSlavename", | |
| 266 "--compiler", | 260 "--compiler", |
| 267 "goma-clang", | 261 "goma-clang", |
| 268 "--goma-jsonstatus", | 262 "--goma-jsonstatus", |
| 269 "/path/to/tmp/json", | 263 "/path/to/tmp/json", |
| 270 "--goma-service-account-json-file", | 264 "--goma-service-account-json-file", |
| 271 "/creds/service_accounts/service-account-goma-client.json", | 265 "/creds/service_accounts/service-account-goma-client.json", |
| 272 "--goma-dir", | 266 "--goma-dir", |
| 273 "[CACHE]/cipd/goma", | 267 "[CACHE]/cipd/goma", |
| 274 "--" | 268 "--" |
| 275 ], | 269 ], |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \"
mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v
8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}" | 301 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \"
mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v
8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}" |
| 308 ], | 302 ], |
| 309 "name": "package build" | 303 "name": "package build" |
| 310 }, | 304 }, |
| 311 { | 305 { |
| 312 "name": "$result", | 306 "name": "$result", |
| 313 "recipe_result": null, | 307 "recipe_result": null, |
| 314 "status_code": 0 | 308 "status_code": 0 |
| 315 } | 309 } |
| 316 ] | 310 ] |
| OLD | NEW |