| 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 "--src-dir", | 129 "--src-dir", |
| 130 "[SLAVE_BUILD]/src", | 130 "[SLAVE_BUILD]/src", |
| 131 "--goma-cache-dir", | 131 "--goma-cache-dir", |
| 132 "[GOMA_CACHE]", | 132 "[GOMA_CACHE]", |
| 133 "--build-tool", | 133 "--build-tool", |
| 134 "ninja", | 134 "ninja", |
| 135 "--compiler", | 135 "--compiler", |
| 136 "goma-clang", | 136 "goma-clang", |
| 137 "--goma-jsonstatus", | 137 "--goma-jsonstatus", |
| 138 "/path/to/tmp/json", | 138 "/path/to/tmp/json", |
| 139 "--goma-service-account-json-file", |
| 140 "/creds/service_accounts/service-account-goma-client.json", |
| 139 "--goma-dir", | 141 "--goma-dir", |
| 140 "[BUILD]/goma", | 142 "[BUILD]/goma", |
| 141 "--", | 143 "--", |
| 142 "All" | 144 "All" |
| 143 ], | 145 ], |
| 144 "cwd": "[SLAVE_BUILD]", | 146 "cwd": "[SLAVE_BUILD]", |
| 145 "name": "compile", | 147 "name": "compile", |
| 146 "~followup_annotations": [ | 148 "~followup_annotations": [ |
| 147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 148 "@@@STEP_LOG_END@json.output (invalid)@@@" | 150 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 ], | 541 ], |
| 540 "cwd": "[SLAVE_BUILD]", | 542 "cwd": "[SLAVE_BUILD]", |
| 541 "name": "webrtc_nonparallel_tests" | 543 "name": "webrtc_nonparallel_tests" |
| 542 }, | 544 }, |
| 543 { | 545 { |
| 544 "name": "$result", | 546 "name": "$result", |
| 545 "recipe_result": null, | 547 "recipe_result": null, |
| 546 "status_code": 0 | 548 "status_code": 0 |
| 547 } | 549 } |
| 548 ] | 550 ] |
| OLD | NEW |