| 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 235 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 236 ], | 236 ], |
| 237 "env": { | 237 "env": { |
| 238 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 238 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 239 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 239 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 240 }, | 240 }, |
| 241 "name": "authorize_adb_devices" | 241 "name": "authorize_adb_devices" |
| 242 }, | 242 }, |
| 243 { | 243 { |
| 244 "cmd": [ | 244 "cmd": [ |
| 245 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", | 245 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 246 "--adb-path", |
| 247 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 246 "--blacklist-file", | 248 "--blacklist-file", |
| 247 "[SLAVE_BUILD]/src/out/bad_devices.json", | 249 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 250 "--json-output", |
| 251 "/path/to/tmp/json", |
| 248 "--known-devices-file", | 252 "--known-devices-file", |
| 249 "[HOME]/.android/known_devices.json", | 253 "[HOME]/.android/known_devices.json" |
| 250 "--adb-path", | |
| 251 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 252 "-v" | |
| 253 ], | 254 ], |
| 254 "env": { | 255 "env": { |
| 255 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 256 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 256 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 257 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 257 }, | 258 }, |
| 258 "name": "device_recovery" | 259 "name": "device_status_check", |
| 259 }, | |
| 260 { | |
| 261 "cmd": [ | |
| 262 "python", | |
| 263 "-u", | |
| 264 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | |
| 265 "--adb-path", | |
| 266 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 267 "--blacklist-file", | |
| 268 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 269 "--output-device-blacklist", | |
| 270 "/path/to/tmp/json", | |
| 271 "-t", | |
| 272 "Release", | |
| 273 "--min-battery-level", | |
| 274 "95", | |
| 275 "--disable-network", | |
| 276 "--disable-java-debug", | |
| 277 "--max-battery-temp", | |
| 278 "350" | |
| 279 ], | |
| 280 "env": { | |
| 281 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 282 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 283 }, | |
| 284 "name": "provision_devices" | |
| 285 }, | |
| 286 { | |
| 287 "cmd": [ | |
| 288 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", | |
| 289 "--json-output", | |
| 290 "/path/to/tmp/json", | |
| 291 "--blacklist-file", | |
| 292 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 293 "--known-devices-file", | |
| 294 "[HOME]/.android/known_devices.json", | |
| 295 "--buildbot-path", | |
| 296 "/home/chrome-bot/.adb_device_info", | |
| 297 "--adb-path", | |
| 298 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 299 "-v", | |
| 300 "--overwrite-known-devices-files" | |
| 301 ], | |
| 302 "env": { | |
| 303 "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" | |
| 305 }, | |
| 306 "name": "device_status", | |
| 307 "~followup_annotations": [ | 260 "~followup_annotations": [ |
| 308 "@@@STEP_TEXT@Online devices: 1@@@", | 261 "@@@STEP_TEXT@Online devices: 1@@@", |
| 309 "@@@STEP_LOG_LINE@json.output@[@@@", | 262 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 310 "@@@STEP_LOG_LINE@json.output@ {@@@", | 263 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 311 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 264 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 312 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 265 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 313 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 266 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 314 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 267 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 315 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", | 268 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 316 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", | 269 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 349 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
| 397 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 350 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
| 398 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 351 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
| 399 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 352 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
| 400 ] | 353 ] |
| 401 }, | 354 }, |
| 402 { | 355 { |
| 403 "cmd": [ | 356 "cmd": [ |
| 404 "python", | 357 "python", |
| 405 "-u", | 358 "-u", |
| 359 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 360 "--adb-path", |
| 361 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 362 "--blacklist-file", |
| 363 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 364 "--output-device-blacklist", |
| 365 "/path/to/tmp/json", |
| 366 "-t", |
| 367 "Release", |
| 368 "--min-battery-level", |
| 369 "95", |
| 370 "--disable-network", |
| 371 "--disable-java-debug", |
| 372 "--max-battery-temp", |
| 373 "350" |
| 374 ], |
| 375 "env": { |
| 376 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 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 "python", |
| 384 "-u", |
| 406 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 385 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 407 "--action", | 386 "--action", |
| 408 "restart", | 387 "restart", |
| 409 "--pid-file-path", | 388 "--pid-file-path", |
| 410 "/tmp/device_monitor.pid", | 389 "/tmp/device_monitor.pid", |
| 411 "--", | 390 "--", |
| 412 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, | 391 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, |
| 413 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 392 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 414 "[\"07a00ca4\"]", | 393 "[\"07a00ca4\"]", |
| 415 "--blacklist-file", | 394 "--blacklist-file", |
| (...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 780 "@@@STEP_LOG_END@python.inline@@@" | 759 "@@@STEP_LOG_END@python.inline@@@" |
| 781 ] | 760 ] |
| 782 }, | 761 }, |
| 783 { | 762 { |
| 784 "name": "$result", | 763 "name": "$result", |
| 785 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", | 764 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", |
| 786 "recipe_result": null, | 765 "recipe_result": null, |
| 787 "status_code": 1 | 766 "status_code": 1 |
| 788 } | 767 } |
| 789 ] | 768 ] |
| OLD | NEW |