| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Coverage (dbg)", | 10 "Android Coverage (dbg)", |
| (...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 { | 393 { |
| 394 "cmd": [ | 394 "cmd": [ |
| 395 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 395 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 396 "--adb-path", | 396 "--adb-path", |
| 397 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 397 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 398 "--blacklist-file", | 398 "--blacklist-file", |
| 399 "[SLAVE_BUILD]/src/out/bad_devices.json", | 399 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 400 "--json-output", | 400 "--json-output", |
| 401 "/path/to/tmp/json", | 401 "/path/to/tmp/json", |
| 402 "--known-devices-file", | 402 "--known-devices-file", |
| 403 "[CACHE]/known_android_devices" | 403 "[HOME]/.android/known_devices.json" |
| 404 ], | 404 ], |
| 405 "env": { | 405 "env": { |
| 406 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 406 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 407 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 407 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 408 }, | 408 }, |
| 409 "name": "device_status_check", | 409 "name": "device_status_check", |
| 410 "~followup_annotations": [ | 410 "~followup_annotations": [ |
| 411 "@@@STEP_TEXT@Online devices: 1@@@", | 411 "@@@STEP_TEXT@Online devices: 1@@@", |
| 412 "@@@STEP_LOG_LINE@json.output@[@@@", | 412 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 413 "@@@STEP_LOG_LINE@json.output@ {@@@", | 413 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| (...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1085 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1085 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 1086 "@@@STEP_LOG_END@python.inline@@@" | 1086 "@@@STEP_LOG_END@python.inline@@@" |
| 1087 ] | 1087 ] |
| 1088 }, | 1088 }, |
| 1089 { | 1089 { |
| 1090 "name": "$result", | 1090 "name": "$result", |
| 1091 "reason": "4 tests failed: ['AndroidWebViewTest', 'ChromePublicTest', 'Conte
ntShellTest', 'ChromeSyncShellTest']", | 1091 "reason": "4 tests failed: ['AndroidWebViewTest', 'ChromePublicTest', 'Conte
ntShellTest', 'ChromeSyncShellTest']", |
| 1092 "status_code": 1 | 1092 "status_code": 1 |
| 1093 } | 1093 } |
| 1094 ] | 1094 ] |
| OLD | NEW |