| 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.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_ubsan_vptr", | 10 "linux_ubsan_vptr", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 "--src-dir", | 135 "--src-dir", |
| 136 "[SLAVE_BUILD]/src", | 136 "[SLAVE_BUILD]/src", |
| 137 "--goma-cache-dir", | 137 "--goma-cache-dir", |
| 138 "[GOMA_CACHE]", | 138 "[GOMA_CACHE]", |
| 139 "--build-tool", | 139 "--build-tool", |
| 140 "ninja", | 140 "ninja", |
| 141 "--compiler", | 141 "--compiler", |
| 142 "goma-clang", | 142 "goma-clang", |
| 143 "--goma-jsonstatus", | 143 "--goma-jsonstatus", |
| 144 "/path/to/tmp/json", | 144 "/path/to/tmp/json", |
| 145 "--goma-service-account-json-file", |
| 146 "/creds/service_accounts/service-account-goma-client.json", |
| 145 "--goma-dir", | 147 "--goma-dir", |
| 146 "[BUILD]/goma", | 148 "[BUILD]/goma", |
| 147 "--goma-fail-fast", | 149 "--goma-fail-fast", |
| 148 "--goma-disable-local-fallback", | 150 "--goma-disable-local-fallback", |
| 149 "--", | 151 "--", |
| 150 "All" | 152 "All" |
| 151 ], | 153 ], |
| 152 "cwd": "[SLAVE_BUILD]", | 154 "cwd": "[SLAVE_BUILD]", |
| 153 "name": "compile", | 155 "name": "compile", |
| 154 "~followup_annotations": [ | 156 "~followup_annotations": [ |
| (...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 544 ], | 546 ], |
| 545 "cwd": "[SLAVE_BUILD]", | 547 "cwd": "[SLAVE_BUILD]", |
| 546 "name": "webrtc_nonparallel_tests" | 548 "name": "webrtc_nonparallel_tests" |
| 547 }, | 549 }, |
| 548 { | 550 { |
| 549 "name": "$result", | 551 "name": "$result", |
| 550 "recipe_result": null, | 552 "recipe_result": null, |
| 551 "status_code": 0 | 553 "status_code": 0 |
| 552 } | 554 } |
| 553 ] | 555 ] |
| OLD | NEW |