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