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