| 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_swarming", | 10 "linux_swarming", |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 "--src-dir", | 141 "--src-dir", |
| 142 "[SLAVE_BUILD]/src", | 142 "[SLAVE_BUILD]/src", |
| 143 "--goma-cache-dir", | 143 "--goma-cache-dir", |
| 144 "[GOMA_CACHE]", | 144 "[GOMA_CACHE]", |
| 145 "--build-tool", | 145 "--build-tool", |
| 146 "ninja", | 146 "ninja", |
| 147 "--compiler", | 147 "--compiler", |
| 148 "goma", | 148 "goma", |
| 149 "--goma-jsonstatus", | 149 "--goma-jsonstatus", |
| 150 "/path/to/tmp/json", | 150 "/path/to/tmp/json", |
| 151 "--goma-service-account-json-file", |
| 152 "/creds/service_accounts/service-account-goma-client.json", |
| 151 "--goma-dir", | 153 "--goma-dir", |
| 152 "[BUILD]/goma", | 154 "[BUILD]/goma", |
| 153 "--goma-fail-fast", | 155 "--goma-fail-fast", |
| 154 "--goma-disable-local-fallback", | 156 "--goma-disable-local-fallback", |
| 155 "--", | 157 "--", |
| 156 "All" | 158 "All" |
| 157 ], | 159 ], |
| 158 "cwd": "[SLAVE_BUILD]", | 160 "cwd": "[SLAVE_BUILD]", |
| 159 "name": "compile", | 161 "name": "compile", |
| 160 "~followup_annotations": [ | 162 "~followup_annotations": [ |
| (...skipping 2061 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2222 "@@@STEP_LOG_END@json.output@@@", | 2224 "@@@STEP_LOG_END@json.output@@@", |
| 2223 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2225 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2224 ] | 2226 ] |
| 2225 }, | 2227 }, |
| 2226 { | 2228 { |
| 2227 "name": "$result", | 2229 "name": "$result", |
| 2228 "recipe_result": null, | 2230 "recipe_result": null, |
| 2229 "status_code": 0 | 2231 "status_code": 0 |
| 2230 } | 2232 } |
| 2231 ] | 2233 ] |
| OLD | NEW |