| 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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_arm64_rel", | 10 "android_arm64_rel", |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 244 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 245 ], | 245 ], |
| 246 "env": { | 246 "env": { |
| 247 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 247 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 248 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 248 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 249 }, | 249 }, |
| 250 "name": "authorize_adb_devices" | 250 "name": "authorize_adb_devices" |
| 251 }, | 251 }, |
| 252 { | 252 { |
| 253 "cmd": [ | 253 "cmd": [ |
| 254 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 254 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", |
| 255 "--adb-path", | |
| 256 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 257 "--blacklist-file", | 255 "--blacklist-file", |
| 258 "[SLAVE_BUILD]/src/out/bad_devices.json", | 256 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 259 "--json-output", | |
| 260 "/path/to/tmp/json", | |
| 261 "--known-devices-file", | 257 "--known-devices-file", |
| 262 "[BUILD]/site_config/.known_devices" | 258 "[BUILD]/site_config/.known_devices", |
| 259 "-v" |
| 263 ], | 260 ], |
| 264 "env": { | 261 "env": { |
| 265 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 262 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 266 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 263 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 267 }, | 264 }, |
| 268 "name": "device_status_check", | 265 "name": "device_recovery" |
| 266 }, |
| 267 { |
| 268 "cmd": [ |
| 269 "python", |
| 270 "-u", |
| 271 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 272 "--adb-path", |
| 273 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 274 "--blacklist-file", |
| 275 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 276 "--output-device-blacklist", |
| 277 "/path/to/tmp/json", |
| 278 "-t", |
| 279 "Release" |
| 280 ], |
| 281 "env": { |
| 282 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 283 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 284 }, |
| 285 "name": "provision_devices" |
| 286 }, |
| 287 { |
| 288 "cmd": [ |
| 289 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", |
| 290 "--json-output", |
| 291 "/path/to/tmp/json", |
| 292 "--blacklist-file", |
| 293 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 294 "--known-devices-file", |
| 295 "[BUILD]/site_config/.known_devices", |
| 296 "--buildbot-path", |
| 297 "/home/chrome-bot/.adb_device_info", |
| 298 "-v", |
| 299 "--overwrite-known-devices-files" |
| 300 ], |
| 301 "env": { |
| 302 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 303 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 304 }, |
| 305 "name": "device_status", |
| 269 "~followup_annotations": [ | 306 "~followup_annotations": [ |
| 270 "@@@STEP_TEXT@Online devices: 1@@@", | 307 "@@@STEP_TEXT@Online devices: 1@@@", |
| 271 "@@@STEP_LOG_LINE@json.output@[@@@", | 308 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 272 "@@@STEP_LOG_LINE@json.output@ {@@@", | 309 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 273 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 310 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 274 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 311 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 275 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 312 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 276 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 313 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 277 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", | 314 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 278 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", | 315 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 395 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
| 359 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 396 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
| 360 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 397 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
| 361 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 398 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
| 362 ] | 399 ] |
| 363 }, | 400 }, |
| 364 { | 401 { |
| 365 "cmd": [ | 402 "cmd": [ |
| 366 "python", | 403 "python", |
| 367 "-u", | 404 "-u", |
| 368 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | |
| 369 "--adb-path", | |
| 370 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 371 "--blacklist-file", | |
| 372 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 373 "--output-device-blacklist", | |
| 374 "/path/to/tmp/json", | |
| 375 "-t", | |
| 376 "Release" | |
| 377 ], | |
| 378 "env": { | |
| 379 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 380 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 381 }, | |
| 382 "name": "provision_devices" | |
| 383 }, | |
| 384 { | |
| 385 "cmd": [ | |
| 386 "python", | |
| 387 "-u", | |
| 388 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 405 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 389 "--action", | 406 "--action", |
| 390 "restart", | 407 "restart", |
| 391 "--pid-file-path", | 408 "--pid-file-path", |
| 392 "/tmp/device_monitor.pid", | 409 "/tmp/device_monitor.pid", |
| 393 "--", | 410 "--", |
| 394 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, | 411 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, |
| 395 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 412 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 396 "[\"07a00ca4\"]", | 413 "[\"07a00ca4\"]", |
| 397 "--blacklist-file", | 414 "--blacklist-file", |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 741 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 725 "@@@STEP_LOG_END@python.inline@@@" | 742 "@@@STEP_LOG_END@python.inline@@@" |
| 726 ] | 743 ] |
| 727 }, | 744 }, |
| 728 { | 745 { |
| 729 "name": "$result", | 746 "name": "$result", |
| 730 "recipe_result": null, | 747 "recipe_result": null, |
| 731 "status_code": 0 | 748 "status_code": 0 |
| 732 } | 749 } |
| 733 ] | 750 ] |
| OLD | NEW |