| 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.perf", | 8 "chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Nexus5 Perf (1)", | 10 "Android Nexus5 Perf (1)", |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 226 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 227 ], | 227 ], |
| 228 "env": { | 228 "env": { |
| 229 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 229 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 230 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 230 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 231 }, | 231 }, |
| 232 "name": "authorize_adb_devices" | 232 "name": "authorize_adb_devices" |
| 233 }, | 233 }, |
| 234 { | 234 { |
| 235 "cmd": [ | 235 "cmd": [ |
| 236 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", | 236 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 237 "--adb-path", |
| 238 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 237 "--blacklist-file", | 239 "--blacklist-file", |
| 238 "[SLAVE_BUILD]/src/out/bad_devices.json", | 240 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 241 "--json-output", |
| 242 "/path/to/tmp/json", |
| 239 "--known-devices-file", | 243 "--known-devices-file", |
| 240 "[HOME]/.android/known_devices.json", | 244 "[HOME]/.android/known_devices.json" |
| 241 "--adb-path", | |
| 242 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 243 "-v" | |
| 244 ], | 245 ], |
| 245 "env": { | 246 "env": { |
| 246 "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", |
| 247 "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" |
| 248 }, | 249 }, |
| 249 "name": "device_recovery" | 250 "name": "device_status_check", |
| 250 }, | |
| 251 { | |
| 252 "cmd": [ | |
| 253 "python", | |
| 254 "-u", | |
| 255 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | |
| 256 "--adb-path", | |
| 257 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 258 "--blacklist-file", | |
| 259 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 260 "--output-device-blacklist", | |
| 261 "/path/to/tmp/json", | |
| 262 "-t", | |
| 263 "Release", | |
| 264 "--min-battery-level", | |
| 265 "95", | |
| 266 "--disable-network", | |
| 267 "--disable-java-debug", | |
| 268 "--max-battery-temp", | |
| 269 "350" | |
| 270 ], | |
| 271 "env": { | |
| 272 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 273 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 274 }, | |
| 275 "name": "provision_devices" | |
| 276 }, | |
| 277 { | |
| 278 "cmd": [ | |
| 279 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", | |
| 280 "--json-output", | |
| 281 "/path/to/tmp/json", | |
| 282 "--blacklist-file", | |
| 283 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 284 "--known-devices-file", | |
| 285 "[HOME]/.android/known_devices.json", | |
| 286 "--buildbot-path", | |
| 287 "/home/chrome-bot/.adb_device_info", | |
| 288 "--adb-path", | |
| 289 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 290 "-v", | |
| 291 "--overwrite-known-devices-files" | |
| 292 ], | |
| 293 "env": { | |
| 294 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 295 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 296 }, | |
| 297 "name": "device_status", | |
| 298 "~followup_annotations": [ | 251 "~followup_annotations": [ |
| 299 "@@@STEP_TEXT@Online devices: 1@@@", | 252 "@@@STEP_TEXT@Online devices: 1@@@", |
| 300 "@@@STEP_LOG_LINE@json.output@[@@@", | 253 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 301 "@@@STEP_LOG_LINE@json.output@ {@@@", | 254 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 302 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 255 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 303 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 256 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 304 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 257 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 305 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 258 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 306 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", | 259 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 307 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", | 260 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 340 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
| 388 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 341 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
| 389 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 342 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
| 390 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 343 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
| 391 ] | 344 ] |
| 392 }, | 345 }, |
| 393 { | 346 { |
| 394 "cmd": [ | 347 "cmd": [ |
| 395 "python", | 348 "python", |
| 396 "-u", | 349 "-u", |
| 350 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 351 "--adb-path", |
| 352 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 353 "--blacklist-file", |
| 354 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 355 "--output-device-blacklist", |
| 356 "/path/to/tmp/json", |
| 357 "-t", |
| 358 "Release", |
| 359 "--min-battery-level", |
| 360 "95", |
| 361 "--disable-network", |
| 362 "--disable-java-debug", |
| 363 "--max-battery-temp", |
| 364 "350" |
| 365 ], |
| 366 "env": { |
| 367 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 368 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 369 }, |
| 370 "name": "provision_devices" |
| 371 }, |
| 372 { |
| 373 "cmd": [ |
| 374 "python", |
| 375 "-u", |
| 397 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 376 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 398 "--action", | 377 "--action", |
| 399 "restart", | 378 "restart", |
| 400 "--pid-file-path", | 379 "--pid-file-path", |
| 401 "/tmp/device_monitor.pid", | 380 "/tmp/device_monitor.pid", |
| 402 "--", | 381 "--", |
| 403 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, | 382 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, |
| 404 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 383 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 405 "[\"07a00ca4\"]", | 384 "[\"07a00ca4\"]", |
| 406 "--blacklist-file", | 385 "--blacklist-file", |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 747 "@@@STEP_LOG_END@python.inline@@@" | 726 "@@@STEP_LOG_END@python.inline@@@" |
| 748 ] | 727 ] |
| 749 }, | 728 }, |
| 750 { | 729 { |
| 751 "name": "$result", | 730 "name": "$result", |
| 752 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe
rf_test.foo') returned 87\",)]", | 731 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe
rf_test.foo') returned 87\",)]", |
| 753 "recipe_result": null, | 732 "recipe_result": null, |
| 754 "status_code": 1 | 733 "status_code": 1 |
| 755 } | 734 } |
| 756 ] | 735 ] |
| OLD | NEW |