| 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.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux UBSan vptr", | 10 "Linux UBSan vptr", |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 "--gsutil-py-path", | 177 "--gsutil-py-path", |
| 178 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 178 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 179 "--ninja-path", | 179 "--ninja-path", |
| 180 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 180 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 181 "--target", | 181 "--target", |
| 182 "Release", | 182 "Release", |
| 183 "--src-dir", | 183 "--src-dir", |
| 184 "[SLAVE_BUILD]/src", | 184 "[SLAVE_BUILD]/src", |
| 185 "--goma-cache-dir", | 185 "--goma-cache-dir", |
| 186 "[GOMA_CACHE]", | 186 "[GOMA_CACHE]", |
| 187 "--build-tool", | |
| 188 "ninja", | |
| 189 "--compiler", | 187 "--compiler", |
| 190 "goma-clang", | 188 "goma-clang", |
| 191 "--goma-jsonstatus", | 189 "--goma-jsonstatus", |
| 192 "/path/to/tmp/json", | 190 "/path/to/tmp/json", |
| 193 "--goma-service-account-json-file", | 191 "--goma-service-account-json-file", |
| 194 "/creds/service_accounts/service-account-goma-client.json", | 192 "/creds/service_accounts/service-account-goma-client.json", |
| 195 "--goma-dir", | 193 "--goma-dir", |
| 196 "[CACHE]/cipd/goma", | 194 "[CACHE]/cipd/goma", |
| 197 "--", | 195 "--", |
| 198 "All" | 196 "All" |
| (...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 607 "webrtc_nonparallel_tests" | 605 "webrtc_nonparallel_tests" |
| 608 ], | 606 ], |
| 609 "name": "webrtc_nonparallel_tests" | 607 "name": "webrtc_nonparallel_tests" |
| 610 }, | 608 }, |
| 611 { | 609 { |
| 612 "name": "$result", | 610 "name": "$result", |
| 613 "recipe_result": null, | 611 "recipe_result": null, |
| 614 "status_code": 0 | 612 "status_code": 0 |
| 615 } | 613 } |
| 616 ] | 614 ] |
| OLD | NEW |