| 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 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" | 398 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 399 }, | 399 }, |
| 400 "name": "fix_device_file_format" | 400 "name": "fix_device_file_format" |
| 401 }, | 401 }, |
| 402 { | 402 { |
| 403 "cmd": [ | 403 "cmd": [ |
| 404 "python", | 404 "python", |
| 405 "-u", | 405 "-u", |
| 406 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 406 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 407 "[CACHE]/known_android_devices", | 407 "[BUILD]/site_config/.known_devices", |
| 408 "/path/to/tmp/" | 408 "/path/to/tmp/" |
| 409 ], | 409 ], |
| 410 "env": { | 410 "env": { |
| 411 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 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" | 412 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 413 }, | 413 }, |
| 414 "name": "fix_device_file_format.read_device_file", | 414 "name": "fix_device_file_format.read_device_file", |
| 415 "~followup_annotations": [ | 415 "~followup_annotations": [ |
| 416 "@@@STEP_NEST_LEVEL@1@@@", | 416 "@@@STEP_NEST_LEVEL@1@@@", |
| 417 "@@@STEP_TEXT@file format is compatible@@@" | 417 "@@@STEP_TEXT@file format is compatible@@@" |
| 418 ] | 418 ] |
| 419 }, | 419 }, |
| 420 { | 420 { |
| 421 "cmd": [ | 421 "cmd": [ |
| 422 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 422 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 423 "--adb-path", | 423 "--adb-path", |
| 424 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 424 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 425 "--blacklist-file", | 425 "--blacklist-file", |
| 426 "[SLAVE_BUILD]/src/out/bad_devices.json", | 426 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 427 "--json-output", | 427 "--json-output", |
| 428 "/path/to/tmp/json", | 428 "/path/to/tmp/json", |
| 429 "--known-devices-file", | 429 "--known-devices-file", |
| 430 "[CACHE]/known_android_devices" | 430 "[BUILD]/site_config/.known_devices" |
| 431 ], | 431 ], |
| 432 "env": { | 432 "env": { |
| 433 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 433 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 434 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 434 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 435 }, | 435 }, |
| 436 "name": "device_status_check", | 436 "name": "device_status_check", |
| 437 "~followup_annotations": [ | 437 "~followup_annotations": [ |
| 438 "@@@STEP_TEXT@Online devices: 1@@@", | 438 "@@@STEP_TEXT@Online devices: 1@@@", |
| 439 "@@@STEP_LOG_LINE@json.output@[@@@", | 439 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 440 "@@@STEP_LOG_LINE@json.output@ {@@@", | 440 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| (...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 808 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 808 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 809 "@@@STEP_LOG_END@python.inline@@@" | 809 "@@@STEP_LOG_END@python.inline@@@" |
| 810 ] | 810 ] |
| 811 }, | 811 }, |
| 812 { | 812 { |
| 813 "name": "$result", | 813 "name": "$result", |
| 814 "recipe_result": null, | 814 "recipe_result": null, |
| 815 "status_code": 0 | 815 "status_code": 0 |
| 816 } | 816 } |
| 817 ] | 817 ] |
| OLD | NEW |