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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
324 "--buildbot-slavename", | 324 "--buildbot-slavename", |
325 "TestSlavename", | 325 "TestSlavename", |
326 "--compiler", | 326 "--compiler", |
327 "goma", | 327 "goma", |
328 "--goma-jsonstatus", | 328 "--goma-jsonstatus", |
329 "/path/to/tmp/json", | 329 "/path/to/tmp/json", |
330 "--goma-service-account-json-file", | 330 "--goma-service-account-json-file", |
331 "/creds/service_accounts/service-account-goma-client.json", | 331 "/creds/service_accounts/service-account-goma-client.json", |
332 "--goma-dir", | 332 "--goma-dir", |
333 "[CACHE]/cipd/goma", | 333 "[CACHE]/cipd/goma", |
334 "--ninja-ensure-up-to-date", | |
335 "--", | 334 "--", |
336 "blimp_test_apk" | 335 "blimp_test_apk" |
337 ], | 336 ], |
338 "env": { | 337 "env": { |
339 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 338 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
340 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 339 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
341 }, | 340 }, |
342 "name": "compile", | 341 "name": "compile", |
343 "~followup_annotations": [ | 342 "~followup_annotations": [ |
344 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 343 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 "~followup_annotations": [ | 399 "~followup_annotations": [ |
401 "@@@STEP_TEXT@Android Tests@@@" | 400 "@@@STEP_TEXT@Android Tests@@@" |
402 ] | 401 ] |
403 }, | 402 }, |
404 { | 403 { |
405 "name": "$result", | 404 "name": "$result", |
406 "recipe_result": null, | 405 "recipe_result": null, |
407 "status_code": 0 | 406 "status_code": 0 |
408 } | 407 } |
409 ] | 408 ] |
OLD | NEW |