| 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 "chromium.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "WebKit Android (Nexus4)", | 10 "WebKit Android (Nexus4)", |
| (...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 "--adb-path", | 385 "--adb-path", |
| 386 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 386 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 387 ], | 387 ], |
| 388 "env": { | 388 "env": { |
| 389 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 389 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 390 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 390 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 391 }, | 391 }, |
| 392 "name": "authorize_adb_devices" | 392 "name": "authorize_adb_devices" |
| 393 }, | 393 }, |
| 394 { | 394 { |
| 395 "cmd": [], | |
| 396 "env": { | |
| 397 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 398 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 399 }, | |
| 400 "name": "fix_device_file_format" | |
| 401 }, | |
| 402 { | |
| 403 "cmd": [ | |
| 404 "python", | |
| 405 "-u", | |
| 406 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
| 407 "[BUILD]/site_config/.known_devices", | |
| 408 "/path/to/tmp/" | |
| 409 ], | |
| 410 "env": { | |
| 411 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 412 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 413 }, | |
| 414 "name": "fix_device_file_format.read_device_file", | |
| 415 "~followup_annotations": [ | |
| 416 "@@@STEP_NEST_LEVEL@1@@@", | |
| 417 "@@@STEP_TEXT@file format is compatible@@@" | |
| 418 ] | |
| 419 }, | |
| 420 { | |
| 421 "cmd": [ | 395 "cmd": [ |
| 422 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 396 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 423 "--adb-path", | 397 "--adb-path", |
| 424 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 398 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 425 "--blacklist-file", | 399 "--blacklist-file", |
| 426 "[SLAVE_BUILD]/src/out/bad_devices.json", | 400 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 427 "--json-output", | 401 "--json-output", |
| 428 "/path/to/tmp/json", | 402 "/path/to/tmp/json", |
| 429 "--known-devices-file", | 403 "--known-devices-file", |
| 430 "[BUILD]/site_config/.known_devices" | 404 "[BUILD]/site_config/.known_devices" |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 808 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 782 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 809 "@@@STEP_LOG_END@python.inline@@@" | 783 "@@@STEP_LOG_END@python.inline@@@" |
| 810 ] | 784 ] |
| 811 }, | 785 }, |
| 812 { | 786 { |
| 813 "name": "$result", | 787 "name": "$result", |
| 814 "recipe_result": null, | 788 "recipe_result": null, |
| 815 "status_code": 0 | 789 "status_code": 0 |
| 816 } | 790 } |
| 817 ] | 791 ] |
| OLD | NEW |