| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "ClangToTAndroidASan tester", | 10 "ClangToTAndroidASan tester", |
| (...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 { | 342 { |
| 343 "cmd": [ | 343 "cmd": [ |
| 344 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 344 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 345 "--adb-path", | 345 "--adb-path", |
| 346 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 346 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 347 "--blacklist-file", | 347 "--blacklist-file", |
| 348 "[SLAVE_BUILD]/src/out/bad_devices.json", | 348 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 349 "--json-output", | 349 "--json-output", |
| 350 "/path/to/tmp/json", | 350 "/path/to/tmp/json", |
| 351 "--known-devices-file", | 351 "--known-devices-file", |
| 352 "[BUILD]/site_config/.known_devices" | 352 "[CACHE]/known_android_devices" |
| 353 ], | 353 ], |
| 354 "env": { | 354 "env": { |
| 355 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 355 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 356 "LLVM_FORCE_HEAD_REVISION": "YES", | 356 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 357 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 357 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 358 }, | 358 }, |
| 359 "name": "device_status_check", | 359 "name": "device_status_check", |
| 360 "~followup_annotations": [ | 360 "~followup_annotations": [ |
| 361 "@@@STEP_TEXT@Online devices: 1@@@", | 361 "@@@STEP_TEXT@Online devices: 1@@@", |
| 362 "@@@STEP_LOG_LINE@json.output@[@@@", | 362 "@@@STEP_LOG_LINE@json.output@[@@@", |
| (...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 698 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 698 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 699 "@@@STEP_LOG_END@python.inline@@@" | 699 "@@@STEP_LOG_END@python.inline@@@" |
| 700 ] | 700 ] |
| 701 }, | 701 }, |
| 702 { | 702 { |
| 703 "name": "$result", | 703 "name": "$result", |
| 704 "recipe_result": null, | 704 "recipe_result": null, |
| 705 "status_code": 0 | 705 "status_code": 0 |
| 706 } | 706 } |
| 707 ] | 707 ] |
| OLD | NEW |