| 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 333 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 334 ], | 334 ], |
| 335 "env": { | 335 "env": { |
| 336 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 336 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 337 "LLVM_FORCE_HEAD_REVISION": "YES", | 337 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 338 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 338 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 339 }, | 339 }, |
| 340 "name": "authorize_adb_devices" | 340 "name": "authorize_adb_devices" |
| 341 }, | 341 }, |
| 342 { | 342 { |
| 343 "cmd": [], | |
| 344 "env": { | |
| 345 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 346 "LLVM_FORCE_HEAD_REVISION": "YES", | |
| 347 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 348 }, | |
| 349 "name": "fix_device_file_format" | |
| 350 }, | |
| 351 { | |
| 352 "cmd": [ | |
| 353 "python", | |
| 354 "-u", | |
| 355 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
| 356 "[BUILD]/site_config/.known_devices", | |
| 357 "/path/to/tmp/" | |
| 358 ], | |
| 359 "env": { | |
| 360 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 361 "LLVM_FORCE_HEAD_REVISION": "YES", | |
| 362 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 363 }, | |
| 364 "name": "fix_device_file_format.read_device_file", | |
| 365 "~followup_annotations": [ | |
| 366 "@@@STEP_NEST_LEVEL@1@@@", | |
| 367 "@@@STEP_TEXT@file format is compatible@@@" | |
| 368 ] | |
| 369 }, | |
| 370 { | |
| 371 "cmd": [ | 343 "cmd": [ |
| 372 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 344 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 373 "--adb-path", | 345 "--adb-path", |
| 374 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 346 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 375 "--blacklist-file", | 347 "--blacklist-file", |
| 376 "[SLAVE_BUILD]/src/out/bad_devices.json", | 348 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 377 "--json-output", | 349 "--json-output", |
| 378 "/path/to/tmp/json", | 350 "/path/to/tmp/json", |
| 379 "--known-devices-file", | 351 "--known-devices-file", |
| 380 "[BUILD]/site_config/.known_devices" | 352 "[BUILD]/site_config/.known_devices" |
| (...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 698 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 727 "@@@STEP_LOG_END@python.inline@@@" | 699 "@@@STEP_LOG_END@python.inline@@@" |
| 728 ] | 700 ] |
| 729 }, | 701 }, |
| 730 { | 702 { |
| 731 "name": "$result", | 703 "name": "$result", |
| 732 "recipe_result": null, | 704 "recipe_result": null, |
| 733 "status_code": 0 | 705 "status_code": 0 |
| 734 } | 706 } |
| 735 ] | 707 ] |
| OLD | NEW |