| 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.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux64 ASAN", | 10 "V8 Linux64 ASAN", |
| (...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 "--gsutil-py-path", | 301 "--gsutil-py-path", |
| 302 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 302 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 303 "--ninja-path", | 303 "--ninja-path", |
| 304 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 304 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 305 "--target", | 305 "--target", |
| 306 "Release", | 306 "Release", |
| 307 "--src-dir", | 307 "--src-dir", |
| 308 "[SLAVE_BUILD]/v8", | 308 "[SLAVE_BUILD]/v8", |
| 309 "--goma-cache-dir", | 309 "--goma-cache-dir", |
| 310 "[GOMA_CACHE]", | 310 "[GOMA_CACHE]", |
| 311 "--buildbot-buildername", | |
| 312 "V8 Linux64 ASAN", | |
| 313 "--buildbot-mastername", | |
| 314 "client.v8", | |
| 315 "--buildbot-slavename", | |
| 316 "TestSlavename", | |
| 317 "--compiler", | 311 "--compiler", |
| 318 "goma-clang", | 312 "goma-clang", |
| 319 "--goma-jsonstatus", | 313 "--goma-jsonstatus", |
| 320 "/path/to/tmp/json", | 314 "/path/to/tmp/json", |
| 321 "--goma-service-account-json-file", | 315 "--goma-service-account-json-file", |
| 322 "/creds/service_accounts/service-account-goma-client.json", | 316 "/creds/service_accounts/service-account-goma-client.json", |
| 323 "--goma-dir", | 317 "--goma-dir", |
| 324 "[CACHE]/cipd/goma", | 318 "[CACHE]/cipd/goma", |
| 325 "--" | 319 "--" |
| 326 ], | 320 ], |
| (...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 994 "~followup_annotations": [ | 988 "~followup_annotations": [ |
| 995 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel
- debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64
- debug builder<br />V8 Linux64 ASAN no inline - release builder@@@" | 989 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel
- debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64
- debug builder<br />V8 Linux64 ASAN no inline - release builder@@@" |
| 996 ] | 990 ] |
| 997 }, | 991 }, |
| 998 { | 992 { |
| 999 "name": "$result", | 993 "name": "$result", |
| 1000 "recipe_result": null, | 994 "recipe_result": null, |
| 1001 "status_code": 0 | 995 "status_code": 0 |
| 1002 } | 996 } |
| 1003 ] | 997 ] |
| OLD | NEW |