| 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 263 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 264 ], | 264 ], |
| 265 "env": { | 265 "env": { |
| 266 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 266 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 267 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 267 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 268 }, | 268 }, |
| 269 "name": "authorize_adb_devices" | 269 "name": "authorize_adb_devices" |
| 270 }, | 270 }, |
| 271 { | 271 { |
| 272 "cmd": [ | 272 "cmd": [ |
| 273 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 273 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", |
| 274 "--adb-path", | |
| 275 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 276 "--blacklist-file", | 274 "--blacklist-file", |
| 277 "[SLAVE_BUILD]/src/out/bad_devices.json", | 275 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 278 "--json-output", | |
| 279 "/path/to/tmp/json", | |
| 280 "--known-devices-file", | 276 "--known-devices-file", |
| 281 "[BUILD]/site_config/.known_devices" | 277 "[BUILD]/site_config/.known_devices", |
| 278 "-v" |
| 282 ], | 279 ], |
| 283 "env": { | 280 "env": { |
| 284 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 281 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 285 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 282 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 286 }, | 283 }, |
| 287 "name": "device_status_check", | 284 "name": "device_recovery" |
| 285 }, |
| 286 { |
| 287 "cmd": [ |
| 288 "python", |
| 289 "-u", |
| 290 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 291 "--adb-path", |
| 292 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 293 "--blacklist-file", |
| 294 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 295 "--output-device-blacklist", |
| 296 "/path/to/tmp/json", |
| 297 "-t", |
| 298 "Release" |
| 299 ], |
| 300 "env": { |
| 301 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 302 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 303 }, |
| 304 "name": "provision_devices" |
| 305 }, |
| 306 { |
| 307 "cmd": [ |
| 308 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", |
| 309 "--json-output", |
| 310 "/path/to/tmp/json", |
| 311 "--blacklist-file", |
| 312 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 313 "--known-devices-file", |
| 314 "[BUILD]/site_config/.known_devices", |
| 315 "--buildbot-path", |
| 316 "/home/chrome-bot/.adb_device_info", |
| 317 "-v", |
| 318 "--overwrite-known-devices-files" |
| 319 ], |
| 320 "env": { |
| 321 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 322 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 323 }, |
| 324 "name": "device_status", |
| 288 "~followup_annotations": [ | 325 "~followup_annotations": [ |
| 289 "@@@STEP_TEXT@Online devices: 0@@@", | 326 "@@@STEP_TEXT@Online devices: 0@@@", |
| 290 "@@@STEP_LOG_LINE@json.output@[@@@", | 327 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 291 "@@@STEP_LOG_LINE@json.output@ {}, @@@", | 328 "@@@STEP_LOG_LINE@json.output@ {}, @@@", |
| 292 "@@@STEP_LOG_LINE@json.output@ {}@@@", | 329 "@@@STEP_LOG_LINE@json.output@ {}@@@", |
| 293 "@@@STEP_LOG_LINE@json.output@]@@@", | 330 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 294 "@@@STEP_LOG_END@json.output@@@", | 331 "@@@STEP_LOG_END@json.output@@@", |
| 295 "@@@STEP_LOG_LINE@unknown device 1@{}@@@", | 332 "@@@STEP_LOG_LINE@unknown device 1@{}@@@", |
| 296 "@@@STEP_LOG_END@unknown device 1@@@", | 333 "@@@STEP_LOG_END@unknown device 1@@@", |
| 297 "@@@STEP_LOG_LINE@unknown device 2@{}@@@", | 334 "@@@STEP_LOG_LINE@unknown device 2@{}@@@", |
| 298 "@@@STEP_LOG_END@unknown device 2@@@" | 335 "@@@STEP_LOG_END@unknown device 2@@@" |
| 299 ] | 336 ] |
| 300 }, | 337 }, |
| 301 { | 338 { |
| 302 "cmd": [ | 339 "cmd": [ |
| 303 "python", | 340 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", |
| 304 "-u", | |
| 305 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | |
| 306 "--adb-path", | |
| 307 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 308 "--blacklist-file", | 341 "--blacklist-file", |
| 309 "[SLAVE_BUILD]/src/out/bad_devices.json", | 342 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 310 "--output-device-blacklist", | 343 "--known-devices-file", |
| 311 "/path/to/tmp/json", | 344 "[BUILD]/site_config/.known_devices", |
| 312 "-t", | 345 "-v" |
| 313 "Release" | |
| 314 ], | 346 ], |
| 315 "env": { | 347 "env": { |
| 316 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 348 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 317 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 349 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 318 }, | 350 }, |
| 319 "name": "provision_devices" | 351 "name": "device_recovery (2)" |
| 320 }, | 352 }, |
| 321 { | 353 { |
| 322 "cmd": [ | 354 "cmd": [ |
| 323 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 355 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", |
| 324 "--adb-path", | 356 "--json-output", |
| 325 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 357 "/path/to/tmp/json", |
| 326 "--blacklist-file", | 358 "--blacklist-file", |
| 327 "[SLAVE_BUILD]/src/out/bad_devices.json", | 359 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 328 "--json-output", | |
| 329 "/path/to/tmp/json", | |
| 330 "--known-devices-file", | 360 "--known-devices-file", |
| 331 "[BUILD]/site_config/.known_devices" | 361 "[BUILD]/site_config/.known_devices", |
| 362 "--buildbot-path", |
| 363 "/home/chrome-bot/.adb_device_info", |
| 364 "-v", |
| 365 "--overwrite-known-devices-files" |
| 332 ], | 366 ], |
| 333 "env": { | 367 "env": { |
| 334 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 368 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 335 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 369 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 336 }, | 370 }, |
| 337 "name": "device_status_check (2)", | 371 "name": "device_status (2)", |
| 338 "~followup_annotations": [ | 372 "~followup_annotations": [ |
| 339 "@@@STEP_TEXT@Online devices: 1@@@", | 373 "@@@STEP_TEXT@Online devices: 1@@@", |
| 340 "@@@STEP_LOG_LINE@json.output@[@@@", | 374 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 341 "@@@STEP_LOG_LINE@json.output@ {@@@", | 375 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 342 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 376 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 343 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 377 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 344 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 378 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 345 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 379 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 346 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", | 380 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 347 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", | 381 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 600 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 634 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 601 }, | 635 }, |
| 602 "name": "stack_tool_for_asan" | 636 "name": "stack_tool_for_asan" |
| 603 }, | 637 }, |
| 604 { | 638 { |
| 605 "name": "$result", | 639 "name": "$result", |
| 606 "recipe_result": null, | 640 "recipe_result": null, |
| 607 "status_code": 0 | 641 "status_code": 0 |
| 608 } | 642 } |
| 609 ] | 643 ] |
| OLD | NEW |