| 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.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_mac_rel_ng", | 10 "v8_mac_rel_ng", |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 "--gsutil-py-path", | 307 "--gsutil-py-path", |
| 308 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 308 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 309 "--ninja-path", | 309 "--ninja-path", |
| 310 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 310 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 311 "--target", | 311 "--target", |
| 312 "Release", | 312 "Release", |
| 313 "--src-dir", | 313 "--src-dir", |
| 314 "[SLAVE_BUILD]/v8", | 314 "[SLAVE_BUILD]/v8", |
| 315 "--goma-cache-dir", | 315 "--goma-cache-dir", |
| 316 "[GOMA_CACHE]", | 316 "[GOMA_CACHE]", |
| 317 "--buildbot-buildername", |
| 318 "v8_mac_rel_ng", |
| 319 "--buildbot-mastername", |
| 320 "tryserver.v8", |
| 321 "--buildbot-slavename", |
| 322 "TestSlavename", |
| 317 "--compiler", | 323 "--compiler", |
| 318 "goma-clang", | 324 "goma-clang", |
| 319 "--goma-jsonstatus", | 325 "--goma-jsonstatus", |
| 320 "/path/to/tmp/json", | 326 "/path/to/tmp/json", |
| 321 "--goma-service-account-json-file", | 327 "--goma-service-account-json-file", |
| 322 "/creds/service_accounts/service-account-goma-client.json", | 328 "/creds/service_accounts/service-account-goma-client.json", |
| 323 "--goma-dir", | 329 "--goma-dir", |
| 324 "[CACHE]/cipd/goma", | 330 "[CACHE]/cipd/goma", |
| 325 "--goma-fail-fast", | 331 "--goma-fail-fast", |
| 326 "--goma-disable-local-fallback", | 332 "--goma-disable-local-fallback", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 "~followup_annotations": [ | 404 "~followup_annotations": [ |
| 399 "@@@STEP_TEXT@v8_mac_rel_ng_triggered@@@" | 405 "@@@STEP_TEXT@v8_mac_rel_ng_triggered@@@" |
| 400 ] | 406 ] |
| 401 }, | 407 }, |
| 402 { | 408 { |
| 403 "name": "$result", | 409 "name": "$result", |
| 404 "recipe_result": null, | 410 "recipe_result": null, |
| 405 "status_code": 0 | 411 "status_code": 0 |
| 406 } | 412 } |
| 407 ] | 413 ] |
| OLD | NEW |