| 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.chromium.perf", | 8 "tryserver.chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_nexus5_perf_bisect", | 10 "android_nexus5_perf_bisect", |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 186 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 187 ], | 187 ], |
| 188 "env": { | 188 "env": { |
| 189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 190 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 190 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 191 }, | 191 }, |
| 192 "name": "authorize_adb_devices" | 192 "name": "authorize_adb_devices" |
| 193 }, | 193 }, |
| 194 { | 194 { |
| 195 "cmd": [ | 195 "cmd": [ |
| 196 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 196 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", |
| 197 "--blacklist-file", |
| 198 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 199 "--known-devices-file", |
| 200 "[CACHE]/known_android_devices", |
| 197 "--adb-path", | 201 "--adb-path", |
| 198 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 202 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 199 "--blacklist-file", | 203 "-v" |
| 200 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 201 "--json-output", | |
| 202 "/path/to/tmp/json", | |
| 203 "--known-devices-file", | |
| 204 "[CACHE]/known_android_devices" | |
| 205 ], | 204 ], |
| 206 "env": { | 205 "env": { |
| 207 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 206 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 208 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 207 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 209 }, | 208 }, |
| 210 "name": "device_status_check", | 209 "name": "device_recovery" |
| 210 }, |
| 211 { |
| 212 "cmd": [ |
| 213 "python", |
| 214 "-u", |
| 215 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 216 "--adb-path", |
| 217 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 218 "--blacklist-file", |
| 219 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 220 "--output-device-blacklist", |
| 221 "/path/to/tmp/json", |
| 222 "-t", |
| 223 "Release", |
| 224 "--min-battery-level", |
| 225 "95", |
| 226 "--disable-network", |
| 227 "--disable-java-debug", |
| 228 "--max-battery-temp", |
| 229 "350", |
| 230 "--remove-system-webview" |
| 231 ], |
| 232 "env": { |
| 233 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 234 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 235 }, |
| 236 "name": "provision_devices" |
| 237 }, |
| 238 { |
| 239 "cmd": [ |
| 240 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", |
| 241 "--json-output", |
| 242 "/path/to/tmp/json", |
| 243 "--blacklist-file", |
| 244 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 245 "--known-devices-file", |
| 246 "[CACHE]/known_android_devices", |
| 247 "--buildbot-path", |
| 248 "/home/chrome-bot/.adb_device_info", |
| 249 "--adb-path", |
| 250 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 251 "-v", |
| 252 "--overwrite-known-devices-files" |
| 253 ], |
| 254 "env": { |
| 255 "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 }, |
| 258 "name": "device_status", |
| 211 "~followup_annotations": [ | 259 "~followup_annotations": [ |
| 212 "@@@STEP_TEXT@Online devices: 1@@@", | 260 "@@@STEP_TEXT@Online devices: 1@@@", |
| 213 "@@@STEP_LOG_LINE@json.output@[@@@", | 261 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 214 "@@@STEP_LOG_LINE@json.output@ {@@@", | 262 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 215 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 263 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 216 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 264 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 217 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 265 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 218 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 266 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 219 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", | 267 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 220 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", | 268 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 348 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
| 301 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 349 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
| 302 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 350 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
| 303 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 351 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
| 304 ] | 352 ] |
| 305 }, | 353 }, |
| 306 { | 354 { |
| 307 "cmd": [ | 355 "cmd": [ |
| 308 "python", | 356 "python", |
| 309 "-u", | 357 "-u", |
| 310 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | |
| 311 "--adb-path", | |
| 312 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 313 "--blacklist-file", | |
| 314 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 315 "--output-device-blacklist", | |
| 316 "/path/to/tmp/json", | |
| 317 "-t", | |
| 318 "Release", | |
| 319 "--min-battery-level", | |
| 320 "95", | |
| 321 "--disable-network", | |
| 322 "--disable-java-debug", | |
| 323 "--max-battery-temp", | |
| 324 "350", | |
| 325 "--remove-system-webview" | |
| 326 ], | |
| 327 "env": { | |
| 328 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 329 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 330 }, | |
| 331 "name": "provision_devices" | |
| 332 }, | |
| 333 { | |
| 334 "cmd": [ | |
| 335 "python", | |
| 336 "-u", | |
| 337 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 358 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 338 "--action", | 359 "--action", |
| 339 "restart", | 360 "restart", |
| 340 "--pid-file-path", | 361 "--pid-file-path", |
| 341 "/tmp/device_monitor.pid", | 362 "/tmp/device_monitor.pid", |
| 342 "--", | 363 "--", |
| 343 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, | 364 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, |
| 344 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 365 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 345 "[\"07a00ca4\"]", | 366 "[\"07a00ca4\"]", |
| 346 "--blacklist-file", | 367 "--blacklist-file", |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 616 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 637 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 617 "@@@STEP_LOG_END@python.inline@@@" | 638 "@@@STEP_LOG_END@python.inline@@@" |
| 618 ] | 639 ] |
| 619 }, | 640 }, |
| 620 { | 641 { |
| 621 "name": "$result", | 642 "name": "$result", |
| 622 "recipe_result": null, | 643 "recipe_result": null, |
| 623 "status_code": 0 | 644 "status_code": 0 |
| 624 } | 645 } |
| 625 ] | 646 ] |
| OLD | NEW |