| 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/build/android/buildbot/bb_device_status_check.py", | 344 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", |
| 345 "--blacklist-file", |
| 346 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 347 "--known-devices-file", |
| 348 "[CACHE]/known_android_devices", |
| 345 "--adb-path", | 349 "--adb-path", |
| 346 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 350 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 347 "--blacklist-file", | 351 "-v" |
| 348 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 349 "--json-output", | |
| 350 "/path/to/tmp/json", | |
| 351 "--known-devices-file", | |
| 352 "[CACHE]/known_android_devices" | |
| 353 ], | 352 ], |
| 354 "env": { | 353 "env": { |
| 355 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 354 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 356 "LLVM_FORCE_HEAD_REVISION": "YES", | 355 "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" | 356 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 358 }, | 357 }, |
| 359 "name": "device_status_check", | 358 "name": "device_recovery" |
| 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", |
| 360 "~followup_annotations": [ | 403 "~followup_annotations": [ |
| 361 "@@@STEP_TEXT@Online devices: 1@@@", | 404 "@@@STEP_TEXT@Online devices: 1@@@", |
| 362 "@@@STEP_LOG_LINE@json.output@[@@@", | 405 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 363 "@@@STEP_LOG_LINE@json.output@ {@@@", | 406 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 364 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 407 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 365 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 408 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 366 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 409 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 367 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 410 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 368 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", | 411 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 369 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", | 412 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 447 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"adb_status\": \"device
\", @@@", | 490 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"adb_status\": \"device
\", @@@", |
| 448 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"blacklisted\": true, @
@@", | 491 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"blacklisted\": true, @
@@", |
| 449 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 492 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
| 450 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 493 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
| 451 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 494 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
| 452 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 495 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
| 453 ] | 496 ] |
| 454 }, | 497 }, |
| 455 { | 498 { |
| 456 "cmd": [ | 499 "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": [ | |
| 478 "[SLAVE_BUILD]/src/tools/android/asan/third_party/asan_device_setup.sh", | 500 "[SLAVE_BUILD]/src/tools/android/asan/third_party/asan_device_setup.sh", |
| 479 "--lib", | 501 "--lib", |
| 480 "[SLAVE_BUILD]/src/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/
lib/linux/libclang_rt.asan-arm-android.so", | 502 "[SLAVE_BUILD]/src/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/
lib/linux/libclang_rt.asan-arm-android.so", |
| 481 "--device", | 503 "--device", |
| 482 "07a00ca4" | 504 "07a00ca4" |
| 483 ], | 505 ], |
| 484 "env": { | 506 "env": { |
| 485 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 507 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 486 "LLVM_FORCE_HEAD_REVISION": "YES", | 508 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 487 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 509 "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... |
| 698 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 720 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 699 "@@@STEP_LOG_END@python.inline@@@" | 721 "@@@STEP_LOG_END@python.inline@@@" |
| 700 ] | 722 ] |
| 701 }, | 723 }, |
| 702 { | 724 { |
| 703 "name": "$result", | 725 "name": "$result", |
| 704 "recipe_result": null, | 726 "recipe_result": null, |
| 705 "status_code": 0 | 727 "status_code": 0 |
| 706 } | 728 } |
| 707 ] | 729 ] |
| OLD | NEW |