| 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 "--gsutil-py-path", | 295 "--gsutil-py-path", |
| 296 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 296 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 297 "--ninja-path", | 297 "--ninja-path", |
| 298 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 298 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 299 "--target", | 299 "--target", |
| 300 "Release", | 300 "Release", |
| 301 "--src-dir", | 301 "--src-dir", |
| 302 "[SLAVE_BUILD]/v8", | 302 "[SLAVE_BUILD]/v8", |
| 303 "--goma-cache-dir", | 303 "--goma-cache-dir", |
| 304 "[GOMA_CACHE]", | 304 "[GOMA_CACHE]", |
| 305 "--build-tool", | |
| 306 "ninja", | |
| 307 "--compiler", | 305 "--compiler", |
| 308 "goma-clang", | 306 "goma-clang", |
| 309 "--goma-jsonstatus", | 307 "--goma-jsonstatus", |
| 310 "/path/to/tmp/json", | 308 "/path/to/tmp/json", |
| 311 "--goma-service-account-json-file", | 309 "--goma-service-account-json-file", |
| 312 "/creds/service_accounts/service-account-goma-client.json", | 310 "/creds/service_accounts/service-account-goma-client.json", |
| 313 "--goma-dir", | 311 "--goma-dir", |
| 314 "[CACHE]/cipd/goma", | 312 "[CACHE]/cipd/goma", |
| 315 "--" | 313 "--" |
| 316 ], | 314 ], |
| (...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 855 "~followup_annotations": [ | 853 "~followup_annotations": [ |
| 856 "@@@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@@@" | 854 "@@@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@@@" |
| 857 ] | 855 ] |
| 858 }, | 856 }, |
| 859 { | 857 { |
| 860 "name": "$result", | 858 "name": "$result", |
| 861 "recipe_result": null, | 859 "recipe_result": null, |
| 862 "status_code": 0 | 860 "status_code": 0 |
| 863 } | 861 } |
| 864 ] | 862 ] |
| OLD | NEW |