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

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

Issue 2122313002: Move known_devices file to ~/.android (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: with expectations 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
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 Tests (amp split)", 10 "Android Tests (amp split)",
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 { 392 {
393 "cmd": [ 393 "cmd": [
394 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", 394 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
395 "--adb-path", 395 "--adb-path",
396 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 396 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
397 "--blacklist-file", 397 "--blacklist-file",
398 "[SLAVE_BUILD]/src/out/bad_devices.json", 398 "[SLAVE_BUILD]/src/out/bad_devices.json",
399 "--json-output", 399 "--json-output",
400 "/path/to/tmp/json", 400 "/path/to/tmp/json",
401 "--known-devices-file", 401 "--known-devices-file",
402 "[CACHE]/known_android_devices" 402 "[HOME]/.android/known_devices.json"
403 ], 403 ],
404 "env": { 404 "env": {
405 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 405 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
406 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 406 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
407 }, 407 },
408 "name": "device_status_check", 408 "name": "device_status_check",
409 "~followup_annotations": [ 409 "~followup_annotations": [
410 "@@@STEP_TEXT@Online devices: 1@@@", 410 "@@@STEP_TEXT@Online devices: 1@@@",
411 "@@@STEP_LOG_LINE@json.output@[@@@", 411 "@@@STEP_LOG_LINE@json.output@[@@@",
412 "@@@STEP_LOG_LINE@json.output@ {@@@", 412 "@@@STEP_LOG_LINE@json.output@ {@@@",
(...skipping 2215 matching lines...) Expand 10 before | Expand all | Expand 10 after
2628 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 2628 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
2629 "@@@STEP_LOG_END@python.inline@@@" 2629 "@@@STEP_LOG_END@python.inline@@@"
2630 ] 2630 ]
2631 }, 2631 },
2632 { 2632 {
2633 "name": "$result", 2633 "name": "$result",
2634 "reason": "7 tests failed: ['AndroidWebViewTest', 'ContentShellTest', 'Chrom ePublicTest', 'ChromeSyncShellTest', 'junit_unit_tests', 'chrome_junit_tests', ' content_junit_tests']", 2634 "reason": "7 tests failed: ['AndroidWebViewTest', 'ContentShellTest', 'Chrom ePublicTest', 'ChromeSyncShellTest', 'junit_unit_tests', 'chrome_junit_tests', ' content_junit_tests']",
2635 "status_code": 1 2635 "status_code": 1
2636 } 2636 }
2637 ] 2637 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698