| 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 "--buildbot-slavename", | 361 "--buildbot-slavename", |
| 362 "TestSlavename", | 362 "TestSlavename", |
| 363 "--compiler", | 363 "--compiler", |
| 364 "goma", | 364 "goma", |
| 365 "--goma-jsonstatus", | 365 "--goma-jsonstatus", |
| 366 "/path/to/tmp/json", | 366 "/path/to/tmp/json", |
| 367 "--goma-service-account-json-file", | 367 "--goma-service-account-json-file", |
| 368 "/creds/service_accounts/service-account-goma-client.json", | 368 "/creds/service_accounts/service-account-goma-client.json", |
| 369 "--goma-dir", | 369 "--goma-dir", |
| 370 "[CACHE]/cipd/goma", | 370 "[CACHE]/cipd/goma", |
| 371 "--ninja-ensure-up-to-date", | |
| 372 "--", | 371 "--", |
| 373 "chrome_public_test_apk" | 372 "chrome_public_test_apk" |
| 374 ], | 373 ], |
| 375 "env": { | 374 "env": { |
| 376 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 375 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 377 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 376 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 378 }, | 377 }, |
| 379 "name": "compile", | 378 "name": "compile", |
| 380 "~followup_annotations": [ | 379 "~followup_annotations": [ |
| 381 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 380 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 470 "~followup_annotations": [ | 469 "~followup_annotations": [ |
| 471 "@@@STEP_TEXT@Android Tests@@@" | 470 "@@@STEP_TEXT@Android Tests@@@" |
| 472 ] | 471 ] |
| 473 }, | 472 }, |
| 474 { | 473 { |
| 475 "name": "$result", | 474 "name": "$result", |
| 476 "recipe_result": null, | 475 "recipe_result": null, |
| 477 "status_code": 0 | 476 "status_code": 0 |
| 478 } | 477 } |
| 479 ] | 478 ] |
| OLD | NEW |