| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
| 7 "[SLAVE_BUILD]" | 7 "[SLAVE_BUILD]" |
| 8 ], | 8 ], |
| 9 "name": "cleanup index.lock", | 9 "name": "cleanup index.lock", |
| 10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 282 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 283 ], | 283 ], |
| 284 "env": { | 284 "env": { |
| 285 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 285 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 286 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 286 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 287 }, | 287 }, |
| 288 "name": "authorize_adb_devices" | 288 "name": "authorize_adb_devices" |
| 289 }, | 289 }, |
| 290 { | 290 { |
| 291 "cmd": [ | 291 "cmd": [ |
| 292 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 292 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", |
| 293 "--blacklist-file", |
| 294 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 295 "--known-devices-file", |
| 296 "[CACHE]/known_android_devices", |
| 293 "--adb-path", | 297 "--adb-path", |
| 294 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 298 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 295 "--blacklist-file", | 299 "-v" |
| 296 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 297 "--json-output", | |
| 298 "/path/to/tmp/json", | |
| 299 "--known-devices-file", | |
| 300 "[CACHE]/known_android_devices" | |
| 301 ], | 300 ], |
| 302 "env": { | 301 "env": { |
| 303 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 302 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 304 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 303 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 305 }, | 304 }, |
| 306 "name": "device_status_check", | 305 "name": "device_recovery" |
| 306 }, |
| 307 { |
| 308 "cmd": [ |
| 309 "python", |
| 310 "-u", |
| 311 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 312 "--adb-path", |
| 313 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 314 "--blacklist-file", |
| 315 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 316 "--output-device-blacklist", |
| 317 "/path/to/tmp/json", |
| 318 "-t", |
| 319 "Release" |
| 320 ], |
| 321 "env": { |
| 322 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 323 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 324 }, |
| 325 "name": "provision_devices" |
| 326 }, |
| 327 { |
| 328 "cmd": [ |
| 329 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", |
| 330 "--json-output", |
| 331 "/path/to/tmp/json", |
| 332 "--blacklist-file", |
| 333 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 334 "--known-devices-file", |
| 335 "[CACHE]/known_android_devices", |
| 336 "--buildbot-path", |
| 337 "/home/chrome-bot/.adb_device_info", |
| 338 "--adb-path", |
| 339 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 340 "-v", |
| 341 "--overwrite-known-devices-files" |
| 342 ], |
| 343 "env": { |
| 344 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 345 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 346 }, |
| 347 "name": "device_status", |
| 307 "~followup_annotations": [ | 348 "~followup_annotations": [ |
| 308 "@@@STEP_TEXT@Online devices: 1@@@", | 349 "@@@STEP_TEXT@Online devices: 1@@@", |
| 309 "@@@STEP_LOG_LINE@json.output@[@@@", | 350 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 310 "@@@STEP_LOG_LINE@json.output@ {@@@", | 351 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 311 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 352 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 312 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 353 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 313 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 354 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 314 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 355 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 315 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", | 356 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 316 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", | 357 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"adb_status\": \"device
\", @@@", | 435 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"adb_status\": \"device
\", @@@", |
| 395 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"blacklisted\": true, @
@@", | 436 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"blacklisted\": true, @
@@", |
| 396 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 437 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
| 397 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 438 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
| 398 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 439 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
| 399 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 440 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
| 400 ] | 441 ] |
| 401 }, | 442 }, |
| 402 { | 443 { |
| 403 "cmd": [ | 444 "cmd": [ |
| 404 "python", | 445 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", |
| 405 "-u", | 446 "--blacklist-file", |
| 406 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 447 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 448 "--known-devices-file", |
| 449 "[CACHE]/known_android_devices", |
| 407 "--adb-path", | 450 "--adb-path", |
| 408 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 451 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 409 "--blacklist-file", | 452 "-v" |
| 410 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 411 "--output-device-blacklist", | |
| 412 "/path/to/tmp/json", | |
| 413 "-t", | |
| 414 "Release" | |
| 415 ], | 453 ], |
| 416 "env": { | 454 "env": { |
| 417 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 455 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 418 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 456 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 419 }, | 457 }, |
| 420 "name": "provision_devices" | 458 "name": "device_recovery (2)" |
| 421 }, | 459 }, |
| 422 { | 460 { |
| 423 "cmd": [ | 461 "cmd": [ |
| 424 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 462 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", |
| 463 "--json-output", |
| 464 "/path/to/tmp/json", |
| 465 "--blacklist-file", |
| 466 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 467 "--known-devices-file", |
| 468 "[CACHE]/known_android_devices", |
| 469 "--buildbot-path", |
| 470 "/home/chrome-bot/.adb_device_info", |
| 425 "--adb-path", | 471 "--adb-path", |
| 426 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 472 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 427 "--blacklist-file", | 473 "-v", |
| 428 "[SLAVE_BUILD]/src/out/bad_devices.json", | 474 "--overwrite-known-devices-files" |
| 429 "--json-output", | |
| 430 "/path/to/tmp/json", | |
| 431 "--known-devices-file", | |
| 432 "[CACHE]/known_android_devices" | |
| 433 ], | 475 ], |
| 434 "env": { | 476 "env": { |
| 435 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 477 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 436 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 478 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 437 }, | 479 }, |
| 438 "name": "device_status_check (2)", | 480 "name": "device_status (2)", |
| 439 "~followup_annotations": [ | 481 "~followup_annotations": [ |
| 440 "@@@STEP_TEXT@Online devices: 1@@@", | 482 "@@@STEP_TEXT@Online devices: 1@@@", |
| 441 "@@@STEP_LOG_LINE@json.output@[@@@", | 483 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 442 "@@@STEP_LOG_LINE@json.output@ {@@@", | 484 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 443 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 485 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 444 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 486 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 445 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 487 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 446 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 488 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 447 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", | 489 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 448 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", | 490 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 710 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 752 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 711 }, | 753 }, |
| 712 "name": "stack_tool_for_asan" | 754 "name": "stack_tool_for_asan" |
| 713 }, | 755 }, |
| 714 { | 756 { |
| 715 "name": "$result", | 757 "name": "$result", |
| 716 "recipe_result": null, | 758 "recipe_result": null, |
| 717 "status_code": 0 | 759 "status_code": 0 |
| 718 } | 760 } |
| 719 ] | 761 ] |
| OLD | NEW |