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 "--spec", | 7 "--spec", |
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]\ntarget_os = ['android']", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]\ntarget_os = ['android']", |
9 "--patch_root", | 9 "--patch_root", |
10 "src", | 10 "src", |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 "--compiler", | 274 "--compiler", |
275 "goma", | 275 "goma", |
276 "--goma-jsonstatus", | 276 "--goma-jsonstatus", |
277 "/path/to/tmp/json", | 277 "/path/to/tmp/json", |
278 "--goma-service-account-json-file", | 278 "--goma-service-account-json-file", |
279 "/creds/service_accounts/service-account-goma-client.json", | 279 "/creds/service_accounts/service-account-goma-client.json", |
280 "--out-dir", | 280 "--out-dir", |
281 "/tmp", | 281 "/tmp", |
282 "--goma-dir", | 282 "--goma-dir", |
283 "[CACHE]/cipd/goma", | 283 "[CACHE]/cipd/goma", |
284 "--ninja-ensure-up-to-date", | |
285 "--", | 284 "--", |
286 "All" | 285 "All" |
287 ], | 286 ], |
288 "env": { | 287 "env": { |
289 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 288 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
290 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 289 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
291 }, | 290 }, |
292 "name": "compile", | 291 "name": "compile", |
293 "~followup_annotations": [ | 292 "~followup_annotations": [ |
294 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 293 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
295 "@@@STEP_LOG_END@json.output (invalid)@@@" | 294 "@@@STEP_LOG_END@json.output (invalid)@@@" |
296 ] | 295 ] |
297 }, | 296 }, |
298 { | 297 { |
299 "name": "$result", | 298 "name": "$result", |
300 "recipe_result": null, | 299 "recipe_result": null, |
301 "status_code": 0 | 300 "status_code": 0 |
302 } | 301 } |
303 ] | 302 ] |
OLD | NEW |