| 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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": [ | 343 "cmd": [ |
| 344 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", | 344 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 345 "--adb-path", |
| 346 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 345 "--blacklist-file", | 347 "--blacklist-file", |
| 346 "[SLAVE_BUILD]/src/out/bad_devices.json", | 348 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 349 "--json-output", |
| 350 "/path/to/tmp/json", |
| 347 "--known-devices-file", | 351 "--known-devices-file", |
| 348 "[CACHE]/known_android_devices", | 352 "[CACHE]/known_android_devices" |
| 349 "--adb-path", | |
| 350 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 351 "-v" | |
| 352 ], | 353 ], |
| 353 "env": { | 354 "env": { |
| 354 "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", |
| 355 "LLVM_FORCE_HEAD_REVISION": "YES", | 356 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 356 "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" |
| 357 }, | 358 }, |
| 358 "name": "device_recovery" | 359 "name": "device_status_check", |
| 359 }, | |
| 360 { | |
| 361 "cmd": [ | |
| 362 "python", | |
| 363 "-u", | |
| 364 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | |
| 365 "--adb-path", | |
| 366 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 367 "--blacklist-file", | |
| 368 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 369 "--output-device-blacklist", | |
| 370 "/path/to/tmp/json", | |
| 371 "-t", | |
| 372 "Debug" | |
| 373 ], | |
| 374 "env": { | |
| 375 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 376 "LLVM_FORCE_HEAD_REVISION": "YES", | |
| 377 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 378 }, | |
| 379 "name": "provision_devices" | |
| 380 }, | |
| 381 { | |
| 382 "cmd": [ | |
| 383 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", | |
| 384 "--json-output", | |
| 385 "/path/to/tmp/json", | |
| 386 "--blacklist-file", | |
| 387 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 388 "--known-devices-file", | |
| 389 "[CACHE]/known_android_devices", | |
| 390 "--buildbot-path", | |
| 391 "/home/chrome-bot/.adb_device_info", | |
| 392 "--adb-path", | |
| 393 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 394 "-v", | |
| 395 "--overwrite-known-devices-files" | |
| 396 ], | |
| 397 "env": { | |
| 398 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 399 "LLVM_FORCE_HEAD_REVISION": "YES", | |
| 400 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 401 }, | |
| 402 "name": "device_status", | |
| 403 "~followup_annotations": [ | 360 "~followup_annotations": [ |
| 404 "@@@STEP_TEXT@Online devices: 1@@@", | 361 "@@@STEP_TEXT@Online devices: 1@@@", |
| 405 "@@@STEP_LOG_LINE@json.output@[@@@", | 362 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 406 "@@@STEP_LOG_LINE@json.output@ {@@@", | 363 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 407 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 364 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 408 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 365 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 409 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 366 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 410 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 367 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 411 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", | 368 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 412 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", | 369 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"adb_status\": \"device
\", @@@", | 447 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"adb_status\": \"device
\", @@@", |
| 491 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"blacklisted\": true, @
@@", | 448 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"blacklisted\": true, @
@@", |
| 492 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 449 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
| 493 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 450 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
| 494 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 451 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
| 495 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 452 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
| 496 ] | 453 ] |
| 497 }, | 454 }, |
| 498 { | 455 { |
| 499 "cmd": [ | 456 "cmd": [ |
| 457 "python", |
| 458 "-u", |
| 459 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 460 "--adb-path", |
| 461 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 462 "--blacklist-file", |
| 463 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 464 "--output-device-blacklist", |
| 465 "/path/to/tmp/json", |
| 466 "-t", |
| 467 "Debug" |
| 468 ], |
| 469 "env": { |
| 470 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 471 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 472 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 473 }, |
| 474 "name": "provision_devices" |
| 475 }, |
| 476 { |
| 477 "cmd": [ |
| 500 "[SLAVE_BUILD]/src/tools/android/asan/third_party/asan_device_setup.sh", | 478 "[SLAVE_BUILD]/src/tools/android/asan/third_party/asan_device_setup.sh", |
| 501 "--lib", | 479 "--lib", |
| 502 "[SLAVE_BUILD]/src/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/
lib/linux/libclang_rt.asan-arm-android.so", | 480 "[SLAVE_BUILD]/src/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/
lib/linux/libclang_rt.asan-arm-android.so", |
| 503 "--device", | 481 "--device", |
| 504 "07a00ca4" | 482 "07a00ca4" |
| 505 ], | 483 ], |
| 506 "env": { | 484 "env": { |
| 507 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 485 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 508 "LLVM_FORCE_HEAD_REVISION": "YES", | 486 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 509 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 487 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 720 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 698 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 721 "@@@STEP_LOG_END@python.inline@@@" | 699 "@@@STEP_LOG_END@python.inline@@@" |
| 722 ] | 700 ] |
| 723 }, | 701 }, |
| 724 { | 702 { |
| 725 "name": "$result", | 703 "name": "$result", |
| 726 "recipe_result": null, | 704 "recipe_result": null, |
| 727 "status_code": 0 | 705 "status_code": 0 |
| 728 } | 706 } |
| 729 ] | 707 ] |
| OLD | NEW |