| 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 Tests (amp split)", | 10 "Android Tests (amp split)", |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 { | 390 { |
| 391 "cmd": [ | 391 "cmd": [ |
| 392 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 392 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 393 "--adb-path", | 393 "--adb-path", |
| 394 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 394 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 395 "--blacklist-file", | 395 "--blacklist-file", |
| 396 "[SLAVE_BUILD]/src/out/bad_devices.json", | 396 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 397 "--json-output", | 397 "--json-output", |
| 398 "/path/to/tmp/json", | 398 "/path/to/tmp/json", |
| 399 "--known-devices-file", | 399 "--known-devices-file", |
| 400 "[BUILD]/site_config/.known_devices" | 400 "[CACHE]/known_android_devices" |
| 401 ], | 401 ], |
| 402 "env": { | 402 "env": { |
| 403 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 403 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 404 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 404 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 405 }, | 405 }, |
| 406 "name": "device_status_check", | 406 "name": "device_status_check", |
| 407 "~followup_annotations": [ | 407 "~followup_annotations": [ |
| 408 "@@@STEP_TEXT@Online devices: 1@@@", | 408 "@@@STEP_TEXT@Online devices: 1@@@", |
| 409 "@@@STEP_LOG_LINE@json.output@[@@@", | 409 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 410 "@@@STEP_LOG_LINE@json.output@ {@@@", | 410 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| (...skipping 2215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2626 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 2626 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 2627 "@@@STEP_LOG_END@python.inline@@@" | 2627 "@@@STEP_LOG_END@python.inline@@@" |
| 2628 ] | 2628 ] |
| 2629 }, | 2629 }, |
| 2630 { | 2630 { |
| 2631 "name": "$result", | 2631 "name": "$result", |
| 2632 "reason": "7 tests failed: ['AndroidWebViewTest', 'ContentShellTest', 'Chrom
ePublicTest', 'ChromeSyncShellTest', 'junit_unit_tests', 'chrome_junit_tests', '
content_junit_tests']", | 2632 "reason": "7 tests failed: ['AndroidWebViewTest', 'ContentShellTest', 'Chrom
ePublicTest', 'ChromeSyncShellTest', 'junit_unit_tests', 'chrome_junit_tests', '
content_junit_tests']", |
| 2633 "status_code": 1 | 2633 "status_code": 1 |
| 2634 } | 2634 } |
| 2635 ] | 2635 ] |
| OLD | NEW |