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 (dbg)", | 10 "Android32 GN (dbg)", |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 "--gsutil-py-path", | 185 "--gsutil-py-path", |
186 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 186 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
187 "--ninja-path", | 187 "--ninja-path", |
188 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 188 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
189 "--target", | 189 "--target", |
190 "Debug", | 190 "Debug", |
191 "--src-dir", | 191 "--src-dir", |
192 "[SLAVE_BUILD]/src", | 192 "[SLAVE_BUILD]/src", |
193 "--goma-cache-dir", | 193 "--goma-cache-dir", |
194 "[GOMA_CACHE]", | 194 "[GOMA_CACHE]", |
195 "--build-tool", | |
196 "ninja", | |
197 "--compiler", | 195 "--compiler", |
198 "goma", | 196 "goma", |
199 "--goma-jsonstatus", | 197 "--goma-jsonstatus", |
200 "/path/to/tmp/json", | 198 "/path/to/tmp/json", |
201 "--goma-service-account-json-file", | 199 "--goma-service-account-json-file", |
202 "/creds/service_accounts/service-account-goma-client.json", | 200 "/creds/service_accounts/service-account-goma-client.json", |
203 "--goma-dir", | 201 "--goma-dir", |
204 "[CACHE]/cipd/goma", | 202 "[CACHE]/cipd/goma", |
205 "--", | 203 "--", |
206 "all" | 204 "all" |
207 ], | 205 ], |
208 "env": { | 206 "env": { |
209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 207 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
210 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 208 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
211 }, | 209 }, |
212 "name": "compile", | 210 "name": "compile", |
213 "~followup_annotations": [ | 211 "~followup_annotations": [ |
214 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 212 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
215 "@@@STEP_LOG_END@json.output (invalid)@@@" | 213 "@@@STEP_LOG_END@json.output (invalid)@@@" |
216 ] | 214 ] |
217 }, | 215 }, |
218 { | 216 { |
219 "name": "$result", | 217 "name": "$result", |
220 "recipe_result": null, | 218 "recipe_result": null, |
221 "status_code": 0 | 219 "status_code": 0 |
222 } | 220 } |
223 ] | 221 ] |
OLD | NEW |