| 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 "Android32 GN", | 10 "Android32 GN", |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 "--src-dir", | 140 "--src-dir", |
| 141 "[SLAVE_BUILD]/src", | 141 "[SLAVE_BUILD]/src", |
| 142 "--goma-cache-dir", | 142 "--goma-cache-dir", |
| 143 "[GOMA_CACHE]", | 143 "[GOMA_CACHE]", |
| 144 "--build-tool", | 144 "--build-tool", |
| 145 "ninja", | 145 "ninja", |
| 146 "--compiler", | 146 "--compiler", |
| 147 "goma", | 147 "goma", |
| 148 "--goma-jsonstatus", | 148 "--goma-jsonstatus", |
| 149 "/path/to/tmp/json", | 149 "/path/to/tmp/json", |
| 150 "--goma-service-account-json-file", |
| 151 "/creds/service_accounts/service-account-goma-client.json", |
| 150 "--goma-dir", | 152 "--goma-dir", |
| 151 "[BUILD]/goma", | 153 "[BUILD]/goma", |
| 152 "--", | 154 "--", |
| 153 "all" | 155 "all" |
| 154 ], | 156 ], |
| 155 "cwd": "[SLAVE_BUILD]", | 157 "cwd": "[SLAVE_BUILD]", |
| 156 "env": { | 158 "env": { |
| 157 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 159 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 158 }, | 160 }, |
| 159 "name": "compile", | 161 "name": "compile", |
| 160 "~followup_annotations": [ | 162 "~followup_annotations": [ |
| 161 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 163 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 162 "@@@STEP_LOG_END@json.output (invalid)@@@" | 164 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 163 ] | 165 ] |
| 164 }, | 166 }, |
| 165 { | 167 { |
| 166 "name": "$result", | 168 "name": "$result", |
| 167 "recipe_result": null, | 169 "recipe_result": null, |
| 168 "status_code": 0 | 170 "status_code": 0 |
| 169 } | 171 } |
| 170 ] | 172 ] |
| OLD | NEW |