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