Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(497)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Coverage__dbg_.json

Issue 2103803002: adb: move known devices file under cache so it works with remote_run (attempt #2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 { 391 {
392 "cmd": [ 392 "cmd": [
393 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", 393 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
394 "--adb-path", 394 "--adb-path",
395 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 395 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
396 "--blacklist-file", 396 "--blacklist-file",
397 "[SLAVE_BUILD]/src/out/bad_devices.json", 397 "[SLAVE_BUILD]/src/out/bad_devices.json",
398 "--json-output", 398 "--json-output",
399 "/path/to/tmp/json", 399 "/path/to/tmp/json",
400 "--known-devices-file", 400 "--known-devices-file",
401 "[BUILD]/site_config/.known_devices" 401 "[CACHE]/known_android_devices"
402 ], 402 ],
403 "env": { 403 "env": {
404 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 404 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
405 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 405 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
406 }, 406 },
407 "name": "device_status_check", 407 "name": "device_status_check",
408 "~followup_annotations": [ 408 "~followup_annotations": [
409 "@@@STEP_TEXT@Online devices: 1@@@", 409 "@@@STEP_TEXT@Online devices: 1@@@",
410 "@@@STEP_LOG_LINE@json.output@[@@@", 410 "@@@STEP_LOG_LINE@json.output@[@@@",
411 "@@@STEP_LOG_LINE@json.output@ {@@@", 411 "@@@STEP_LOG_LINE@json.output@ {@@@",
(...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1083 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1084 "@@@STEP_LOG_END@python.inline@@@" 1084 "@@@STEP_LOG_END@python.inline@@@"
1085 ] 1085 ]
1086 }, 1086 },
1087 { 1087 {
1088 "name": "$result", 1088 "name": "$result",
1089 "reason": "4 tests failed: ['AndroidWebViewTest', 'ChromePublicTest', 'Conte ntShellTest', 'ChromeSyncShellTest']", 1089 "reason": "4 tests failed: ['AndroidWebViewTest', 'ChromePublicTest', 'Conte ntShellTest', 'ChromeSyncShellTest']",
1090 "status_code": 1 1090 "status_code": 1
1091 } 1091 }
1092 ] 1092 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698