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